summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorKevin Albertson <kevin.albertson@10gen.com>2017-12-18 15:18:36 -0500
committerKevin Albertson <kevin.albertson@10gen.com>2018-01-18 14:57:19 -0500
commite0febf2c258d77a179bdcf12ef8318ea92d12ee0 (patch)
treedffcd3dd44b4001a0ea0c63f7031de90b142a14d /buildscripts
parent06b9e9ebf9778293b8425093ada0aa1eb83b594e (diff)
downloadmongo-e0febf2c258d77a179bdcf12ef8318ea92d12ee0.tar.gz
SERVER-31452 run fuzzer with shard stepdowns
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/jstestfuzz_sharded_continuous_stepdown.yml10
1 files changed, 3 insertions, 7 deletions
diff --git a/buildscripts/resmokeconfig/suites/jstestfuzz_sharded_continuous_stepdown.yml b/buildscripts/resmokeconfig/suites/jstestfuzz_sharded_continuous_stepdown.yml
index db772343835..ed40ca9e2d9 100644
--- a/buildscripts/resmokeconfig/suites/jstestfuzz_sharded_continuous_stepdown.yml
+++ b/buildscripts/resmokeconfig/suites/jstestfuzz_sharded_continuous_stepdown.yml
@@ -11,14 +11,12 @@ executor:
global_vars:
TestData:
runningWithConfigStepdowns: true
- # TODO SERVER-31452: Run this test suite with shard stepdowns as well.
- runningWithShardStepdowns: false
+ runningWithShardStepdowns: true
usingReplicaSetShards: true
hooks:
- class: ContinuousStepdown
config_stepdown: true
- # TODO SERVER-31452: Run this test suite with shard stepdowns as well.
- shard_stepdown: false
+ shard_stepdown: true
- class: ValidateCollections
shell_options:
global_vars:
@@ -46,6 +44,4 @@ executor:
configsvr_options:
all_nodes_electable: true
shard_options:
- # TODO SERVER-31452: Make all nodes in the replica set shards electable when we go to run this
- # test suite with shard stepdowns as well.
- all_nodes_electable: false
+ all_nodes_electable: true