summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorCheahuychou Mao <cheahuychou.mao@mongodb.com>2019-11-20 22:31:42 +0000
committerevergreen <evergreen@mongodb.com>2019-11-20 22:31:42 +0000
commit89860ea231fbb8a7e516da588b74a837345435bf (patch)
treed59dc086000dd74e76e63c0ae8bb78ba1953689a /buildscripts
parentd410d3733c768e4bbcc0e009cb4d48a7a653c7cf (diff)
downloadmongo-89860ea231fbb8a7e516da588b74a837345435bf.tar.gz
SERVER-44602 Test that chunks and documents are moved after zone changes
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
index 13576f1380e..c4bd89cb062 100644
--- a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml
@@ -68,6 +68,8 @@ selector:
- jstests/sharding/count_config_servers.js
- jstests/sharding/split_large_key.js
- jstests/sharding/balancer_window.js
+ - jstests/sharding/zone_changes_hashed.js
+ - jstests/sharding/zone_changes_range.js
# No retries on direct writes to the config/admin databases on the config servers
- jstests/sharding/database_versioning_safe_secondary_reads.js
- jstests/sharding/listDatabases.js