summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/multiversion.yml
blob: 88efab7d5a2442cbb84b3d8ffaa39dca421d7373 (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
test_kind: js_test

selector:
  roots:
  - jstests/multiVersion/*.js
  - jstests/multiVersion/genericSetFCVUsage/*.js
  exclude_files:
  # TODO: SERVER-21578
  - jstests/multiVersion/balancer_multiVersion_detect.js

  # TODO: SERVER-28104
  - jstests/multiVersion/minor_version_tags_new_old_new.js

  # TODO: SERVER-42982
  - jstests/multiVersion/upgrade_downgrade_cluster.js

  # TODO SERVER-42919: recent work on the ReplicaSetMonitor means that mongoS no longer crashes when
  # it attempts to connect to an upgraded mongoD. Un-blacklist when SERVER-42919 fixes this issue.
  - jstests/multiVersion/genericSetFCVUsage/crash_mongos_against_upgraded_cluster.js

# Multiversion tests start their own mongod's.
executor:
  config:
    shell_options:
      nodb: ''
      global_vars:
        TestData:
          # TODO: SERVER-45959 remove after v4.4
          skipCheckOrphans: true