GitHub user nicolaferraro opened a pull request: https://github.com/apache/maven-surefire/pull/156
SUREFIRE-1382: fixing OutOfMemoryError We experienced out of memory errors also on Apache Camel with JUnit 4. The reason is probably this infinite loop whenever the `exceptions` Queue contains at least one element. You can merge this pull request into a Git repository by running: $ git pull https://github.com/nicolaferraro/maven-surefire SUREFIRE-1382 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/maven-surefire/pull/156.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #156 ---- commit 7176d3c17b438c60e48a525ef96e6812f00bec46 Author: Nicola Ferraro <ni.ferr...@gmail.com> Date: 2017-06-14T10:48:06Z SUREFIRE-1382: fixing out of memory error ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org