summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2017-09-26 12:26:07 -0400
committerEsha Maharishi <esha.maharishi@mongodb.com>2017-09-26 13:06:13 -0400
commit726e5544108d7ef417de351d103f52c028feae3b (patch)
treeb72164766f99443e89061951864024bdb434a1dd /buildscripts
parentdabde5a17356591ebcb465129bcd5ed5d9236b60 (diff)
downloadmongo-726e5544108d7ef417de351d103f52c028feae3b.tar.gz
SERVER-30344 prevent shards from implicitly creating a collection on createIndexes
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml
index e154cc8dd6e..7883772bdd4 100644
--- a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml
@@ -23,6 +23,7 @@ selector:
- jstests/sharding/view_rewrite.js
- jstests/sharding/explain_agg_read_pref.js
- jstests/sharding/write_cmd_auto_split.js
+ - jstests/sharding/index_and_collection_option_propagation.js
# New feature in v3.6 mongos
- jstests/sharding/logical_time_metadata.js
# New feature in v3.6 mongos and mongod.