summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig
diff options
context:
space:
mode:
authorDianna Hohensee <dianna.hohensee@10gen.com>2016-08-26 10:05:33 -0400
committerDianna Hohensee <dianna.hohensee@10gen.com>2016-08-29 14:45:28 -0400
commit2374ef1a3ac05e3fca39485ef4824f559b1c082c (patch)
tree8e77f558622ace83f281463c335ea46f4aa23b11 /buildscripts/resmokeconfig
parent518b6e97a55e8cd1b133d9d2e1b759d9dddf5430 (diff)
downloadmongo-2374ef1a3ac05e3fca39485ef4824f559b1c082c.tar.gz
SERVER-24470 CommitChunkMigration command checks that the balancer still has the distributed lock
Diffstat (limited to 'buildscripts/resmokeconfig')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml
index ed10d68506c..edfab8060ea 100644
--- a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml
@@ -14,6 +14,7 @@ selector:
- jstests/sharding/add_shard_to_zone.js
- jstests/sharding/remove_shard_from_zone.js
- jstests/sharding/update_zone_key_range.js
+ - jstests/sharding/movechunk_interrupt_at_primary_stepdown.js
# Doesn't use ShardingTest so won't actually be run in a mixed version configuration
- jstests/sharding/config_version_rollback.js
# TODO Assumes mongod and mongos handle read on view. Enable when 3.4 becomes 'last-stable'.