-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Windows XP. Tomcat 7.0.14. org.jenkins-ci.main:jenkins-war:1.435
Seeing error:
Caused by: java.lang.ClassCastException: hudson.tasks.test.AggregatedTestResultPublisher$TestResultAction cannot be cast to hudson.tasks.test.TestResult
at hudson.tasks.test.AbstractTestResultAction.findCorrespondingResult(AbstractTestResultAction.java:183)
at hudson.tasks.test.TestResult.getPreviousResult(TestResult.java:145)
When accessing Aggregated Test results.
- is related to
-
JENKINS-6443 AggregatedTestResultPublisher$TestResultAction cannot be cast to hudson.tasks.test.TestResult
-
- Open
-
[JENKINS-11403] Aggregated Test Results failing with java.lang.ClassCastException
Link | New: This issue is related to JENKINS-6443 [ JENKINS-6443 ] |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 141629 ] | New: JNJira + In-Review [ 189726 ] |
This seems to be about the same exception as JENKINS-6443.