summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites
diff options
context:
space:
mode:
authorMaria van Keulen <maria@mongodb.com>2018-07-27 17:09:24 -0400
committerMaria van Keulen <maria@mongodb.com>2018-08-07 14:26:55 -0400
commit88a8b7b31ca41eca88e782d84e496911c93cc0ae (patch)
treef60e0bee8e351180ad2c256c3c8946ec35fadeb6 /buildscripts/resmokeconfig/suites
parent4c16f0f336f4db77034e8aa594bbd4a5bac3f40c (diff)
downloadmongo-88a8b7b31ca41eca88e782d84e496911c93cc0ae.tar.gz
SERVER-36257 Remove copyDB and clone commands
Diffstat (limited to 'buildscripts/resmokeconfig/suites')
-rw-r--r--buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_auth_5.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_auth_6.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_auth_misc.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_ese_4.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_ese_5.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_ese_misc.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml4
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml4
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_14.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_auth.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_auth_audit.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_auth_audit_misc.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_auth_misc.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_ese_19.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_ese_20.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_ese_misc.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards_11.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards_misc.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_misc.yml2
20 files changed, 3 insertions, 32 deletions
diff --git a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
index ecd9d15cd95..64969e5d3d5 100644
--- a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
+++ b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
@@ -18,7 +18,6 @@ selector:
# Skip any tests that run with auth explicitly.
- jstests/core/*[aA]uth*.js
# Skip any tests that require privileges for non test databases.
- - jstests/core/copydb.js
- jstests/core/system_profile.js
# Cannot specify afterClusterTime and afterOpTime.
- jstests/core/read_after_optime.js
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_auth_5.yml b/buildscripts/resmokeconfig/suites/replica_sets_auth_5.yml
index 2dffbbb53ea..1b37c762894 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_auth_5.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_auth_5.yml
@@ -25,7 +25,6 @@ selector:
- jstests/replsets/last_op_visible.js
- jstests/replsets/sessions_collection_auto_healing.js
- jstests/replsets/maintenance2.js
- - jstests/replsets/copydb.js
- jstests/replsets/sized_zero_capped.js
- jstests/replsets/initial_sync_document_validation.js
- jstests/replsets/commands_that_write_accept_wc.js
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_auth_6.yml b/buildscripts/resmokeconfig/suites/replica_sets_auth_6.yml
index ee5047dd78a..2e450c9189f 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_auth_6.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_auth_6.yml
@@ -52,7 +52,6 @@ selector:
- jstests/replsets/initiate_prohibits_w0.js
- jstests/replsets/single_server_majority.js
- jstests/replsets/rslib.js
- - jstests/replsets/cloneDb.js
- jstests/replsets/two_nodes_priority_take_over.js
- jstests/replsets/initial_sync_cloner_dups.js
- jstests/replsets/find_and_modify_wc.js
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_auth_misc.yml b/buildscripts/resmokeconfig/suites/replica_sets_auth_misc.yml
index a3a5cf32650..b4876dabc47 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_auth_misc.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_auth_misc.yml
@@ -125,7 +125,6 @@ selector:
- jstests/replsets/last_op_visible.js
- jstests/replsets/sessions_collection_auto_healing.js
- jstests/replsets/maintenance2.js
- - jstests/replsets/copydb.js
- jstests/replsets/sized_zero_capped.js
- jstests/replsets/initial_sync_document_validation.js
- jstests/replsets/commands_that_write_accept_wc.js
@@ -221,7 +220,6 @@ selector:
- jstests/replsets/initiate_prohibits_w0.js
- jstests/replsets/single_server_majority.js
- jstests/replsets/rslib.js
- - jstests/replsets/cloneDb.js
- jstests/replsets/two_nodes_priority_take_over.js
- jstests/replsets/initial_sync_cloner_dups.js
- jstests/replsets/find_and_modify_wc.js
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_ese_4.yml b/buildscripts/resmokeconfig/suites/replica_sets_ese_4.yml
index 3f52c8d2115..4dc399d7bea 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_ese_4.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_ese_4.yml
@@ -44,7 +44,6 @@ selector:
- jstests/replsets/initial_sync_oplog_rollover.js
- jstests/replsets/rollback_drop_database.js
- jstests/replsets/auth_no_pri.js
- - jstests/replsets/cloneDb.js
- jstests/replsets/slave_delay_clean_shutdown.js
- jstests/replsets/rollback_drop_index_after_rename.js
- jstests/replsets/reconfig.js
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_ese_5.yml b/buildscripts/resmokeconfig/suites/replica_sets_ese_5.yml
index ab325e4baae..6258010f231 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_ese_5.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_ese_5.yml
@@ -25,7 +25,6 @@ selector:
- jstests/replsets/sessions_collection_auto_healing.js
- jstests/replsets/get_replication_info_helper.js
- jstests/replsets/maintenance2.js
- - jstests/replsets/copydb.js
- jstests/replsets/read_committed_lookup.js
- jstests/replsets/initial_sync_update_missing_doc1.js
- jstests/replsets/commands_that_write_accept_wc.js
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_ese_misc.yml b/buildscripts/resmokeconfig/suites/replica_sets_ese_misc.yml
index 50df83f6be3..25c4069f197 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_ese_misc.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_ese_misc.yml
@@ -98,7 +98,6 @@ selector:
- jstests/replsets/initial_sync_oplog_rollover.js
- jstests/replsets/rollback_drop_database.js
- jstests/replsets/auth_no_pri.js
- - jstests/replsets/cloneDb.js
- jstests/replsets/slave_delay_clean_shutdown.js
- jstests/replsets/rollback_drop_index_after_rename.js
- jstests/replsets/reconfig.js
@@ -119,7 +118,6 @@ selector:
- jstests/replsets/sessions_collection_auto_healing.js
- jstests/replsets/get_replication_info_helper.js
- jstests/replsets/maintenance2.js
- - jstests/replsets/copydb.js
- jstests/replsets/read_committed_lookup.js
- jstests/replsets/initial_sync_update_missing_doc1.js
- jstests/replsets/commands_that_write_accept_wc.js
diff --git a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
index 0c04ff9b07c..8df91eab2f0 100644
--- a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
@@ -15,15 +15,13 @@ selector:
- jstests/core/apitest_db.js # serverStatus output doesn't have storageEngine.
- jstests/core/apitest_db_profile_level.js # profiling.
- jstests/core/apply_ops*.js # applyOps, SERVER-1439.
- - jstests/core/bypass_doc_validation.js # copyDatabase
+ - jstests/core/bypass_doc_validation.js # sharded $out output not permitted
- jstests/core/capped*.js # capped collections.
- jstests/core/check_shard_index.js # checkShardingIndex.
- jstests/core/collection_truncate.js # emptycapped.
- jstests/core/compact_keeps_indexes.js # compact.
- jstests/core/currentop.js # uses fsync.
- - jstests/core/auth_copydb.js # copyDatabase.
- jstests/core/collmod_without_uuid.js # applyOps, SERVER-1439
- - jstests/core/copydb.js # copyDatabase.
- jstests/core/dbadmin.js # "local" database.
- jstests/core/dbhash.js # dbhash.
- jstests/core/dbhash2.js # dbhash.
diff --git a/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
index e95109c3418..2d9980907f9 100644
--- a/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
@@ -12,15 +12,13 @@ selector:
- jstests/core/apitest_db_profile_level.js # profiling.
- jstests/core/apply_ops*.js # applyOps, SERVER-1439.
- jstests/core/awaitdata_getmore_cmd.js # capped collections.
- - jstests/core/bypass_doc_validation.js # copyDatabase
+ - jstests/core/bypass_doc_validation.js # sharded $out output not permitted
- jstests/core/capped*.js # capped collections.
- jstests/core/check_shard_index.js # checkShardingIndex.
- jstests/core/collection_truncate.js # emptycapped.
- jstests/core/collmod_without_uuid.js # applyOps, SERVER-1439
- jstests/core/compact_keeps_indexes.js # compact.
- jstests/core/currentop.js # uses fsync.
- - jstests/core/auth_copydb.js # copyDatabase.
- - jstests/core/copydb.js # copyDatabase.
- jstests/core/dbadmin.js # "local" database.
- jstests/core/dbhash.js # dbhash.
- jstests/core/dbhash2.js # dbhash.
diff --git a/buildscripts/resmokeconfig/suites/sharding_14.yml b/buildscripts/resmokeconfig/suites/sharding_14.yml
index 8ed96377d76..8bbdae7b330 100644
--- a/buildscripts/resmokeconfig/suites/sharding_14.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_14.yml
@@ -28,7 +28,6 @@ selector:
- jstests/sharding/server_status.js
- jstests/sharding/ssv_config_check.js
- jstests/sharding/update_zone_key_range.js
- - jstests/sharding/copydb_from_mongos.js
- jstests/sharding/auth2.js
- jstests/sharding/change_stream_update_lookup_collation.js
- jstests/sharding/mongos_query_comment.js
@@ -38,7 +37,6 @@ selector:
- jstests/sharding/authwhere.js
- jstests/sharding/authmr.js
- jstests/sharding/sessions_collection_auto_healing.js
- - jstests/sharding/auth_copydb.js
- jstests/sharding/read_does_not_create_namespaces.js
- jstests/sharding/ismaster.js
- jstests/sharding/balancer_shell_commands.js
diff --git a/buildscripts/resmokeconfig/suites/sharding_auth.yml b/buildscripts/resmokeconfig/suites/sharding_auth.yml
index f7698454d30..0404938d735 100644
--- a/buildscripts/resmokeconfig/suites/sharding_auth.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_auth.yml
@@ -15,7 +15,6 @@ selector:
- jstests/sharding/aggregation_currentop.js # SERVER-19318
- jstests/sharding/kill_sessions.js
# Skip these additional tests when running with auth enabled.
- - jstests/sharding/copydb_from_mongos.js # SERVER-13080
- jstests/sharding/parallel.js
# Skip these tests that run with enableTestCommands off.
- jstests/sharding/shard_config_db_collections.js
diff --git a/buildscripts/resmokeconfig/suites/sharding_auth_audit.yml b/buildscripts/resmokeconfig/suites/sharding_auth_audit.yml
index a1a469b1b98..8329ba32ce1 100644
--- a/buildscripts/resmokeconfig/suites/sharding_auth_audit.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_auth_audit.yml
@@ -15,7 +15,6 @@ selector:
- jstests/sharding/aggregation_currentop.js # SERVER-19318
- jstests/sharding/kill_sessions.js
# Skip these additional tests when running with auth enabled.
- - jstests/sharding/copydb_from_mongos.js # SERVER-13080
- jstests/sharding/parallel.js
# Skip these tests that run with enableTestCommands off.
- jstests/sharding/shard_config_db_collections.js
diff --git a/buildscripts/resmokeconfig/suites/sharding_auth_audit_misc.yml b/buildscripts/resmokeconfig/suites/sharding_auth_audit_misc.yml
index f4d7e1e89cb..5119d00f2d7 100644
--- a/buildscripts/resmokeconfig/suites/sharding_auth_audit_misc.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_auth_audit_misc.yml
@@ -23,7 +23,6 @@ selector:
- jstests/sharding/aggregation_currentop.js # SERVER-19318
- jstests/sharding/kill_sessions.js
# Skip these additional tests when running with auth enabled.
- - jstests/sharding/copydb_from_mongos.js # SERVER-13080
- jstests/sharding/parallel.js
# Skip these tests that run with enableTestCommands off.
- jstests/sharding/shard_config_db_collections.js
diff --git a/buildscripts/resmokeconfig/suites/sharding_auth_misc.yml b/buildscripts/resmokeconfig/suites/sharding_auth_misc.yml
index aaa7fb1be33..94c281671c6 100644
--- a/buildscripts/resmokeconfig/suites/sharding_auth_misc.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_auth_misc.yml
@@ -22,7 +22,6 @@ selector:
- jstests/sharding/aggregation_currentop.js # SERVER-19318
- jstests/sharding/kill_sessions.js
# Skip these additional tests when running with auth enabled.
- - jstests/sharding/copydb_from_mongos.js # SERVER-13080
- jstests/sharding/parallel.js
# Skip these tests that run with enableTestCommands off.
- jstests/sharding/shard_config_db_collections.js
diff --git a/buildscripts/resmokeconfig/suites/sharding_ese_19.yml b/buildscripts/resmokeconfig/suites/sharding_ese_19.yml
index e7e9123b362..e10958028e8 100644
--- a/buildscripts/resmokeconfig/suites/sharding_ese_19.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_ese_19.yml
@@ -33,7 +33,6 @@ selector:
- jstests/sharding/replication_with_undefined_shard_key.js
- jstests/sharding/min_optime_recovery_on_failed_move_chunk_commit.js
- jstests/sharding/change_stream_lookup_single_shard_cluster.js
- - jstests/sharding/copydb_from_mongos.js
- jstests/sharding/max_time_ms_sharded_new_commands.js
- jstests/sharding/sessions_collection_auto_healing.js
- jstests/sharding/major_version_check.js
@@ -55,4 +54,4 @@ executor:
TestData:
enableEncryption: ''
encryptionKeyFile: *keyFile
- readMode: commands \ No newline at end of file
+ readMode: commands
diff --git a/buildscripts/resmokeconfig/suites/sharding_ese_20.yml b/buildscripts/resmokeconfig/suites/sharding_ese_20.yml
index 37a56012cd5..c63015ebf7d 100644
--- a/buildscripts/resmokeconfig/suites/sharding_ese_20.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_ese_20.yml
@@ -25,7 +25,6 @@ selector:
- jstests/sharding/version2.js
- jstests/sharding/split_against_shard_with_invalid_split_points.js
- jstests/sharding/add_shard_to_zone.js
- - jstests/sharding/auth_copydb.js
- jstests/sharding/auth_no_config_primary.js
- jstests/sharding/balancer_shell_commands.js
- jstests/sharding/remove_shard_from_zone.js
diff --git a/buildscripts/resmokeconfig/suites/sharding_ese_misc.yml b/buildscripts/resmokeconfig/suites/sharding_ese_misc.yml
index 9a9517a7ede..14e128dc260 100644
--- a/buildscripts/resmokeconfig/suites/sharding_ese_misc.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_ese_misc.yml
@@ -323,7 +323,6 @@ selector:
- jstests/sharding/replication_with_undefined_shard_key.js
- jstests/sharding/min_optime_recovery_on_failed_move_chunk_commit.js
- jstests/sharding/change_stream_lookup_single_shard_cluster.js
- - jstests/sharding/copydb_from_mongos.js
- jstests/sharding/max_time_ms_sharded_new_commands.js
- jstests/sharding/sessions_collection_auto_healing.js
- jstests/sharding/major_version_check.js
@@ -345,7 +344,6 @@ selector:
- jstests/sharding/version2.js
- jstests/sharding/split_against_shard_with_invalid_split_points.js
- jstests/sharding/add_shard_to_zone.js
- - jstests/sharding/auth_copydb.js
- jstests/sharding/auth_no_config_primary.js
- jstests/sharding/balancer_shell_commands.js
- jstests/sharding/remove_shard_from_zone.js
diff --git a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards_11.yml b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards_11.yml
index a5390a196f4..c94514ac0b9 100644
--- a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards_11.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards_11.yml
@@ -14,7 +14,6 @@ selector:
roots:
- jstests/sharding/mongos_query_comment.js
- jstests/sharding/read_after_optime.js
- - jstests/sharding/copydb_from_mongos.js
- jstests/sharding/server_status.js
- jstests/sharding/missing_key.js
- jstests/sharding/listDatabases.js
@@ -34,7 +33,6 @@ selector:
- jstests/sharding/remove_shard_from_zone.js
- jstests/sharding/addshard6.js
- jstests/sharding/autodiscover_config_rs_from_secondary.js
- - jstests/sharding/auth_copydb.js
- jstests/sharding/mrShardedOutputAuth.js
- jstests/sharding/authmr.js
- jstests/sharding/forget_mr_temp_ns.js
diff --git a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards_misc.yml b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards_misc.yml
index 881db6b9765..661efbfa354 100644
--- a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards_misc.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards_misc.yml
@@ -298,7 +298,6 @@ selector:
- jstests/sharding/disable_autosplit.js
- jstests/sharding/mongos_query_comment.js
- jstests/sharding/read_after_optime.js
- - jstests/sharding/copydb_from_mongos.js
- jstests/sharding/server_status.js
- jstests/sharding/missing_key.js
- jstests/sharding/listDatabases.js
@@ -318,7 +317,6 @@ selector:
- jstests/sharding/remove_shard_from_zone.js
- jstests/sharding/addshard6.js
- jstests/sharding/autodiscover_config_rs_from_secondary.js
- - jstests/sharding/auth_copydb.js
- jstests/sharding/mrShardedOutputAuth.js
- jstests/sharding/authmr.js
- jstests/sharding/forget_mr_temp_ns.js
diff --git a/buildscripts/resmokeconfig/suites/sharding_misc.yml b/buildscripts/resmokeconfig/suites/sharding_misc.yml
index 6e3dea7760e..5ef0a8eb6dd 100644
--- a/buildscripts/resmokeconfig/suites/sharding_misc.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_misc.yml
@@ -332,7 +332,6 @@ selector:
- jstests/sharding/server_status.js
- jstests/sharding/ssv_config_check.js
- jstests/sharding/update_zone_key_range.js
- - jstests/sharding/copydb_from_mongos.js
- jstests/sharding/auth2.js
- jstests/sharding/change_stream_update_lookup_collation.js
- jstests/sharding/mongos_query_comment.js
@@ -342,7 +341,6 @@ selector:
- jstests/sharding/authwhere.js
- jstests/sharding/authmr.js
- jstests/sharding/sessions_collection_auto_healing.js
- - jstests/sharding/auth_copydb.js
- jstests/sharding/read_does_not_create_namespaces.js
- jstests/sharding/ismaster.js
- jstests/sharding/balancer_shell_commands.js