-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Hudson 1.356 on Java 1.6.0_20 x64, Windows Server 2008 x64
I am having some issues with publishing of JUnit reports, in that certain data don't come out right. Aggregation of testresults is enabled. I see in Hudson's log that exceptions are reported, at least some of which have to do with testresult reporting. I've attached a paste of my log, so you should be able to grasp the context in which this is happening.
- is related to
-
JENKINS-15087 FitNesse Results Trend shows broken image
-
- Open
-
-
JENKINS-11403 Aggregated Test Results failing with java.lang.ClassCastException
-
- Resolved
-
there is a problem there (ATRP$TRA.getResult() returns "this" and ATRA.findCorrespondingResult tries to cast it to TestResult.. which it is not), but I'm not familiar enough with this part of the code to know the right fix.. I wonder if it should just catch the type mismatch and return null.