summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Storch <david.storch@mongodb.com>2022-04-14 21:25:26 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-14 22:48:57 +0000
commitfb9cf156cfa629dedef54fba47ea5055732356eb (patch)
treef905d5bb21557f9e1696c61c00888b1d536a39b7
parent297809252f48064534ae90189652855bcdda8d3f (diff)
downloadmongo-fb9cf156cfa629dedef54fba47ea5055732356eb.tar.gz
SERVER-65681 Tag set_cluster_parameter_replset.js with "requires_persistence"
-rw-r--r--jstests/replsets/set_cluster_parameter_replset.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/jstests/replsets/set_cluster_parameter_replset.js b/jstests/replsets/set_cluster_parameter_replset.js
index 2e3cb5440b8..a9469c0aa06 100644
--- a/jstests/replsets/set_cluster_parameter_replset.js
+++ b/jstests/replsets/set_cluster_parameter_replset.js
@@ -2,10 +2,12 @@
* Checks that setClusterParameter behaves as expected during initial sync and restart.
*
* @tags: [
+ * does_not_support_stepdowns,
+ * featureFlagClusterWideConfig,
* # Requires all nodes to be running the latest binary.
* requires_fcv_60,
- * featureFlagClusterWideConfig,
- * does_not_support_stepdowns
+ * # Restarts all replica set member nodes mid-test.
+ * requires_persistence,
* ]
*/
(function() {