summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2022-01-02 12:02:18 +0100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-01-06 12:36:13 +0000
commitbc2a34c6cb046127b6811ae8ae89abeb05a50b90 (patch)
treef7e8ee70d79fdc8f0ef081c1b458f9790716a8e2 /buildscripts
parent26a9a04d33ae06fd9ffc5822b685ccea84c3530e (diff)
downloadmongo-bc2a34c6cb046127b6811ae8ae89abeb05a50b90.tar.gz
SERVER-62065 Introduce the 'repairShardedCollectionChunksHistory' command
(cherry picked from commit 3b56acfe78e91b607eafc737ebf88d237db1460a)
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 9aac8d16b57..fab6f7fda0c 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
@@ -184,6 +184,8 @@ selector:
- jstests/sharding/mongos_precache_routing_info.js
- jstests/sharding/warm_up_connection_pool.js
- jstests/sharding/collation_shard_targeting_hashed_shard_key.js
+ # Enable when SERVER-62065 is released in 4.0
+ - jstests/sharding/repair_sharded_collection_history.js
exclude_with_any_tags:
- multiversion_incompatible