summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/slow1.yml
blob: b3a00c400aa100dab97e873a3706c0c3a04c42bc (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
test_kind: js_test

selector:
  roots:
  - jstests/slow1/*.js

executor:
  archive:
    tests:
      - jstests/slow1/terminate_during_shutdown_checkpoint.js
    hooks:
      - ValidateCollections
  config:
    shell_options:
      readMode: commands
  hooks:
  - class: ValidateCollections
  - class: CleanEveryN
    n: 20
  fixture:
    class: MongoDFixture
    mongod_options:
      set_parameters:
        enableTestCommands: 1