summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/replica_sets_multiversion.yml
blob: 87577f2368721dfe31c27559b0de2f15d578aa92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
executor:
  config:
    shell_options:
      nodb: ''
      readMode: commands
      global_vars:
        TestData:
          useRandomBinVersionsWithinReplicaSet: true