summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorHaley Connelly <haley.connelly@mongodb.com>2022-02-02 09:12:53 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-02-02 09:38:07 +0000
commit2d86b7fbb3c41e728de80e6bcf32d3deceb824cf (patch)
treeaafc2441186ac8b95611f7ad5ffdb45595e160dd /buildscripts
parentc7f5e389e4488fcf7bd7a9a2ca4149080c409242 (diff)
downloadmongo-2d86b7fbb3c41e728de80e6bcf32d3deceb824cf.tar.gz
SERVER-62616 Enable reshard*.js tests in sharded_clustered_collections
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_clustered_collections.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_clustered_collections.yml b/buildscripts/resmokeconfig/suites/sharding_clustered_collections.yml
index 34cbe2b00c8..3d7d857a009 100644
--- a/buildscripts/resmokeconfig/suites/sharding_clustered_collections.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_clustered_collections.yml
@@ -8,10 +8,9 @@ selector:
- jstests/sharding/load_balancer_support/*.js
- jstests/sharding/health_monitor/*.js
exclude_files:
- # TODO (SERVER-62616): Investigate compatibility with resharding.
- - jstests/sharding/*reshard*.js
- # TODO (SERVER-62616): Calls reshardCollection.
- - jstests/sharding/balancer_defragmentation_merge_chunks.js
+ # TODO (SERVER-60824): Support non-blocking sort() for resharding cloner.
+ - jstests/sharding/test_resharding_test_fixture_shutdown_retry_needed.js
+ - jstests/sharding/resharding_collection_cloner_resuming.js
# TODO (SERVER-60824): Support non-blocking sort() to prevent 'Sort exceeded memory limit'.
- jstests/sharding/shard6.js
# Expects hint(_id) to yield an index scan instead of a table scan.