diff options
Diffstat (limited to 'buildscripts')
3 files changed, 2 insertions, 5 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_auth.yml b/buildscripts/resmokeconfig/suites/sharding_auth.yml index 0404938d735..59c7a2b23a5 100644 --- a/buildscripts/resmokeconfig/suites/sharding_auth.yml +++ b/buildscripts/resmokeconfig/suites/sharding_auth.yml @@ -16,8 +16,6 @@ selector: - jstests/sharding/kill_sessions.js # Skip these additional tests when running with auth enabled. - jstests/sharding/parallel.js - # Skip these tests that run with enableTestCommands off. - - jstests/sharding/shard_config_db_collections.js # Skip the testcases that do not have auth bypass when running ops in parallel. - jstests/sharding/cleanup_orphaned_cmd_during_movechunk.js # SERVER-21713 - jstests/sharding/cleanup_orphaned_cmd_during_movechunk_hashed.js # SERVER-21713 diff --git a/buildscripts/resmokeconfig/suites/sharding_auth_audit.yml b/buildscripts/resmokeconfig/suites/sharding_auth_audit.yml index 8329ba32ce1..2dc7f335c54 100644 --- a/buildscripts/resmokeconfig/suites/sharding_auth_audit.yml +++ b/buildscripts/resmokeconfig/suites/sharding_auth_audit.yml @@ -16,8 +16,6 @@ selector: - jstests/sharding/kill_sessions.js # Skip these additional tests when running with auth enabled. - jstests/sharding/parallel.js - # Skip these tests that run with enableTestCommands off. - - jstests/sharding/shard_config_db_collections.js # Skip the testcases that do not have auth bypass when running ops in parallel. - jstests/sharding/cleanup_orphaned_cmd_during_movechunk.js # SERVER-21713 - jstests/sharding/cleanup_orphaned_cmd_during_movechunk_hashed.js # SERVER-21713 diff --git a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml index ba64310425d..de2b7f8eec6 100644 --- a/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml +++ b/buildscripts/resmokeconfig/suites/sharding_last_stable_mongos_and_mixed_shards.yml @@ -54,6 +54,7 @@ selector: - jstests/sharding/out_write_concern.js - jstests/sharding/restart_transactions.js - jstests/sharding/shard7.js + - jstests/sharding/shard_config_db_collections.js # TODO: SERVER-38541 remove from blacklist - jstests/sharding/shard_collection_existing_zones.js - jstests/sharding/single_shard_transaction_with_arbiter.js @@ -85,7 +86,7 @@ selector: - jstests/sharding/shard_existing_coll_chunk_count.js - jstests/sharding/wildcard_index_banned_for_shard_key.js - jstests/sharding/unsharded_lookup_in_txn.js -# Enable if SERVER-20865 is backported or 4.2 becomes last-stable + # Enable if SERVER-20865 is backported or 4.2 becomes last-stable - jstests/sharding/sharding_statistics_server_status.js # Enable if SERVER-36966 is backported or 4.2 becomes last-stable - jstests/sharding/mr_output_sharded_validation.js |