summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/update_fuzzer.yml
diff options
context:
space:
mode:
authorTausif Rahman <tausif.rahman@mongodb.com>2022-11-14 16:42:33 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-14 17:48:05 +0000
commit15691de19a50451bfe8d2132ac06a364dff8e0f3 (patch)
treecc2ddac73b952e446c92bdab48ae6f59c3b744ed /buildscripts/resmokeconfig/suites/update_fuzzer.yml
parentdfe8d83fa9c656012ab6c7d4f18f7c37fddf3de4 (diff)
downloadmongo-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.yml19
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