-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
STM 2019-06-17
-
1
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
The following YAML blob is modeled off of what we do for the aggregation_wildcard_fuzzer_gen task. The "generate fuzzer tasks" function uses the generate.tasks command to create separate Evergreen tasks for actually running the fuzzer so that we can take advantage of using multiple Evergreen hosts. The main difference compared to the aggregation and rollback fuzzers is that we'll use npm run query-fuzzer as the entry point.
## Standalone fuzzer for checking find and aggregate equivalence ## - <<: *jstestfuzz_template name: query_fuzzer_gen tags: ["query_fuzzer"] commands: - func: "generate fuzzer tasks" vars: <<: *jstestfuzz_config_vars num_files: 5 num_tasks: 10 npm_command: query-fuzzer resmoke_args: --suites=generational_fuzzer name: query_fuzzer
The ".query_fuzzer" task selector (aka tag) should be added to the following build variants:
- enterprise-rhel-62-64-bit
- enterprise-rhel-62-64-bit-coverage
- macos
- ubuntu1804-debug-asan
- ubuntu1804-debug-ubsan
- windows-64-2k8-ssl
- related to
-
SERVER-42136 Add new Evergreen task for sharded cluster version of the query fuzzer
-
- Closed
-