-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Upgrade of Surefire and Failsafe plugins to 3.0.0-M3 #149
Conversation
- SUREFIRE-1541, - SUREFIRE-1588, - SUREFIRE-1608 SUREFIRE-1541's symptom was : SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? happening when building the amazon-ecs-plugin with - Maven 3.5.2 - openjdk version "1.8.0_181" OpenJDK Runtime Environment (build 1.8.0_181-8u181-b13-1ubuntu0.18.04.1-b13) OpenJDK 64-Bit Server VM (build 25.181-b13, mixed mode) We will be able to remove the SUREFIRE-1588 workaround as well
This pull request replaces #145 . |
@batmat if you create another snapshot with this version I will be able to create another test PR tonight. |
|
So, do so please! (#135 for example) |
BTW please hyperlink these for the convenience of reviewers. |
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 given apparently there's currently only two open issues on 3.0.0-M3
And both look like they would not impact us: (JUnit 5 related, not an issue yet for us)
- https://issues.apache.org/jira/browse/SUREFIRE-1615 (probably actually moot given the comment of the submitter)
@batmat @jglick I created this PR jenkinsci/git-plugin#659 to test the snapshot created by @batmat. |
Thanks @antoinell ! |
Thanks @oleg-nenashev @batmat @jglick . |
SUREFIRE-1541's symptom was :
SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
happening when building the amazon-ecs-plugin with
OpenJDK Runtime Environment (build 1.8.0_181-8u181-b13-1ubuntu0.18.04.1-b13)
OpenJDK 64-Bit Server VM (build 25.181-b13, mixed mode)
We will be able to remove the SUREFIRE-1588 workaround as well