summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2022-03-14 15:23:36 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-29 19:24:15 +0000
commit99ac54df429f2df7a9e322c36f9528dfb405d869 (patch)
tree44eb636620fb9ba5b9308529b5d1c78b84371dc3 /buildscripts
parentcf91e1fbb5f45590d8e356e57522648381fea93c (diff)
downloadmongo-99ac54df429f2df7a9e322c36f9528dfb405d869.tar.gz
SERVER-63732 Add new implicitlyCreateIndex and enforceUniqueness to shardCollection command
(cherry picked from commit 411a12ad600733fc80d9b6e8da86da51dd415ab0)
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml2
1 files changed, 2 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 9a617e122de..e42db8a5336 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
@@ -189,6 +189,8 @@ selector:
- jstests/sharding/repair_sharded_collection_history.js
# Will fail on 4.0 because the mongos version of appendOplogNote only exists on 4.2.
- jstests/sharding/append_oplog_note_mongos.js
+ # Remove when SERVER-63732 is backported to 4.0.
+ - jstests/sharding/shard_collection_basic.js
exclude_with_any_tags:
- multiversion_incompatible