summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharding_auth_17.yml
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokeconfig/suites/sharding_auth_17.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_auth_17.yml61
1 files changed, 0 insertions, 61 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_auth_17.yml b/buildscripts/resmokeconfig/suites/sharding_auth_17.yml
deleted file mode 100644
index 7f0c7bf66bb..00000000000
--- a/buildscripts/resmokeconfig/suites/sharding_auth_17.yml
+++ /dev/null
@@ -1,61 +0,0 @@
-# This file was generated by buildscripts/generate_resmoke_suites.py and manual edits should also be
-# made to replica_sets_ese.yml in order to ensure running the full test suite locally matches the
-# behavior of running parts of the test suite in Evergreen. It was generated against commit range:
-# 2e31167d0e2cf179a228afeec71853cfb0f0683f - f4652f501d7b5642a1ad965bc8eefad7803bd120
-# with the following options:
-# Namespace(branch='master', duration_days=14, end_commit=None, execution_time_minutes=20, owner='mongodb', project='mongo', start_commit=None, task=['sharding_auth'], variants='linux-64-debug,enterprise-rhel-62-64-bit,enterprise-windows-64-2k8', verbose=True)
-
-# Section that is ignored by resmoke.py.
-config_variables:
-- &keyFile jstests/libs/authTestsKey
-- &keyFileData Thiskeyisonlyforrunningthesuitewithauthenticationdontuseitinanytestsdirectly
-
-test_kind: js_test
-
-selector:
- # The following tests take approximately
- # 10 minutes to run on enterprise-rhel-62-64-bit
- # 13 minutes to run on linux-64-debug
- # 19 minutes to run on enterprise-windows-64-2k8
- roots:
- - jstests/sharding/sharded_profile.js
- - jstests/sharding/shard_with_special_db_names.js
- - jstests/sharding/split_with_force_small.js
- - jstests/sharding/explain_find_and_modify_sharded.js
- - jstests/sharding/split_stale_mongos.js
- - jstests/sharding/move_stale_mongos.js
- - jstests/sharding/move_primary_with_test_flag.js
- - jstests/sharding/move_chunk_missing_idx.js
- - jstests/sharding/disable_autosplit.js
- - jstests/sharding/move_primary_fcv_40.js
- - jstests/sharding/oplog_document_key.js
- - jstests/sharding/top_chunk_split.js
- - jstests/sharding/movechunk_commit_changelog_stats.js
- - jstests/sharding/change_stream_update_lookup_collation.js
- - jstests/sharding/uuid_propagated_to_config_server_on_shardCollection.js
- - jstests/sharding/use_rsm_data_for_cs.js
- - jstests/sharding/shard_collection_verify_initial_chunks.js
- - jstests/sharding/uuid_propagated_to_recipient_shard_on_recvChunkStart.js
- - jstests/sharding/stale_version_write.js
- - jstests/sharding/shard_aware_on_add_shard.js
- - jstests/sharding/nonreplicated_uuids_on_shardservers.js
- - jstests/sharding/operation_time_api.js
- - jstests/sharding/logical_time_api.js
- - jstests/sharding/coll_epoch_test0.js
- - jstests/sharding/moveChunk_recipient_rejects_chunk_if_UUID_mismatch.js
- - jstests/sharding/version1.js
- - jstests/sharding/update_immutable_fields.js
- - jstests/sharding/min_optime_recovery_on_successful_move_chunk_commit.js
- - jstests/sharding/dump_coll_metadata.js
-
-executor:
- config:
- shell_options:
- global_vars:
- TestData:
- auth: true
- authMechanism: SCRAM-SHA-1
- keyFile: *keyFile
- keyFileData: *keyFileData
- nodb: ''
- readMode: commands \ No newline at end of file