summaryrefslogtreecommitdiff
path: root/jstests/replsets/rollback_cmd_unrollbackable.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/rollback_cmd_unrollbackable.js')
-rw-r--r--jstests/replsets/rollback_cmd_unrollbackable.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/replsets/rollback_cmd_unrollbackable.js b/jstests/replsets/rollback_cmd_unrollbackable.js
index 0abc3384db6..4d8acdb312a 100644
--- a/jstests/replsets/rollback_cmd_unrollbackable.js
+++ b/jstests/replsets/rollback_cmd_unrollbackable.js
@@ -74,4 +74,5 @@ assert.soon(function() {
return rawMongoProgramOutput().match(msg);
}, "Did not see a log entry about skipping the nonrollbackable command during rollback");
-replTest.stopSet(undefined, undefined, {allowedExitCodes: [MongoRunner.EXIT_ABRUPT]});
+replTest.stop(BID, undefined, {allowedExitCode: MongoRunner.EXIT_ABRUPT});
+replTest.stopSet();