summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/parallel.yml
blob: 9611ec55c48dcbd85750d138fe64f52b571ee946 (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/parallel/*.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