summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/replica_sets_ese_3.yml
blob: d34c94ef2cf84ac32f0143813fa7a64229d2b525 (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_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:
#   566526740cf7f6a0de6dd5df427d939ce89018ef - cf34f10d361240f4a94f5fae94cb55bc2c0acf9b
# 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_ese'], 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 src/mongo/db/modules/enterprise/jstests/encryptdb/libs/ekf2

test_kind: js_test

selector:
  # The following tests take approximately
  #   13 minutes to run on enterprise-rhel-62-64-bit
  #   19 minutes to run on enterprise-windows-64-2k8
  roots:
  - jstests/replsets/retryable_writes_failover.js
  - jstests/replsets/drain.js
  - jstests/replsets/too_stale_secondary.js
  - jstests/replsets/initial_sync_with_write_load.js
  - jstests/replsets/write_concern_after_stepdown.js
  - jstests/replsets/step_down_during_draining2.js
  - jstests/replsets/read_after_optime.js
  - jstests/replsets/read_committed_after_rollback.js
  - jstests/replsets/stepdown_needs_electable_secondary.js
  - jstests/replsets/replsetrestart1.js
  - jstests/replsets/initial_sync2.js
  - jstests/replsets/replsetarb2.js
  - jstests/replsets/chaining_removal.js
  - jstests/replsets/restore_term.js
  - jstests/replsets/await_replication_timeout.js
  - jstests/replsets/last_vote.js
  - jstests/replsets/shutdown_primary.js
  - jstests/replsets/initial_sync_fcv.js
  - jstests/replsets/stepdown_needs_majority.js
  - jstests/replsets/sync2.js
  - jstests/replsets/replset1.js
  - jstests/replsets/slavedelay3.js
  - jstests/replsets/operation_time_read_and_write_concern.js
  - jstests/replsets/retryable_write_concern.js

executor:
  config:
    shell_options:
      nodb: ''
      global_vars:
        TestData:
          enableEncryption: ''
          encryptionKeyFile: *keyFile
      readMode: commands