From 74478fc8d09b70ef9ae031184398463cd3273692 Mon Sep 17 00:00:00 2001 From: Haley Connelly Date: Tue, 21 Dec 2021 20:34:55 +0000 Subject: SERVER-62055 Enable tests in clustered_collection_passthrough that try to recreate the clustered index --- .../resmokeconfig/suites/clustered_collection_passthrough.yml | 11 ----------- 1 file changed, 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 -- cgit v1.2.1