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

selector:
  roots:
  - jstests/noPassthrough/*.js
  - src/mongo/db/modules/*/jstests/hot_backups/*.js

  # Self-tests for the Concurrency testing framework are run as part of this test suite.
  - jstests/concurrency/*.js
  exclude_files:
  # Disable inmem_full as per SERVER-27014
  - jstests/noPassthrough/inmem_full.js
  # Multiversion backup-restore tests must run in the multiversion suite.
  - src/mongo/db/modules/*/jstests/hot_backups/*last_lts*.js

# noPassthrough tests start their own mongod's.
executor:
  archive:
    tests:
      - jstests/noPassthrough/backup*.js
      - jstests/noPassthrough/wt_unclean_shutdown.js
      - src/mongo/db/modules/enterprise/jstests/hot_backups/*.js
  config:
    shell_options:
      nodb: ''
      readMode: commands