summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/watchdog.yml
blob: 711c84b738d0f585c510f0cf4dbafc1c6cbfbd4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
test_kind: js_test

selector:
  roots:
  - src/mongo/db/modules/*/jstests/watchdog/*.js

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