summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdi Zaimi <adizaimi@yahoo.com>2022-02-01 17:27:24 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-02-01 18:07:08 +0000
commitb134aa91cb84a183489bfc4e39503837ab0154df (patch)
tree0fc862850290f02eb6478c8f3b19dda4c17fcb0f
parent7eef36be761b550bd5aeace4494852eb87e085a4 (diff)
downloadmongo-b134aa91cb84a183489bfc4e39503837ab0154df.tar.gz
SERVER-63127 Disable running rollback_during_step_up.js for ephemeralForTest
-rw-r--r--jstests/replsets/rollback_during_step_up.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/replsets/rollback_during_step_up.js b/jstests/replsets/rollback_during_step_up.js
index 53ff26e3644..b75eae8dee0 100644
--- a/jstests/replsets/rollback_during_step_up.js
+++ b/jstests/replsets/rollback_during_step_up.js
@@ -2,6 +2,7 @@
* Tests that step-up to become a primary during rollback won't crash the server with
* OplogOutOfOrder error after becoming a secondary again.
* Exercises the fix for SERVER-61977.
+ * @tags: [uses_transactions]
*/
(function() {
@@ -67,4 +68,4 @@ assert.commandWorked(node2.getDB('test')[collName].insert({_id: "write 4"}));
rst.awaitReplication();
rst.stopSet();
-})(); \ No newline at end of file
+})();