diff options
author | James Wahlin <james@mongodb.com> | 2023-01-25 11:17:02 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2023-01-30 20:07:51 +0000 |
commit | 4af684221317dade6ca8d0d47b67476949a8f830 (patch) | |
tree | 2e189b67374d6522fc6f071b4d8a2543ac72435d /buildscripts | |
parent | ec2d948f1305696834fc4048794c45844a90c6e1 (diff) | |
download | mongo-4af684221317dade6ca8d0d47b67476949a8f830.tar.gz |
SERVER-65502 Address SERVER-60824 TODOs
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/clustered_collection_passthrough.yml | 2 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/sharding_clustered_collections.yml | 6 |
2 files changed, 0 insertions, 8 deletions
diff --git a/buildscripts/resmokeconfig/suites/clustered_collection_passthrough.yml b/buildscripts/resmokeconfig/suites/clustered_collection_passthrough.yml index 01d83a673f4..2bbfaf7866e 100644 --- a/buildscripts/resmokeconfig/suites/clustered_collection_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/clustered_collection_passthrough.yml @@ -52,8 +52,6 @@ selector: # Expects to see IXSCAN over _id (cluster key). - jstests/core/**/find_and_modify_hint.js - jstests/core/**/covered_index_sort_2.js - # TODO (SERVER-60824): Resolve sort exceeded memory limit. - - jstests/core/**/sortg.js # Expects duplicate key error to have _id index use specified. - jstests/core/**/uniqueness.js # Expects to see the usage of _id_ index by using $indexStats. diff --git a/buildscripts/resmokeconfig/suites/sharding_clustered_collections.yml b/buildscripts/resmokeconfig/suites/sharding_clustered_collections.yml index 5f20e5c1035..8c0b15ccf1c 100644 --- a/buildscripts/resmokeconfig/suites/sharding_clustered_collections.yml +++ b/buildscripts/resmokeconfig/suites/sharding_clustered_collections.yml @@ -5,12 +5,6 @@ selector: - jstests/sharding/**/*.js exclude_files: - jstests/sharding/**/libs/**/*.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 - - jstests/sharding/reshard_collection_failover_shutdown_basic.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. - jstests/sharding/shard2.js # Expects the collection creation options not to change. |