# This file was generated by buildscripts/generate_resmoke_suites.py and manual edits should also be # made to replica_sets_auth.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: # 566526740cf7f6a0de6dd5df427d939ce89018ef - 32b1be84310f2bdb617f79d50b5a5b8b44a99bed # 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=['replica_sets_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 # 2 minutes to run on enterprise-rhel-62-64-bit # 2 minutes to run on linux-64-debug # 4 minutes to run on enterprise-windows-64-2k8 roots: - jstests/replsets/initial_sync_views.js - jstests/replsets/reconfig_tags.js - jstests/replsets/shutdown.js - jstests/replsets/oplog_replay_on_startup_with_bad_op.js - jstests/replsets/apply_ops_idempotency.js - jstests/replsets/initial_sync_invalid_index_spec.js - jstests/replsets/disallow_adding_initialized_node1.js - jstests/replsets/read_majority_two_arbs.js - jstests/replsets/retryable_commit_transaction_after_restart.js - jstests/replsets/apply_ops_insert_write_conflict_nonatomic.js - jstests/replsets/repl_options.js - jstests/replsets/apply_ops_insert_write_conflict_atomic.js - jstests/replsets/rollback_time_limit_param.js - jstests/replsets/oplog_format_create_indexes.js - jstests/replsets/localhost2.js - jstests/replsets/apply_ops_concurrent_non_atomic_different_db.js - jstests/replsets/drop_oplog.js - jstests/replsets/apply_ops_concurrent_non_atomic_same_collection.js - jstests/replsets/oplog_note_cmd.js - jstests/replsets/reconfig_prohibits_w0.js - jstests/replsets/oplog_format.js - jstests/replsets/oplog_term.js - jstests/replsets/apply_ops_concurrent_non_atomic_same_db.js - jstests/replsets/apply_ops_create_view.js - jstests/replsets/apply_ops_create_with_uuid.js - jstests/replsets/replsethostnametrim.js - jstests/replsets/oplog_wallclock.js - jstests/replsets/lastop.js - jstests/replsets/localhost1.js - jstests/replsets/localhost3.js - jstests/replsets/initiate.js - jstests/replsets/initiate_prohibits_w0.js - jstests/replsets/single_server_majority.js - jstests/replsets/mmap_disallows_rc_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 - jstests/replsets/bulk_api_wc.js - jstests/replsets/dbcheck.js - jstests/replsets/batch_write_command_wc.js exclude_files: # Skip any tests that run with auth explicitly. - jstests/replsets/*[aA]uth*.js executor: config: shell_options: global_vars: TestData: auth: true authMechanism: SCRAM-SHA-1 keyFile: *keyFile keyFileData: *keyFileData nodb: '' readMode: commands