summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorDaniel Gómez Ferro <daniel.gomezferro@mongodb.com>2022-02-02 07:59:01 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-02-02 08:46:57 +0000
commitc7f5e389e4488fcf7bd7a9a2ca4149080c409242 (patch)
treed1a14dfeaef42df491009b45db32c5b7f3ab6a3d /buildscripts
parent98d1971726bc2bc7bd8d13365291d79bb9b61a6e (diff)
downloadmongo-c7f5e389e4488fcf7bd7a9a2ca4149080c409242.tar.gz
SERVER-62811 Allow special index types on cluster keys
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/clustered_collection_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_clustered_collections.yml4
2 files changed, 0 insertions, 6 deletions
diff --git a/buildscripts/resmokeconfig/suites/clustered_collection_passthrough.yml b/buildscripts/resmokeconfig/suites/clustered_collection_passthrough.yml
index 6bfa5b5c068..55c1b82b95d 100644
--- a/buildscripts/resmokeconfig/suites/clustered_collection_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/clustered_collection_passthrough.yml
@@ -7,8 +7,6 @@ selector:
- jstests/core/**/*.js
exclude_files:
- # Creates a hashed index on _id that conflicts with cluster key.
- - jstests/core/single_field_hashed_index.js
# Assumes the _id index is real.
- jstests/core/collmod_convert_to_ttl.js
- jstests/core/index_create_too_many.js
diff --git a/buildscripts/resmokeconfig/suites/sharding_clustered_collections.yml b/buildscripts/resmokeconfig/suites/sharding_clustered_collections.yml
index 5a7b18befcd..34cbe2b00c8 100644
--- a/buildscripts/resmokeconfig/suites/sharding_clustered_collections.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_clustered_collections.yml
@@ -16,12 +16,8 @@ selector:
- jstests/sharding/shard6.js
# Expects hint(_id) to yield an index scan instead of a table scan.
- jstests/sharding/shard2.js
- # TODO (SERVER-62811): Establish intended behavior.
- - jstests/sharding/query/collation_shard_targeting_hashed_shard_key.js
# TODO (SERVER-62874): Investigate the following test failures.
- - jstests/sharding/transactions_reject_writes_for_moved_chunks.js
- jstests/sharding/internal_sessions_partial_index.js
- - jstests/sharding/change_stream_chunk_migration.js
- jstests/sharding/change_stream_show_migration_events.js
- jstests/sharding/move_primary_with_writes.js
exclude_with_any_tags: