diff options
author | Tausif Rahman <tausif.rahman@mongodb.com> | 2022-11-14 16:42:33 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-11-14 17:48:05 +0000 |
commit | 15691de19a50451bfe8d2132ac06a364dff8e0f3 (patch) | |
tree | cc2ddac73b952e446c92bdab48ae6f59c3b744ed /buildscripts/resmokeconfig/suites/update_fuzzer.yml | |
parent | dfe8d83fa9c656012ab6c7d4f18f7c37fddf3de4 (diff) | |
download | mongo-15691de19a50451bfe8d2132ac06a364dff8e0f3.tar.gz |
SERVER-70993 Create new multiversion base suites for update fuzzers
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 |