summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorDianna Hohensee <dianna.hohensee@10gen.com>2016-01-12 11:47:28 -0500
committerDianna Hohensee <dianna.hohensee@10gen.com>2016-01-12 14:09:41 -0500
commitc60496946bdf5e723bfa3cfb8937e1ab10d15bee (patch)
tree13245a665f804ea6d83e29af47fc92696eceae2d /buildscripts
parentc8bc89143725e9c88bb80ca84a261024e170dc50 (diff)
downloadmongo-c60496946bdf5e723bfa3cfb8937e1ab10d15bee.tar.gz
SERVER-22151 blacklist lagged_config_secondary.js and similar tests from the sharding_csrs_continuous_config_stepdown_WT test suite
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
index 0abe7d01cb2..2314f285c79 100644
--- a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
@@ -77,6 +77,13 @@ selector:
- jstests/sharding/replset_config/batch_write_command_sharded.js
- jstests/sharding/replset_config/config_rs_no_primary.js
- jstests/sharding/startup_with_all_configs_down.js
+ - jstests/sharding/replset_config/lagged_config_secondary.js
+ - jstests/sharding/replset_config/autodiscover_config_rs_from_secondary.js
+ # Nothing is affected by config server step down
+ - jstests/sharding/replset_config/basic_sharding_params.js
+ # ShardingTest is never used, so continuous step down thread never starts
+ - jstests/sharding/replset_config/confis_rs_change.js
+ - jstests/sharding/replset_config/empty_cluster_init.js
# Test runs really slow with the primary continuously stepping down
- jstests/sharding/zbigMapReduce.js
# Continuous config server step down only available with CSRS