summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/replica_sets_auth_2.yml
blob: 0505701dd3ff4d4394d366b79e0e30704e792222 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# 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
  #   14 minutes to run on enterprise-rhel-62-64-bit
  #   14 minutes to run on linux-64-debug
  #   19 minutes to run on enterprise-windows-64-2k8
  roots:
  - jstests/replsets/stepdown.js
  - jstests/replsets/sync_passive.js
  - jstests/replsets/rollback_with_socket_error_then_steady_state.js
  - jstests/replsets/server8070.js
  - jstests/replsets/zero_vote_arbiter.js
  - jstests/replsets/write_concern_after_stepdown_and_stepup.js
  - jstests/replsets/initial_sync_drop_collection.js
  - jstests/replsets/rollback_crud_op_sequences.js
  - jstests/replsets/rollback_ddl_op_sequences.js
  - jstests/replsets/rollback_views.js
  - jstests/replsets/read_committed_stale_history.js
  - jstests/replsets/replsetfreeze.js
  - jstests/replsets/catchup_takeover_two_nodes_ahead.js
  - jstests/replsets/rollback_creates_rollback_directory.js
  - jstests/replsets/rollback_different_h.js
  - jstests/replsets/stepdown_kill_other_ops.js
  - jstests/replsets/retryable_writes_failover.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