summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/parallel.yml
blob: 43fcb5ab74cafb3f745164ca23ab430dfe6a6273 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
selector:
  js_test:
    roots:
    - jstests/parallel/*.js

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