summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/no_passthrough.yml
blob: a4441473a44dae1188903810d56605aa931082ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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

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