summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2015-12-23 14:38:38 -0500
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2016-01-13 14:42:42 -0500
commitd7ef8fa46e263cd9307b332e84f5cc124694b5b3 (patch)
tree1d79d170274db83444d3ed1e8767ea6316166f9d /buildscripts/resmokeconfig
parent38196fe4849af1aa9f337058a31aed72c57aa8a8 (diff)
downloadmongo-d7ef8fa46e263cd9307b332e84f5cc124694b5b3.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/resmokeconfig')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_continuous_config_stepdown.yml3
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