Closed
Bug 827433
Opened 12 years ago
Closed 12 years ago
Autophone - newlogparser - parse Robocop summary markers
Categories
(Testing Graveyard :: Autophone, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bc, Assigned: bc)
References
Details
Attachments
(1 file)
5.58 KB,
patch
|
mcote
:
review+
|
Details | Diff | Splinter Review |
'newlogparser' does not handle the Robocop summary properly as it thinks it is another test run rather than a summary of all of the test runs. The result is a reported malformed test log. bug 826308 added new markers to bound the summary so that newlogparser can distinguish the overall summary from the individual summaries.
Test summary: start.
0 INFO SimpleTest START
99 INFO TEST-START | Shutdown
99 INFO Passed: %s
99 INFO Failed: %s
99 INFO Todo: %s
99 INFO SimpleTest FINISHED
Test summary: end.
Assignee | ||
Comment 1•12 years ago
|
||
Distinguish between test run summaries and overall Robocop summaries.
Attachment #698785 -
Flags: review?(mcote)
Comment 2•12 years ago
|
||
Comment on attachment 698785 [details] [diff] [review]
patch
Review of attachment 698785 [details] [diff] [review]:
-----------------------------------------------------------------
Seems fine.
Attachment #698785 -
Flags: review?(mcote) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•