GitHub user Tibor17 opened a pull request:
https://github.com/apache/maven-surefire/pull/51
SUREFIRE-1101 Surefire does not shutdown thread-pools programatically af...
...ter test run has finished.
The threads executing tests in parallel should be shutdown after the test
run has finished.
We had a significant number of Threads exhausting the resources in the
integration tests.
This will shutdown these threads after junit Computer exits.
Now the Computer waits until these threads are gone. The same happens after
timeout for parallel execution is elapsed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Tibor17/maven-surefire s2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven-surefire/pull/51.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 #51
----
commit 3994ad15cf72b99f68cc2d00683e5b6f84cc6ba5
Author: tibordigana <[email protected]>
Date: 2014-10-06T22:53:17Z
SUREFIRE-1101 Surefire does not shutdown thread-pools programatically after
test run has finished.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]