diff options
author | Vishnu Kaushik <vishnu.kaushik@mongodb.com> | 2022-01-28 18:58:45 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-02-02 18:32:55 +0000 |
commit | 237cc3914ee6c4b873ab5809b1ed1b66fc782d4f (patch) | |
tree | 992f00f1529ec76773dbcc9af7d58a1b7ea2d99a | |
parent | 207b1091cf43c3abcc30267cde3905b4fd63fca2 (diff) | |
download | mongo-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.js | 1 |
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() { |