[GRADLE-1948] If a test marks the current thread as interrupted, test execution will never complete Created: 21/Nov/11 Updated: 04/Jan/13 Resolved: 21/Nov/11 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.0-milestone-6 |
Fix Version/s: | 1.0-milestone-7 |
Type: | Bug | ||
Reporter: | Luke Daley | Assignee: | Luke Daley |
Resolution: | Fixed | Votes: | 0 |
Description |
See: http://gradle.1045684.n5.nabble.com/Build-hanging-at-test-execution-td4993978.html What seems to be happening is that when the test execution thread gets marked as interrupted, it gets quietly closed down after running the tests which means it's no longer available to process the the stop message sent from the build. |
Comments |
Comment by Luke Daley [ 21/Nov/11 ] |
https://github.com/gradle/gradle/commit/bd101bc0ff8c6eb2d57507975cb50e99ed130c7e |