summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/disk_mobile.yml
blob: c9d75ceeafc62950de843939da576a5432c1923c (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
25
26
27
28
29
30
test_kind: js_test

selector:
  roots:
  - jstests/disk/*.js
  exclude_files:
  - jstests/disk/directoryperdb.js
  exclude_with_any_tags:
  - requires_wiredtiger

executor:
  archive:
    hooks:
      - ValidateCollections
  config:
    shell_options:
      global_vars:
        TestData:
          storageEngine: mobile
      readMode: commands
  hooks:
  - class: ValidateCollections
  - class: CleanEveryN
    n: 1
  fixture:
    class: MongoDFixture
    mongod_options:
      set_parameters:
        enableTestCommands: 1
      storageEngine: mobile