Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-25854

mvn helper script always exits w/1, causing mvn builds to fail

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 2.2.2, 2.3.2, 2.4.1
    • 2.2.3, 2.3.3, 2.4.0, 3.0.0
    • Build
    • None

    Description

      the final line in the mvn helper script in build/ attempts to shut down the zinc server.  due to the zinc server being set up w/a 30min timeout, by the time the mvn test instantiation finishes, the server times out.

      this means that when the mvn script tries to shut down zinc, it returns w/an exit code of 1.  this will then automatically fail the entire build (even if the build passes).

      i propose the following:

      1) up the timeout to 3h

      2) put some logic at the end of the script to better handle killing the zinc server

      PR coming now.

      srowen cloud_fan joshrosen

      Attachments

        Activity

          People

            shaneknapp Shane Knapp
            shaneknapp Shane Knapp
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: