History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-1815
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Klaus Petzold
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

junit publish doesn' recognize a certain error

Created: 16/Oct/13 09:10 AM   Updated: 21/Nov/13 09:00 AM
Component/s: None
Affects Version/s: 5.0.35
Fix Version/s: 5.0.40, 5.1.0-rc4, 5.1.0

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Zip Archive build-82341.zip (13 kb)

Environment: windows 7


 Description  « Hide
Hi robin,
junit report publishing didn't recognize an error. The JUnit-outputfiles and a short excerpt of the buildlog are in the
attached zipfile.


 All   Comments   Work Log   Change History      Sort Order:
Steve Luo [17/Oct/13 02:32 AM]
This doesn't seem to me a bug. There is no test case found in attached report.

Klaus Petzold [17/Oct/13 09:49 AM]
Okay there isn't an error or failure in the context of a test case, but there is an error and in the buildlog junit reports an error:
  [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
I think it should be reflected by the junit publish step.
In the publish step we have the 'Step Failure Condition' set to 'current.errors + current.failures > 0'
In case of this occured error the build didn't fail whitch isn't the behaviour we expect.