-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Server Development Platform
-
Fully Compatible
-
ALL
-
35
The lint_fuzzer_sanity_patch.sh script copies the new and modified JavaScript files into a separate jstestfuzzinput/ directory and doesn't preserve the jstests/ directory structure. This leads the lint_fuzzer_sanity_patch Evergreen task to fail even when an exclusion for the test file has already been added to the 10gen/jstestfuzz repository.
Unable to find source-code formatter for language: shell. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
# Grep all the js files from modified_and_created_patch_files.txt and put them into $indir. (grep -v "\.tpl\.js$" ../modified_and_created_patch_files.txt | grep ".*jstests/.*\.js$" | xargs -I {} cp {} $indir || true)
- causes
-
SERVER-77023 lint_fuzzer_sanity_patch ignores changes in the enterprise module
- Closed
-
SERVER-95317 lint_fuzzer_sanity_patch task can timeout for patches which modify many JS tests
- Closed