summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/slow1.yml
blob: 10c399ec9e512f017a5ae05f283c43ab54c8c49a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
selector:
  js_test:
    roots:
    - jstests/slow1/*.js

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