summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/replica_sets_multiversion.yml
blob: 1173146fa1e9a2bf933e77184e750a6729937eab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
test_kind: js_test

selector:
  roots:
  - jstests/replsets/*.js
  exclude_with_any_tags:
  - multiversion_incompatible
  - requires_fcv_46
  exclude_files:
  - jstests/replsets/initial_sync_rename_collection.js
  - jstests/replsets/initial_sync_drop_collection.js
  - jstests/replsets/step_down_chaining_disabled.js
  - jstests/replsets/rollback_via_refetch_anomaly.js
executor:
  config:
    shell_options:
      nodb: ''
      readMode: commands
      global_vars:
        TestData:
          useRandomBinVersionsWithinReplicaSet: true