-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
ALL
-
-
DAG 2020-07-13
-
2
The Selected Tests alias is using the regex ".*_fuzz.*" to detect fuzzer tasks. However, most of the fuzzer tasks are named something like "jstestfuzz_*", so none of those are being picked up by the fuzzer. We need to update that regex or come up with a better way of selected tasks.
As a server engineer,
I want selected tests to pull in all fuzzer tasks,
So that I don't have to run them manually.
AC:
- All js fuzzer tasks are run in a selected tests patch build.