-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Query Optimization
-
Fully Compatible
-
ALL
This task currently sets `numSourceFiles` to the minimum between the number of changes JS files and 250. When a large number is set, the mutational fuzzer will often hang because it requires that the generated files are less than 5MB by default which is unlikely when using such a high number of input files.
There are two considerations after discussing with max.hirschhorn@mongodb.com: lowering the max number of source files and/or increasing the `maxFileSizeMB` argument to jstestfuzz.
- is caused by
-
SERVER-76270 lint_fuzzer_sanity_patch fails even when test file is already excluded by the mutational fuzzer
- Closed
- related to
-
SERVER-94971 Add query owners for files under jstests/libs
- Closed