-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
For a build we are running, the test failures don't show up in the test trend
chart. There is no entry for any failed build. I suppose that makes sense for
some failures, but when the only failure I can see is with test results, it
seems like it should appear. (This seems flagrant, so I wonder if I'm just doing
something wrong.)
This is a build for a Maven project, but it's set up manually rather than using
the Maven integration (which didn't seem to actually do anything - but I haven't
paid close enough attention to know how to write up a report on that).
[JENKINS-498] Test failures not appearing in test trend chart
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Component/s | New: core [ 15593 ] | |
Component/s | Original: gui [ 15492 ] |
Workflow | Original: JNJira [ 130571 ] | New: JNJira + In-Review [ 199932 ] |
This is because Maven reports a non-0 exit code upon a failed test, causing
Hudson to believe that the build failed in more fatal way (as a result, you'll
also see red, instead of yellow status color.)
Hudson should be able to at least collect tests, though. So I'll see if I can
make that change.
The maven integration is still a work in progress, but it should do the basic
stuff already — if you see something strange or unintuitive, it would be great
if you could file those as issues, too.