You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/04/06 03:48:32 UTC

[GitHub] [nifi] mattyb149 commented on issue #3413: NIFI-6184: Removed unnecessary test-jar dep from nifi-livy-processors…

mattyb149 commented on issue #3413: NIFI-6184: Removed unnecessary test-jar dep from nifi-livy-processors…
URL: https://github.com/apache/nifi/pull/3413#issuecomment-480471389
 
 
   There seems to be a race condition between the publishing of the nifi-standard-processors test-jar artifact, and the resolution by the nifi-livy-processors module. These events seem (at least lately) to be occurring in parallel, causing most/all Travis CI builds to timeout. Note that the same race condition could happen with any other parallel goal execution, if the other module's goal includes resolving the nifi-standard-processors test-jar dependency. We may want to update the POM and/or .travis.yml to ensure that artifact is published before other NAR modules are built, but in the meantime, this PR seems to stabilize the build.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services