diff options
Diffstat (limited to 'buildscripts/resmokeconfig/suites/update_fuzzer.yml')
-rw-r--r-- | buildscripts/resmokeconfig/suites/update_fuzzer.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/update_fuzzer.yml b/buildscripts/resmokeconfig/suites/update_fuzzer.yml new file mode 100644 index 00000000000..aebd30a87ab --- /dev/null +++ b/buildscripts/resmokeconfig/suites/update_fuzzer.yml @@ -0,0 +1,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 |