summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Seyster <justin.seyster@mongodb.com>2017-11-08 18:01:37 -0500
committerJustin Seyster <justin.seyster@mongodb.com>2017-11-08 18:12:20 -0500
commitf7756c41c5ed54e8e546461395bc8898d885af0c (patch)
treefa450d5abf01bd615c38e2eb1bc167cfa4e66282
parent45da08b12555bf4082bd05e0e5cf3f74e56de3d5 (diff)
downloadmongo-f7756c41c5ed54e8e546461395bc8898d885af0c.tar.gz
SERVER-31884 No toggle_feature_compatibility.js in stepdown suites.
-rw-r--r--jstests/concurrency/fsm_all_sharded_with_stepdowns.js4
-rw-r--r--jstests/concurrency/fsm_all_sharded_with_stepdowns_and_balancer.js4
2 files changed, 8 insertions, 0 deletions
diff --git a/jstests/concurrency/fsm_all_sharded_with_stepdowns.js b/jstests/concurrency/fsm_all_sharded_with_stepdowns.js
index a5e8b6af7f6..39313dce348 100644
--- a/jstests/concurrency/fsm_all_sharded_with_stepdowns.js
+++ b/jstests/concurrency/fsm_all_sharded_with_stepdowns.js
@@ -106,6 +106,10 @@ var blacklist = [
'kill_aggregation.js',
'kill_rooted_or.js',
'view_catalog_cycle_with_drop.js',
+
+ // SERVER-31884 The setFeatureCompatibilityVersion command in this test takes too long to
+ // successfully complete with the primary stepping down as frequently as it does.
+ 'toggle_feature_compatibility.js',
].map(function(file) {
return dir + '/' + file;
});
diff --git a/jstests/concurrency/fsm_all_sharded_with_stepdowns_and_balancer.js b/jstests/concurrency/fsm_all_sharded_with_stepdowns_and_balancer.js
index 791ded5fa3c..98889adad74 100644
--- a/jstests/concurrency/fsm_all_sharded_with_stepdowns_and_balancer.js
+++ b/jstests/concurrency/fsm_all_sharded_with_stepdowns_and_balancer.js
@@ -112,6 +112,10 @@ var blacklist = [
'kill_aggregation.js',
'kill_rooted_or.js',
'view_catalog_cycle_with_drop.js',
+
+ // SERVER-31884 The setFeatureCompatibilityVersion command in this test takes too long to
+ // successfully complete with the primary stepping down as frequently as it does.
+ 'toggle_feature_compatibility.js',
].map(function(file) {
return dir + '/' + file;
});