-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Upgrade to Maven Surefire/Failsafe Plugin 2.20.1+ #9414
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
Comments
I'm not sure if the cause is the same, but SUREFIRE-1382 was found and recently fixed in surefire. It should be in the upcoming version |
Thanks, @shakuzen. That does sound pretty similar. |
please upgrade as well maven-failsafe-plugin (has traditionally the same version as surefire) |
There's no release date set for 2.20.1 and there are still 3 open issues. Moving to M4. |
Good news: 2.20.1 is out. Bad news: JUnit 5 isn't compatible with it. See this issue for details. We'll need to update our Junit 5 sample to downgrade Surefire to 2.19.1 as part of this. |
This reverts commit b8498d4 because of issues with HealthMonitor.stop taking a long time. Also, a memory leak has been identified with the latest surefire version: junit-team/junit5#809 spring-projects/spring-boot#9414
See #6299 for our first attempt. It looks like a memory leak that we may need to report to the surefire team.
The text was updated successfully, but these errors were encountered: