Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
5597e116
Commit
5597e116
authored
Aug 13, 2018
by
Michael Davis
Browse files
[os-generic-queues] Removes ASSERT_NO_THROW from sess.execute()
parent
b8e5f101
Changes
2
Hide whitespace changes
Inline
Side-by-side
objectstore/AlgorithmsTest.cpp
View file @
5597e116
...
...
@@ -17,8 +17,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define STDOUT_LOGGING
#include
"RootEntry.hpp"
#include
"AgentReference.hpp"
#include
"Agent.hpp"
...
...
tapeserver/castor/tape/tapeserver/daemon/DataTransferSessionTest.cpp
View file @
5597e116
...
...
@@ -691,7 +691,7 @@ TEST_P(DataTransferSessionTest, DataTransferSessionWrongRecall) {
driveConfig
,
mc
,
initialProcess
,
capUtils
,
castorConf
,
scheduler
);
// 8) Run the data transfer session
ASSERT_NO_THROW
(
sess
.
execute
()
)
;
sess
.
execute
();
// 9) Check the session git the correct VID
ASSERT_EQ
(
s_vid
,
sess
.
getVid
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment