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

selector:
  roots:
  - jstests/noPassthrough/*.js

  # Self-tests for the Concurrency testing framework are run as part of this test suite.
  - jstests/concurrency/*.js
  exclude_files:
  # Exclude files that are not self-tests.
  - jstests/concurrency/fsm_all*.js
  # 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