summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorJess Fan <jess.fan@10gen.com>2016-06-24 14:00:05 -0400
committerJess Fan <jess.fan@10gen.com>2016-07-06 09:56:21 -0400
commit504e52fea82aeec8995b3c5f3391dd54898d5970 (patch)
treea135a0e3a7f133af18b8ddf99dc656952d822b8f /buildscripts
parent05eca76c9df7df37cb422aa385cd4f121578b381 (diff)
downloadmongo-504e52fea82aeec8995b3c5f3391dd54898d5970.tar.gz
SERVER-24227 Replace autoSplit startup opt with proper setting
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_last_stable_mongos.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos.yml b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos.yml
index 351f96cb085..82870e77bbd 100644
--- a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos.yml
@@ -12,6 +12,8 @@ selector:
- jstests/sharding/shard_identity_config_update.js
- jstests/sharding/add_shard_to_zone.js
- jstests/sharding/remove_shard_from_zone.js
+ # v3.4 replace noAutoSplit flag with document in config.settings
+ - jstests/sharding/disable_autosplit.js
# v3.4 changes $in shard key extraction.
- jstests/sharding/upsert_sharded.js
- jstests/sharding/update_sharded.js