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

selector:
  roots:
  - jstestfuzz/out/*.js

executor:
  archive:
    tests: true
  config:
    shell_options:
      nodb: ''
      global_vars:
        TestData:
          clusterType: 'standalone'
          traceExceptions: false
          internalQueryAppendIdToSetWindowFieldsSort: true
          # Reduce the number of docs generated from $densify to avoid the 30min timeout.
          internalQueryMaxAllowedDensifyDocs: 1000