[GRADLE-3519] Gradle may hang when executing multiple Test tasks in parallel Created: 06/Aug/16 Updated: 06/Aug/16 Resolved: 06/Aug/16 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | 2.14, 2.14.1 |
| Fix Version/s: | 3.0-rc-2 |
| Type: | Bug | ||
| Reporter: | Sterling Greene | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Known Issue Of: |
| Description |
|
If a build's Test tasks are configured to use a different version of Java than what Gradle was started with and parallel execution is enabled (running with --parallel or when org.gradle.parallel=true), Gradle may hang when multiple Test tasks are executed at the same time. |