summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/bulk_gle_passthrough.yml
blob: 8e88985f67123e3512c853daff6f5794ac544bdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
selector:
  js_test:
    roots:
    # Define these tests as the roots so that tags can be used to do further refinement. This is in
    # contrast to using jstests/core/*.js as a root, and using include_files as a whitelist.
    - jstests/core/bulk*.js

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