summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorTommaso Tocci <tommaso.tocci@mongodb.com>2021-04-12 16:29:23 +0200
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-04-15 10:45:59 +0000
commit5e620d700d7c7c2b68fe1774bc8f070d47088bf7 (patch)
tree0fa6a34c157662cd1c73140334efdd0f87404dc7 /buildscripts
parentbcab4816a1731f9773fa2af7fa76ca35bc1fa23d (diff)
downloadmongo-5e620d700d7c7c2b68fe1774bc8f070d47088bf7.tar.gz
SERVER-56090 Refactor rename collection tests
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/causally_consistent_hedged_reads_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml3
-rwxr-xr-xbuildscripts/resmokeconfig/suites/cst_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/logical_session_cache_sharding_100ms_refresh_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/logical_session_cache_sharding_10sec_refresh_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/logical_session_cache_sharding_1sec_refresh_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/logical_session_cache_sharding_default_refresh_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough.yml4
-rw-r--r--buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_jscore_passthrough.yml4
-rw-r--r--buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml4
-rw-r--r--buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_stepdown_primary_jscore_passthrough.yml4
-rw-r--r--buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml4
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_kill_primary_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_stepdown_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_causally_consistent_read_concern_snapshot_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_multi_stmt_txn_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/tenant_migration_causally_consistent_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/tenant_migration_multi_stmt_txn_jscore_passthrough.yml2
23 files changed, 2 insertions, 52 deletions
diff --git a/buildscripts/resmokeconfig/suites/causally_consistent_hedged_reads_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/causally_consistent_hedged_reads_jscore_passthrough.yml
index 00eed3b2d3e..7eed921e76e 100644
--- a/buildscripts/resmokeconfig/suites/causally_consistent_hedged_reads_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/causally_consistent_hedged_reads_jscore_passthrough.yml
@@ -73,7 +73,6 @@ selector:
- jstests/core/apitest_dbcollection.js
- jstests/core/getmore_invalidated_cursors.js
- jstests/core/orf.js #explain.executionStats is not CC
- - jstests/core/rename7.js
# getMore is not causally consistent if collection is dropped
- jstests/core/drop3.js
# The following tests fail because of divergent dropCollection behavior between standalones and
diff --git a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml
index 2f22d9b30b7..a65289cba68 100644
--- a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough.yml
@@ -73,7 +73,6 @@ selector:
- jstests/core/apitest_dbcollection.js
- jstests/core/getmore_invalidated_cursors.js
- jstests/core/orf.js #explain.executionStats is not CC
- - jstests/core/rename7.js
# getMore is not causally consistent if collection is dropped
- jstests/core/drop3.js
# The following tests fail because of divergent dropCollection behavior between standalones and
diff --git a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
index 54450e1bc98..62272aec219 100644
--- a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
+++ b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
@@ -83,7 +83,6 @@ selector:
- jstests/core/apitest_dbcollection.js
- jstests/core/getmore_invalidated_cursors.js
- jstests/core/orf.js #explain.executionStats is not CC
- - jstests/core/rename7.js
# getMore is not causally consistent if collection is dropped
- jstests/core/drop3.js
# Logical sessions require that only one user be authenticated,
@@ -100,7 +99,7 @@ selector:
# These include operations the root user auth'd on the test database is not authorized to perform,
# e.g. dropping or creating system collections.
- jstests/core/list_collections_no_views.js
- - jstests/core/rename8.js
+ - jstests/core/rename_collection_system_db.js
- jstests/core/views/duplicate_ns.js
- jstests/core/views/invalid_system_views.js
- jstests/core/views/view_with_invalid_dbname.js
diff --git a/buildscripts/resmokeconfig/suites/cst_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/cst_jscore_passthrough.yml
index 731d264b5bb..66144996f68 100755
--- a/buildscripts/resmokeconfig/suites/cst_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/cst_jscore_passthrough.yml
@@ -372,7 +372,7 @@ selector:
- jstests/core/removea.js
- jstests/core/removeb.js
- jstests/core/removec.js
- - jstests/core/rename5.js
+ - jstests/core/rename_operator_missing_source.js
- jstests/core/role_management_helpers.js
- jstests/core/rollback_index_drop.js
- jstests/core/server1470.js
diff --git a/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_100ms_refresh_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_100ms_refresh_jscore_passthrough.yml
index 6f5ad386393..f35148656d6 100644
--- a/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_100ms_refresh_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_100ms_refresh_jscore_passthrough.yml
@@ -27,7 +27,6 @@ selector:
- jstests/core/index9.js # "local" database.
- jstests/core/invalidated_legacy_cursors.js # capped collections.
- jstests/core/queryoptimizera.js # "local" database.
- - jstests/core/rename*.js # renameCollection.
- jstests/core/stages*.js # stageDebug.
- jstests/core/startup_log.js # "local" database.
- jstests/core/tailable_cursor_invalidation.js # capped collections.
@@ -48,7 +47,6 @@ selector:
- jstests/core/create_indexes.js
- jstests/core/list_indexes_non_existent_ns.js
- jstests/core/mr_preserve_indexes.js
- - jstests/core/rename6.js
# The following tests fail because they expect no databases to be created. However a DB is created
# automatically when we shard a collection.
- jstests/core/dbcase.js
diff --git a/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_10sec_refresh_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_10sec_refresh_jscore_passthrough.yml
index a41cad7d024..faa29239a02 100644
--- a/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_10sec_refresh_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_10sec_refresh_jscore_passthrough.yml
@@ -27,7 +27,6 @@ selector:
- jstests/core/index9.js # "local" database.
- jstests/core/invalidated_legacy_cursors.js # capped collections.
- jstests/core/queryoptimizera.js # "local" database.
- - jstests/core/rename*.js # renameCollection.
- jstests/core/stages*.js # stageDebug.
- jstests/core/startup_log.js # "local" database.
- jstests/core/tailable_cursor_invalidation.js # capped collections.
@@ -48,7 +47,6 @@ selector:
- jstests/core/create_indexes.js
- jstests/core/list_indexes_non_existent_ns.js
- jstests/core/mr_preserve_indexes.js
- - jstests/core/rename6.js
# The following tests fail because they expect no databases to be created. However a DB is created
# automatically when we shard a collection.
- jstests/core/dbcase.js
diff --git a/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_1sec_refresh_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_1sec_refresh_jscore_passthrough.yml
index 1df7eae5273..9a92c57e728 100644
--- a/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_1sec_refresh_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_1sec_refresh_jscore_passthrough.yml
@@ -27,7 +27,6 @@ selector:
- jstests/core/index9.js # "local" database.
- jstests/core/invalidated_legacy_cursors.js # capped collections.
- jstests/core/queryoptimizera.js # "local" database.
- - jstests/core/rename*.js # renameCollection.
- jstests/core/stages*.js # stageDebug.
- jstests/core/startup_log.js # "local" database.
- jstests/core/tailable_cursor_invalidation.js # capped collections.
@@ -48,7 +47,6 @@ selector:
- jstests/core/create_indexes.js
- jstests/core/list_indexes_non_existent_ns.js
- jstests/core/mr_preserve_indexes.js
- - jstests/core/rename6.js
# The following tests fail because they expect no databases to be created. However a DB is created
# automatically when we shard a collection.
- jstests/core/dbcase.js
diff --git a/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_default_refresh_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_default_refresh_jscore_passthrough.yml
index 055f46b49e1..bbfdeda6d12 100644
--- a/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_default_refresh_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_default_refresh_jscore_passthrough.yml
@@ -27,7 +27,6 @@ selector:
- jstests/core/index9.js # "local" database.
- jstests/core/invalidated_legacy_cursors.js # capped collections.
- jstests/core/queryoptimizera.js # "local" database.
- - jstests/core/rename*.js # renameCollection.
- jstests/core/stages*.js # stageDebug.
- jstests/core/startup_log.js # "local" database.
- jstests/core/tailable_cursor_invalidation.js # capped collections.
@@ -48,7 +47,6 @@ selector:
- jstests/core/create_indexes.js
- jstests/core/list_indexes_non_existent_ns.js
- jstests/core/mr_preserve_indexes.js
- - jstests/core/rename6.js
# The following tests fail because they expect no databases to be created. However a DB is created
# automatically when we shard a collection.
- jstests/core/dbcase.js
diff --git a/buildscripts/resmokeconfig/suites/multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough.yml
index ab8a49c8039..902521afbbd 100644
--- a/buildscripts/resmokeconfig/suites/multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough.yml
@@ -27,7 +27,6 @@ selector:
- jstests/core/index_id_options.js # "local" database.
- jstests/core/index9.js # "local" database.
- jstests/core/queryoptimizera.js # "local" database.
- - jstests/core/rename*.js # renameCollection.
- jstests/core/stages*.js # stageDebug.
- jstests/core/startup_log.js # "local" database.
- jstests/core/tailable_cursor_invalidation.js # capped collections.
@@ -48,7 +47,6 @@ selector:
- jstests/core/create_indexes.js
- jstests/core/list_indexes_non_existent_ns.js
- jstests/core/mr_preserve_indexes.js
- - jstests/core/rename6.js
# The following tests fail because they expect no databases to be created. However a DB is created
# automatically when we shard a collection.
- jstests/core/dbcase.js
@@ -165,7 +163,6 @@ selector:
- jstests/core/field_name_validation.js
- jstests/core/insert_illegal_doc.js
- jstests/core/push_sort.js
- - jstests/core/rename4.js
- jstests/core/update_arrayFilters.js
- jstests/core/update_dbref.js
- jstests/core/updatel.js
@@ -183,7 +180,6 @@ selector:
- jstests/core/dbref2.js
- jstests/core/ref3.js
- jstests/core/update3.js
- - jstests/core/rename3.js
##
## Misc. reasons.
diff --git a/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_jscore_passthrough.yml
index 8bdf469f95e..9c30a68f072 100644
--- a/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_jscore_passthrough.yml
@@ -27,7 +27,6 @@ selector:
- jstests/core/index_id_options.js # "local" database.
- jstests/core/index9.js # "local" database.
- jstests/core/queryoptimizera.js # "local" database.
- - jstests/core/rename*.js # renameCollection.
- jstests/core/stages*.js # stageDebug.
- jstests/core/startup_log.js # "local" database.
- jstests/core/tailable_cursor_invalidation.js # capped collections.
@@ -48,7 +47,6 @@ selector:
- jstests/core/create_indexes.js
- jstests/core/list_indexes_non_existent_ns.js
- jstests/core/mr_preserve_indexes.js
- - jstests/core/rename6.js
# The following tests fail because they expect no databases to be created. However a DB is created
# automatically when we shard a collection.
- jstests/core/dbcase.js
@@ -180,7 +178,6 @@ selector:
- jstests/core/field_name_validation.js
- jstests/core/insert_illegal_doc.js
- jstests/core/push_sort.js
- - jstests/core/rename4.js
- jstests/core/update_arrayFilters.js
- jstests/core/update_dbref.js
- jstests/core/updatel.js
@@ -198,7 +195,6 @@ selector:
- jstests/core/dbref2.js
- jstests/core/ref3.js
- jstests/core/update3.js
- - jstests/core/rename3.js
##
## Error: Unable to acquire lock within a max lock request timeout of '0ms' milliseconds
diff --git a/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml
index 22667a77212..529b81aaba2 100644
--- a/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml
@@ -27,7 +27,6 @@ selector:
- jstests/core/index_id_options.js # "local" database.
- jstests/core/index9.js # "local" database.
- jstests/core/queryoptimizera.js # "local" database.
- - jstests/core/rename*.js # renameCollection.
- jstests/core/stages*.js # stageDebug.
- jstests/core/startup_log.js # "local" database.
- jstests/core/tailable_cursor_invalidation.js # capped collections.
@@ -48,7 +47,6 @@ selector:
- jstests/core/create_indexes.js
- jstests/core/list_indexes_non_existent_ns.js
- jstests/core/mr_preserve_indexes.js
- - jstests/core/rename6.js
# The following tests fail because they expect no databases to be created. However a DB is created
# automatically when we shard a collection.
- jstests/core/dbcase.js
@@ -175,7 +173,6 @@ selector:
- jstests/core/field_name_validation.js
- jstests/core/insert_illegal_doc.js
- jstests/core/push_sort.js
- - jstests/core/rename4.js
- jstests/core/update_arrayFilters.js
- jstests/core/update_dbref.js
- jstests/core/updatel.js
@@ -193,7 +190,6 @@ selector:
- jstests/core/dbref2.js
- jstests/core/ref3.js
- jstests/core/update3.js
- - jstests/core/rename3.js
##
## Misc. reasons.
diff --git a/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_stepdown_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_stepdown_primary_jscore_passthrough.yml
index db4a96216c7..e55baf74095 100644
--- a/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_stepdown_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_stepdown_primary_jscore_passthrough.yml
@@ -27,7 +27,6 @@ selector:
- jstests/core/index_id_options.js # "local" database.
- jstests/core/index9.js # "local" database.
- jstests/core/queryoptimizera.js # "local" database.
- - jstests/core/rename*.js # renameCollection.
- jstests/core/stages*.js # stageDebug.
- jstests/core/startup_log.js # "local" database.
- jstests/core/tailable_cursor_invalidation.js # capped collections.
@@ -48,7 +47,6 @@ selector:
- jstests/core/create_indexes.js
- jstests/core/list_indexes_non_existent_ns.js
- jstests/core/mr_preserve_indexes.js
- - jstests/core/rename6.js
# The following tests fail because they expect no databases to be created. However a DB is created
# automatically when we shard a collection.
- jstests/core/dbcase.js
@@ -176,7 +174,6 @@ selector:
- jstests/core/field_name_validation.js
- jstests/core/insert_illegal_doc.js
- jstests/core/push_sort.js
- - jstests/core/rename4.js
- jstests/core/update_arrayFilters.js
- jstests/core/update_dbref.js
- jstests/core/updatel.js
@@ -194,7 +191,6 @@ selector:
- jstests/core/dbref2.js
- jstests/core/ref3.js
- jstests/core/update3.js
- - jstests/core/rename3.js
##
## Misc. reasons.
diff --git a/buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml b/buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml
index c1d9e8afe1d..6fa2ff95160 100644
--- a/buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml
+++ b/buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml
@@ -27,7 +27,6 @@ selector:
- jstests/core/index_id_options.js # "local" database.
- jstests/core/index9.js # "local" database.
- jstests/core/queryoptimizera.js # "local" database.
- - jstests/core/rename*.js # renameCollection.
- jstests/core/stages*.js # stageDebug.
- jstests/core/startup_log.js # "local" database.
- jstests/core/tailable_cursor_invalidation.js # capped collections.
@@ -48,7 +47,6 @@ selector:
- jstests/core/create_indexes.js
- jstests/core/list_indexes_non_existent_ns.js
- jstests/core/mr_preserve_indexes.js
- - jstests/core/rename6.js
# The following tests fail because they expect no databases to be created. However a DB is created
# automatically when we shard a collection.
- jstests/core/dbcase.js
@@ -188,7 +186,6 @@ selector:
- jstests/core/field_name_validation.js
- jstests/core/insert_illegal_doc.js
- jstests/core/push_sort.js
- - jstests/core/rename4.js
- jstests/core/update_arrayFilters.js
- jstests/core/update_dbref.js
- jstests/core/updatel.js
@@ -206,7 +203,6 @@ selector:
- jstests/core/dbref2.js
- jstests/core/ref3.js
- jstests/core/update3.js
- - jstests/core/rename3.js
##
## Error: Unable to acquire lock within a max lock request timeout of '0ms' milliseconds
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml
index 76a447d5a38..97ae80ed079 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml
@@ -121,7 +121,6 @@ selector:
- jstests/core/field_name_validation.js
- jstests/core/insert_illegal_doc.js
- jstests/core/push_sort.js
- - jstests/core/rename4.js
- jstests/core/update_arrayFilters.js
- jstests/core/update_dbref.js
- jstests/core/updatel.js
@@ -139,7 +138,6 @@ selector:
- jstests/core/dbref2.js
- jstests/core/ref3.js
- jstests/core/update3.js
- - jstests/core/rename3.js
##
## Error: Unable to acquire lock within a max lock request timeout of '0ms' milliseconds
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_kill_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_kill_primary_jscore_passthrough.yml
index 8c47be8908c..0c743e19b12 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_kill_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_kill_primary_jscore_passthrough.yml
@@ -109,7 +109,6 @@ selector:
- jstests/core/field_name_validation.js
- jstests/core/insert_illegal_doc.js
- jstests/core/push_sort.js
- - jstests/core/rename4.js
- jstests/core/update_arrayFilters.js
- jstests/core/update_dbref.js
- jstests/core/updatel.js
@@ -127,7 +126,6 @@ selector:
- jstests/core/dbref2.js
- jstests/core/ref3.js
- jstests/core/update3.js
- - jstests/core/rename3.js
##
## Error: Unable to acquire lock within a max lock request timeout of '0ms' milliseconds
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_stepdown_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_stepdown_jscore_passthrough.yml
index c297ab05266..98d067f99d0 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_stepdown_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_stepdown_jscore_passthrough.yml
@@ -108,7 +108,6 @@ selector:
- jstests/core/field_name_validation.js
- jstests/core/insert_illegal_doc.js
- jstests/core/push_sort.js
- - jstests/core/rename4.js
- jstests/core/update_arrayFilters.js
- jstests/core/update_dbref.js
- jstests/core/updatel.js
@@ -126,7 +125,6 @@ selector:
- jstests/core/dbref2.js
- jstests/core/ref3.js
- jstests/core/update3.js
- - jstests/core/rename3.js
##
## Error: Unable to acquire lock within a max lock request timeout of '0ms' milliseconds
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml
index 8e562c71c3a..ccbff71f4ed 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml
@@ -106,7 +106,6 @@ selector:
- jstests/core/field_name_validation.js
- jstests/core/insert_illegal_doc.js
- jstests/core/push_sort.js
- - jstests/core/rename4.js
- jstests/core/update_arrayFilters.js
- jstests/core/update_dbref.js
- jstests/core/updatel.js
@@ -124,7 +123,6 @@ selector:
- jstests/core/dbref2.js
- jstests/core/ref3.js
- jstests/core/update3.js
- - jstests/core/rename3.js
##
## Error: Unable to acquire lock within a max lock request timeout of '0ms' milliseconds
diff --git a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
index 412a1bf54c0..ff93a83d7d2 100644
--- a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
@@ -27,7 +27,6 @@ selector:
- jstests/core/index9.js # "local" database.
- jstests/core/invalidated_legacy_cursors.js # capped collections.
- jstests/core/queryoptimizera.js # "local" database.
- - jstests/core/rename*.js # renameCollection.
- jstests/core/stages*.js # stageDebug.
- jstests/core/tailable_cursor_invalidation.js # capped collections.
- jstests/core/tailable_getmore_batch_size.js # capped collections.
@@ -44,7 +43,6 @@ selector:
- jstests/core/create_indexes.js
- jstests/core/list_indexes_non_existent_ns.js
- jstests/core/mr_preserve_indexes.js
- - jstests/core/rename6.js
# The following tests fail because they expect no databases to be created. However a DB is created
# automatically when we shard a collection.
- jstests/core/dbcase.js
diff --git a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_read_concern_snapshot_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_read_concern_snapshot_passthrough.yml
index e43b542f59b..0030f174a6c 100644
--- a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_read_concern_snapshot_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_read_concern_snapshot_passthrough.yml
@@ -27,7 +27,6 @@ selector:
- jstests/core/index9.js # "local" database.
- jstests/core/invalidated_legacy_cursors.js # capped collections.
- jstests/core/queryoptimizera.js # "local" database.
- - jstests/core/rename*.js # renameCollection.
- jstests/core/stages*.js # stageDebug.
- jstests/core/tailable_cursor_invalidation.js # capped collections.
- jstests/core/tailable_getmore_batch_size.js # capped collections.
@@ -45,7 +44,6 @@ selector:
- jstests/core/create_indexes.js
- jstests/core/list_indexes_non_existent_ns.js
- jstests/core/mr_preserve_indexes.js
- - jstests/core/rename6.js
# The following tests fail because they expect no databases to be created. However a DB is created
# automatically when we shard a collection.
- jstests/core/dbcase.js
diff --git a/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
index 0c770816887..a44eb8aceb6 100644
--- a/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
@@ -29,7 +29,6 @@ selector:
- jstests/core/index9.js # "local" database.
- jstests/core/invalidated_legacy_cursors.js # capped collections.
- jstests/core/queryoptimizera.js # "local" database.
- - jstests/core/rename*.js # renameCollection.
- jstests/core/stages*.js # stageDebug.
- jstests/core/startup_log.js # "local" database.
- jstests/core/tailable_cursor_invalidation.js # capped collections.
@@ -50,7 +49,6 @@ selector:
- jstests/core/create_indexes.js
- jstests/core/list_indexes_non_existent_ns.js
- jstests/core/mr_preserve_indexes.js
- - jstests/core/rename6.js
# The following tests fail because they expect no databases to be created. However a DB is created
# automatically when we shard a collection.
- jstests/core/dbcase.js
diff --git a/buildscripts/resmokeconfig/suites/sharded_multi_stmt_txn_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_multi_stmt_txn_jscore_passthrough.yml
index e08d50417cb..7f9b4e35559 100644
--- a/buildscripts/resmokeconfig/suites/sharded_multi_stmt_txn_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_multi_stmt_txn_jscore_passthrough.yml
@@ -147,7 +147,6 @@ selector:
- jstests/core/field_name_validation.js
- jstests/core/insert_illegal_doc.js
- jstests/core/push_sort.js
- - jstests/core/rename4.js
- jstests/core/update_arrayFilters.js
- jstests/core/update_dbref.js
- jstests/core/updatel.js
@@ -165,7 +164,6 @@ selector:
- jstests/core/dbref2.js
- jstests/core/ref3.js
- jstests/core/update3.js
- - jstests/core/rename3.js
##
## Error: Unable to acquire lock within a max lock request timeout of '0ms' milliseconds
diff --git a/buildscripts/resmokeconfig/suites/tenant_migration_causally_consistent_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/tenant_migration_causally_consistent_jscore_passthrough.yml
index cd7febc189d..b952134953e 100644
--- a/buildscripts/resmokeconfig/suites/tenant_migration_causally_consistent_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/tenant_migration_causally_consistent_jscore_passthrough.yml
@@ -101,7 +101,6 @@ selector:
- jstests/core/apitest_dbcollection.js
- jstests/core/getmore_invalidated_cursors.js
- jstests/core/orf.js #explain.executionStats is not CC
- - jstests/core/rename7.js
# getMore is not causally consistent if collection is dropped
- jstests/core/drop3.js
diff --git a/buildscripts/resmokeconfig/suites/tenant_migration_multi_stmt_txn_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/tenant_migration_multi_stmt_txn_jscore_passthrough.yml
index 070ce4f9837..277abad21fa 100644
--- a/buildscripts/resmokeconfig/suites/tenant_migration_multi_stmt_txn_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/tenant_migration_multi_stmt_txn_jscore_passthrough.yml
@@ -200,7 +200,6 @@ selector:
- jstests/core/insert_illegal_doc.js
- jstests/core/positional_projection.js
- jstests/core/push_sort.js
- - jstests/core/rename4.js
- jstests/core/update_dbref.js
# Trick for bypassing mongo shell validation in the test doesn't work because txn_override
@@ -214,7 +213,6 @@ selector:
- jstests/core/dbref2.js
- jstests/core/ref3.js
- jstests/core/update3.js
- - jstests/core/rename3.js
##
## Error: Unable to acquire lock within a max lock request timeout of '0ms' milliseconds