summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/multiversion_auth.yml
blob: c5b09057297cd7a5ff83cd5bdab64ab7a592ddd2 (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
# Section that is ignored by resmoke.py.
config_variables:
- &keyFile jstests/libs/authTestsKey
- &keyFileData Thiskeyisonlyforrunningthesuitewithauthenticationdontuseitinanytestsdirectly

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-30161
  - jstests/multiVersion/dumprestore.js
  - jstests/multiVersion/dumprestore_sharded.js

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

  # TODO SERVER-41230 SERVER-41545: The following tests are expected to fail until the wire version
  # and feature compatibility version are bumped for MongoDB 4.4.
  - jstests/multiVersion/add_invalid_shard.js
  - jstests/multiVersion/genericSetFCVUsage/crash_mongos_against_upgraded_cluster.js
  - jstests/multiVersion/genericSetFCVUsage/feature_compatibility_version_lagging_secondary.js
  - jstests/multiVersion/genericSetFCVUsage/migration_between_mixed_FCV_mixed_version_mongods.js
  - jstests/multiVersion/genericSetFCVUsage/set_feature_compatibility_version.js
  - jstests/multiVersion/new_mongos_old_mongod_wire_version_clash.js

# Multiversion tests start their own mongod's.
executor:
  config:
    shell_options:
      global_vars:
        TestData:
          auth: true
          authMechanism: SCRAM-SHA-1
          keyFile: *keyFile
          keyFileData: *keyFileData

      authenticationDatabase: local
      authenticationMechanism: SCRAM-SHA-1
      password: *keyFileData
      username: __system
      nodb: ''