summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/jstestfuzz.yml
blob: 872c2a1f229a09107680db83aa001b6c15aad241 (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
selector:
  js_test:
    roots:
    - jstestfuzz/out/*.js

executor:
  js_test:
    config:
      shell_options:
        readMode: commands
    hooks:
    - class: ValidateCollections
      shell_options:
        global_vars:
          TestData:
            skipValidationOnInvalidViewDefinitions: true
            forceValidationWithFeatureCompatibilityVersion: "3.4"
    fixture:
      class: MongoDFixture
      mongod_options:
        noprealloc: ''
        set_parameters:
          enableTestCommands: 1
        smallfiles: ''
        verbose: ''