diff options
author | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2015-12-23 14:38:38 -0500 |
---|---|---|
committer | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2015-12-23 15:05:18 -0500 |
commit | 4ec390cf7baa0cae5df32a7f0f1ca222aab3d915 (patch) | |
tree | b9dc108ac099e0f5c49cfd78b32d048d12e0b9ee /buildscripts | |
parent | ae83937130d1abc097e2694de97bf9ea59ed2f32 (diff) | |
download | mongo-4ec390cf7baa0cae5df32a7f0f1ca222aab3d915.tar.gz |
SERVER-22010 Blacklist min_optime_recovery.js from continuous config stepdown suite
Also increases the sleep time of the stepdown thread to allow for balance
rounds to succeed.
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml index 921e8dc5186..f47d7ec62d1 100644 --- a/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml +++ b/buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml @@ -67,8 +67,9 @@ selector: - jstests/sharding/tag_range.js - jstests/sharding/top_chunk_autosplit.js - jstests/sharding/count_config_servers.js - # Awaits replication directly against the config server primary + # Calls the config server primary directly (not through mongos) - jstests/sharding/moveprimary_ignore_sharded.js + - jstests/sharding/min_optime_recovery.js # Runs setShardVersion/getShardVersion against the config server and we don't support retries # for this command - jstests/sharding/major_version_check.js |