summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorHaley Connelly <haley.connelly@mongodb.com>2020-07-09 19:58:59 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-04 15:58:00 +0000
commitb9cd445b93ec8fb8c960afef41cc31f2ac47eba7 (patch)
tree2be30fd70c0fa6532d1d8422b15fa352e83b8354 /buildscripts
parent3399d5c225a1e5f3fdf0a137057581a5178e315a (diff)
downloadmongo-b9cd445b93ec8fb8c960afef41cc31f2ac47eba7.tar.gz
SERVER-46811 multi=true updates can modify the shard key of orphan documents and cause them to become owned
(cherry picked from commit 17e468583ec1a7e9755b34b50eaa7cf017a1c96e)
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 2cd30f92538..347c7ca809c 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
@@ -101,6 +101,7 @@ selector:
- jstests/sharding/update_shard_key_doc_moves_shards.js
- jstests/sharding/update_shard_key_conflicting_writes.js
- jstests/sharding/update_shard_key_pipeline_update.js
+ - jstests/sharding/multi_update_orphan_shard_key.js
# mongos in 4.0 doesn't like an aggregation explain without stages for optimized away pipelines,
# so blacklisting the test until 4.2 becomes last-stable.
- jstests/sharding/views.js