From 2374ef1a3ac05e3fca39485ef4824f559b1c082c Mon Sep 17 00:00:00 2001 From: Dianna Hohensee Date: Fri, 26 Aug 2016 10:05:33 -0400 Subject: SERVER-24470 CommitChunkMigration command checks that the balancer still has the distributed lock --- .../suites/sharding_last_stable_mongos_and_mixed_shards.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'buildscripts/resmokeconfig') 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'. -- cgit v1.2.1