[GRADLE-3450] Test progress logging not working properly when parallel test execution Created: 11/May/16  Updated: 11/May/16  Resolved: 11/May/16

Status: Resolved
Project: Gradle
Affects Version/s: 2.13
Fix Version/s: 2.14-rc-1

Type: Bug
Reporter: Gary Hale Assignee: Gary Hale
Resolution: Fixed Votes: 0


 Description   

https://discuss.gradle.org/t/test-progress-logging-not-working-properly-when-parallel-test-execution/17531

TestCountLogger change added in the commit
3a161e6f9b4864a4bd21392a1ee5880a3f5786623 breaks progress logging when tests are executed in parallel. To sketch you an example: two test classes each with a single test are executed in parallel. All TestCounterLogger.beforeTest() invocations happen before all TestCounterLogger.afterTest() invocations, making that on the console we have the message 0 tests completed even after both tests complete. IMHO, progressLogger.progress(summary(); should be returned into afterTest method.


Generated at Wed Jun 30 12:49:09 CDT 2021 using Jira 8.4.2#804003-sha1:d21414fc212e3af190e92c2d2ac41299b89402cf.