summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/no_passthrough_with_mongod.yml
blob: a77c75a7dbeb4c0e62565ecfcdb7b5d66fa7e6ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
test_kind: js_test

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

executor:
  config:
    shell_options:
      readMode: commands
  hooks:
  - class: ValidateCollections
  - class: CleanEveryN
    n: 20
  fixture:
    class: MongoDFixture
    mongod_options:
      set_parameters:
        enableTestCommands: 1