summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/serial_run.yml
blob: c25e61a980a59f4858c55f0212922ddca23c16b5 (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/serial_run/*.js

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