diff options
author | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2016-08-16 13:07:52 -0400 |
---|---|---|
committer | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2016-08-17 17:50:14 -0400 |
commit | ab99c11b3f212b8656d0b8bad31832d2e98d3f6c (patch) | |
tree | a8e7d4755c0b723e68c47cbca65e216330a608ba /buildscripts | |
parent | 6dd7af76e48c27edb0dbe3b8ff9bd7b1178c3727 (diff) | |
download | mongo-ab99c11b3f212b8656d0b8bad31832d2e98d3f6c.tar.gz |
SERVER-24852 Add means to interrupt the sharding balancer
Diffstat (limited to 'buildscripts')
3 files changed, 3 insertions, 1 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_auth.yml b/buildscripts/resmokeconfig/suites/sharding_auth.yml index 83a63e2bd2e..1ebddfc00bf 100644 --- a/buildscripts/resmokeconfig/suites/sharding_auth.yml +++ b/buildscripts/resmokeconfig/suites/sharding_auth.yml @@ -19,6 +19,7 @@ selector: - jstests/sharding/migration_with_source_ops.js # SERVER-21713 - jstests/sharding/migration_sets_fromMigrate_flag.js # SERVER-21713 - jstests/sharding/migration_ignore_interrupts.js # SERVER-21713 + - jstests/sharding/movechunk_interrupt_at_primary_stepdown.js # SERVER-21713 - jstests/sharding/movechunk_parallel.js # SERVER-21713 # TODO: Enable when SERVER-22672 is complete - jstests/sharding/printShardingStatus.js diff --git a/buildscripts/resmokeconfig/suites/sharding_auth_audit.yml b/buildscripts/resmokeconfig/suites/sharding_auth_audit.yml index 3a85af28f14..f4759f8067e 100644 --- a/buildscripts/resmokeconfig/suites/sharding_auth_audit.yml +++ b/buildscripts/resmokeconfig/suites/sharding_auth_audit.yml @@ -19,6 +19,7 @@ selector: - jstests/sharding/migration_with_source_ops.js # SERVER-21713 - jstests/sharding/migration_sets_fromMigrate_flag.js # SERVER-21713 - jstests/sharding/migration_ignore_interrupts.js # SERVER-21713 + - jstests/sharding/movechunk_interrupt_at_primary_stepdown.js # SERVER-21713 - jstests/sharding/movechunk_parallel.js # SERVER-21713 # TODO: Enable when SERVER-22672 is complete - jstests/sharding/printShardingStatus.js diff --git a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml index efc4bc628a7..0de2979fde0 100644 --- a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml +++ b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml @@ -82,7 +82,6 @@ selector: # Calls the config server primary directly (not through mongos) - jstests/sharding/moveprimary_ignore_sharded.js - jstests/sharding/min_optime_recovery_on_successful_move_chunk_commit.js - - jstests/sharding/read_after_optime.js - jstests/sharding/server_status.js - jstests/sharding/drop_configdb.js @@ -101,6 +100,7 @@ selector: - jstests/sharding/autodiscover_config_rs_from_secondary.js - jstests/sharding/rs_stepdown_and_pooling.js - jstests/sharding/mongos_no_replica_set_refresh.js + - jstests/sharding/movechunk_interrupt_at_primary_stepdown.js - jstests/sharding/primary_config_server_blackholed_from_mongos.js - jstests/sharding/shard_aware_on_config_election.js # Nothing is affected by config server step down |