-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[MNG-6720] - Wait for parallel projects when using --fail-fast #272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Otherwise the sessionFinished event may be sent before some projects/goals finish, which violates the contracts of execution listeners and makes it hard to properly lifecycle components that are needed for goal execution.
9fbd12f to
6c8f75f
Compare
olamy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Thanks! |
|
@oehme, keep contributing! +1 |
|
@oehme |
|
@Tibor17 I am confused how this can fail if the activation version is |
|
@Tibor17 I cannot reproduce it: Can you reproduce it? |
|
Just have retried from my Windows desktop. Rebuilt Maven from master and ran ITs from master. All postiive. I cannot even access the Jenkins workspace on Windows to get |
|
I also can't reproduce this. According to the log, it already failed at the first assert, which is really weird - It would mean that not even the first project was executed. Maybe the log output paths are different on Jenkins somehow? |
|
@oehme That's the issue, we can't acces the log file :-( |
|
Hey guys, I don't know root cause but I see what everybody can see on Jenkins. |
|
@michael-o let me know if I can help, but I'm afraid without access to those machines or the log I can't do much. It works well on my machine :/ |
|
@oehme Same here :-( |
|
@oehme |
|
@Tibor17 Please do so. |
|
@oehme Let's hope that these archives help in the entire community. The key point is watching all the logs! |
|
@Tibor17 Thanks, I have it already and am working on it. I understand the issue now and trying to fix piece by piece. |
|
@michael-o Great! Can you summarize what the issue is? I'm curious :) |
|
@oehme This problem is not related to this change actually. There is a general problem of dependency resolution with a fresh repo depending on your environment. E.g., at work behind Nexus I need to add more dependencies to the bootstrap IT that at home. It was the same case for this one. See 12f31a47d8f60b2698031cf81031c1c51c9dd958, fee37c64b197ef094a1a966ddd60e2aaffbe612c, 8a4b7170eff20988c8ba1731dfa47a0c117d51f2 in maven-integration-testing.git. |
…hen using --fail-fast Otherwise the sessionFinished event may be sent before some projects/goals finish, which violates the contracts of execution listeners and makes it hard to properly life cycle components that are needed for goal execution. This closes #272
|
Resolve #8458 |
Otherwise the sessionFinished event may be sent before some
projects/goals finish, which violates the contracts of execution
listeners and makes it hard to properly lifecycle components that
are needed for goal execution.
Following this checklist to help us incorporate your
contribution quickly and easily:
for the change (usually before you start working on it). Trivial changes like typos do not
require a JIRA issue. Your pull request should address just this issue, without
pulling in other changes.
[MNG-XXX] - Fixes bug in ApproximateQuantiles,where you replace
MNG-XXXwith the appropriate JIRA issue. Best practiceis to use the JIRA issue title in the pull request title and in the first line of the
commit message.
mvn clean verifyto make sure basic checks pass. A more thorough check willbe performed on your pull request automatically.
If your pull request is about ~20 lines of code you don't need to sign an
Individual Contributor License Agreement if you are unsure
please ask on the developers list.
To make clear that you license your contribution under
the Apache License Version 2.0, January 2004
you have to acknowledge this by using the following check-box.
I hereby declare this contribution to be licenced under the Apache License Version 2.0, January 2004
In any other case, please file an Apache Individual Contributor License Agreement.