summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/disk.yml
blob: 159881bc87af56fca2fae6c350ec0ec14473a7f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
selector:
  js_test:
    roots:
    - jstests/disk/*.js
    exclude_files:
    - jstests/disk/repair2.js  # SERVER-18256

executor:
  js_test:
    config:
      shell_options:
        global_vars:
          TestData:
            storageEngine: mmapv1
    hooks:
    - class: CleanEveryN
      n: 20
    fixture:
      class: MongoDFixture
      mongod_options:
        nopreallocj: ''
        set_parameters:
          enableTestCommands: 1
        storageEngine: mmapv1