# 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 # 13 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/replsets/priority_takeover_one_node_higher_priority.js - jstests/replsets/initial_sync_uuid_not_found.js - jstests/replsets/temp_namespace.js - jstests/replsets/maxSyncSourceLagSecs.js - jstests/replsets/priority_takeover_two_nodes_equal_priority.js - jstests/replsets/apply_batch_only_goes_forward.js - jstests/replsets/replset3.js - jstests/replsets/background_index.js - jstests/replsets/recovery_after_clean_shutdown_but_not_all_writes_in_snapshot.js - jstests/replsets/read_committed_no_snapshots.js - jstests/replsets/noop_writes_wait_for_write_concern_fcv.js - jstests/replsets/no_flapping_during_network_partition.js - jstests/replsets/drop_collections_two_phase_step_down.js - jstests/replsets/remove1.js - jstests/replsets/step_down_during_draining.js - jstests/replsets/initial_sync1.js - jstests/replsets/stepdown_long_wait_time.js - jstests/replsets/apply_ops_wc.js - jstests/replsets/rollback_drop_database.js - jstests/replsets/drop_collections_two_phase_write_concern.js - jstests/replsets/initial_sync_oplog_rollover.js - jstests/replsets/no_chaining.js - jstests/replsets/replset4.js - jstests/replsets/rollback_all_op_types.js - jstests/replsets/slave_delay_clean_shutdown.js - jstests/replsets/rollback_collmods.js - jstests/replsets/rollback_rename_collection_on_sync_source.js - jstests/replsets/rollback_waits_for_bgindex_completion.js - jstests/replsets/reconfig.js - jstests/replsets/rollback_drop_index_after_rename.js - jstests/replsets/get_status.js - jstests/replsets/tags2.js - jstests/replsets/step_down_during_draining3.js - jstests/replsets/get_replication_info_helper.js - jstests/replsets/initial_sync_fail_insert_once.js - jstests/replsets/read_committed.js - jstests/replsets/linearizable_read_concern.js - jstests/replsets/replset5.js - jstests/replsets/disallow_adding_initialized_node2.js - jstests/replsets/initial_sync_update_missing_doc2.js - jstests/replsets/read_committed_lookup.js - jstests/replsets/tags_with_reconfig.js - jstests/replsets/initial_sync_update_missing_doc1.js - jstests/replsets/ismaster1.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