summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@mongodb.com>2016-10-05 16:35:30 -0400
committerAndy Schwerin <schwerin@mongodb.com>2016-10-07 17:05:03 -0400
commitae46881f1a59d341507fbc7179790896c1ccec7e (patch)
treeee1c21242af9322846c752618220d94200eefd29
parent3e343542c410515d1007e60d73402271b4be910d (diff)
downloadmongo-ae46881f1a59d341507fbc7179790896c1ccec7e.tar.gz
SERVER-26484 Blacklist sharding/jumbo1.js form sharding continuous csrs stepdown suite
This test starts the balancer by doing a non-retryable config server write.
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
index 39b0d36229a..43fbcaa94f6 100644
--- a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
@@ -78,6 +78,7 @@ selector:
- jstests/sharding/parallel.js
- jstests/sharding/migrateBig.js
- jstests/sharding/sharding_rs1.js
+ - jstests/sharding/jumbo1.js
# Calls the config server primary directly (not through mongos)
- jstests/sharding/moveprimary_ignore_sharded.js
- jstests/sharding/min_optime_recovery.js