summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/no_passthrough_with_mongod.yml
blob: 4e8bfc22bab27e4b948fff47dc8647eb2b3a492e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
selector:
  js_test:
    roots:
    - jstests/noPassthroughWithMongod/*.js

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