Details
-
Type:
Bug
-
Status:
Open
-
Resolution: Unresolved
-
Affects Version/s: 1.0-milestone-3, 1.0-milestone-4
-
Fix Version/s: None
Description
We recently switched from ant/ivy to gradle. When one of our testng integration tests failed with a DB constraint exception, gradle was disconnecting and failing to report it properly. The exception in the failing test case causes a ClassCastException in gradle.
Attached simple example that simulates issue. Gradle should report one failing test and one passing test.