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

lint_fuzzer_sanity_patch fails even when test file is already excluded by the mutational fuzzer

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

            Assignee:
            alex.neben@mongodb.com Alex Neben
            Reporter:
            max.hirschhorn@mongodb.com Max Hirschhorn
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: