summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Chan <jason.chan@mongodb.com>2019-10-04 18:33:42 +0000
committerevergreen <evergreen@mongodb.com>2019-10-04 18:33:42 +0000
commiteee672e434e932b0690d01219278aaf385980cde (patch)
treec8811aec1d08a37ae705320d7bcbfa378ef28aa4
parent1f0ae1c45604798888f8b2425475a473d7265bd5 (diff)
downloadmongo-eee672e434e932b0690d01219278aaf385980cde.tar.gz
SERVER-43831 Add uses_transactions and requires_persistence to set_fcv_on_standalone_with_replica_set.js
-rw-r--r--jstests/replsets/set_fcv_42_on_standalone_with_replica_set_data.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/replsets/set_fcv_42_on_standalone_with_replica_set_data.js b/jstests/replsets/set_fcv_42_on_standalone_with_replica_set_data.js
index acf9f99f1ca..f8394b090cc 100644
--- a/jstests/replsets/set_fcv_42_on_standalone_with_replica_set_data.js
+++ b/jstests/replsets/set_fcv_42_on_standalone_with_replica_set_data.js
@@ -1,6 +1,7 @@
/**
* Tests that standalone nodes with replica set data are unable to upgrade or downgrade FCV while
* the config.transactions collection is non-empty.
+ * @tags: [uses_transactions, requires_persistence]
*/
(function() {