Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
Fully Compatible
-
STM 2019-09-23, STM 2019-10-03
-
1
Description
- The existing query_fuzzer_gen task should be updated to have jstestfuzz_vars: --diffTestingMode standalone specified.
- A new query_fuzzer_sharded_gen task should be added that runs npm run query-fuzzer -- --diffTestingMode sharded. Note that because we'll tag it with "query_fuzzer" there shouldn't be a need to update the task lists for any build variants explicitly.
## jstestfuzz sharded cluster fuzzer for checking find and aggregate equivalence ##
|
- <<: *jstestfuzz_template
|
name: query_fuzzer_sharded_gen
|
tags: ["query_fuzzer"]
|
commands:
|
- func: "generate fuzzer tasks"
|
vars:
|
<<: *jstestfuzz_config_vars
|
num_files: 5
|
num_tasks: 10
|
jstestfuzz_vars: --diffTestingMode sharded
|
npm_command: query-fuzzer
|
resmoke_args: --suites=generational_fuzzer
|
name: query_fuzzer_sharded
|
Attachments
Issue Links
- is related to
-
SERVER-41562 Add new Evergreen task for the query fuzzer
-
- Closed
-