summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishnu Kaushik <vishnu.kaushik@mongodb.com>2022-01-28 18:58:45 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-02-02 18:32:55 +0000
commit237cc3914ee6c4b873ab5809b1ed1b66fc782d4f (patch)
tree992f00f1529ec76773dbcc9af7d58a1b7ea2d99a
parent207b1091cf43c3abcc30267cde3905b4fd63fca2 (diff)
downloadmongo-237cc3914ee6c4b873ab5809b1ed1b66fc782d4f.tar.gz
SERVER-63097 stepdown_race_with_transaction.js should use the 'uses_transactions' tag.
-rw-r--r--jstests/replsets/stepdown_race_with_transaction.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/replsets/stepdown_race_with_transaction.js b/jstests/replsets/stepdown_race_with_transaction.js
index f1674f5ea3a..f3805e9b45c 100644
--- a/jstests/replsets/stepdown_race_with_transaction.js
+++ b/jstests/replsets/stepdown_race_with_transaction.js
@@ -1,6 +1,7 @@
/**
* Tests that multi-documment transactions no longer race with stepdown over
* "setAlwaysInterruptAtStepDownOrUp".
+ * @tags: [uses_transactions]
*/
(function() {