summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorAntonio Fuschetto <antonio.fuschetto@mongodb.com>2022-11-11 07:11:32 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-11 07:43:48 +0000
commit2a799c1589786c0b606c6399e3089a39e6312f5e (patch)
tree6172f0152015da31e6f3e7aef8c431477ff345db /buildscripts
parentca82aabc3e86d85148e129fd39c00d504234882f (diff)
downloadmongo-2a799c1589786c0b606c6399e3089a39e6312f5e.tar.gz
SERVER-71199 Create featureFlag for resilient movePrimary
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/fully_disabled_feature_flags.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/fully_disabled_feature_flags.yml b/buildscripts/resmokeconfig/fully_disabled_feature_flags.yml
index 1188d8163cc..4d8cd6e6190 100644
--- a/buildscripts/resmokeconfig/fully_disabled_feature_flags.yml
+++ b/buildscripts/resmokeconfig/fully_disabled_feature_flags.yml
@@ -12,3 +12,6 @@
# released create the transactions collection index and is only meant to be enabled adhoc, so only
# its targeted tests should enable it.
- featureFlagAlwaysCreateConfigTransactionsPartialIndexOnStepUp
+# Disable the new logic for the resilient movePrimary for non-dedicated tests until the logic is
+# mature enough to be enabled for all tests.
+- featureFlagResilientMovePrimary