summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/replica_sets_legacy.yml
blob: 44b1b7a572d681c44486aab6c2e1dfc3c8b7e677 (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
selector:
  js_test:
    roots:
    - jstests/replsets/*.js
    exclude_files:
    - jstests/replsets/config_server_checks.js
    - jstests/replsets/disallow_adding_initialized_node1.js
    - jstests/replsets/disallow_adding_initialized_node2.js
    - jstests/replsets/last_op_visible.js
    - jstests/replsets/oplog_truncated_on_recovery.js
    - jstests/replsets/priority_takeover_cascading_priorities.js
    - jstests/replsets/priority_takeover_one_node_higher_priority.js
    - jstests/replsets/priority_takeover_two_nodes_equal_priority.js
    - jstests/replsets/read_committed*.js
    - jstests/replsets/read_majority_two_arbs.js
    # The combination of new bridges and PV0 can lead to an improper spanning tree in sync2.js.
    - jstests/replsets/sync2.js

executor:
  js_test:
    config:
      shell_options:
        global_vars:
          TestData:
            useLegacyReplicationProtocol: true
        nodb: ''