Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-95317

lint_fuzzer_sanity_patch task can timeout for patches which modify many JS tests

    • 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.

            Assignee:
            nicholas.zolnierz@mongodb.com Nicholas Zolnierz
            Reporter:
            nicholas.zolnierz@mongodb.com Nicholas Zolnierz
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: