summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaley Connelly <haley.connelly@mongodb.com>2021-12-21 20:34:55 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-12-21 21:29:30 +0000
commit74478fc8d09b70ef9ae031184398463cd3273692 (patch)
tree92fbe8155a5cf70f3a251de72031c499135c6b37
parent0f2088d744f97b1dda122343b81156851db69c98 (diff)
downloadmongo-74478fc8d09b70ef9ae031184398463cd3273692.tar.gz
SERVER-62055 Enable tests in clustered_collection_passthrough that try to recreate the clustered index
-rw-r--r--buildscripts/resmokeconfig/suites/clustered_collection_passthrough.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/buildscripts/resmokeconfig/suites/clustered_collection_passthrough.yml b/buildscripts/resmokeconfig/suites/clustered_collection_passthrough.yml
index 07ffcb8c07c..3556574cd28 100644
--- a/buildscripts/resmokeconfig/suites/clustered_collection_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/clustered_collection_passthrough.yml
@@ -50,17 +50,6 @@ selector:
- jstests/core/collation.js
- jstests/core/collation_convert_to_capped.js
- jstests/core/collation_update.js
- # TODO (SERVER-61009) Copies clustered _id index: "The field 'clustered' is not valid for an index specification"
- - jstests/core/mr_preserve_indexes.js
- - jstests/core/mr_replace_into_other_db.js
- - jstests/core/views/views_aggregation.js
- - jstests/core/bypass_doc_validation.js
- # TODO (SERVER-61009) "cannot create an _id index on a collection already clustered by _id"
- - jstests/core/txns/create_indexes.js
- - jstests/core/txns/create_indexes_parallel.js
- - jstests/core/txns/commands_in_txns_read_concern.js
- # TODO (SERVER-61009) "cannot create an index with the same key as the cluster key: {keyPattern: {_id: 1, "a.b": 1}}"
- - jstests/core/null_query_semantics.js
exclude_with_any_tags:
- assumes_standalone_mongod