Closed
Bug 790618
Opened 12 years ago
Closed 12 years ago
Make TBPL recognise sut_tools failures prefixed with "Remote Device Error:"
Categories
(Tree Management Graveyard :: TBPL, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sheriff-want])
Attachments
(1 file, 1 obsolete file)
1.72 KB,
patch
|
Swatinem
:
review+
|
Details | Diff | Splinter Review |
Several parts of sut_tools prefix errors with "Remote Device Error:" (and more are being added in bug 790613), we should add this to GeneralErrorFilter.php alongside:
> || preg_match("/Automation Error\:/", $line) // . . . . . . . . . . . . Release Automation
...so that the failures show up in the main TBPl summary, rather than having to open the log.
Assignee | ||
Comment 1•12 years ago
|
||
Adds support for failures prefixed with "Remote Device Error:".
Assignee | ||
Comment 2•12 years ago
|
||
Sorry, forgot the "^". Probably not necessary, but will reduce the risk of false positives.
Attachment #660420 -
Attachment is obsolete: true
Attachment #660420 -
Flags: review?(arpad.borsos)
Attachment #660423 -
Flags: review?(arpad.borsos)
Updated•12 years ago
|
Attachment #660423 -
Flags: review?(arpad.borsos) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 660423 [details] [diff] [review]
Patch v2
Thank you for the review :-)
http://hg.mozilla.org/users/mstange_themasta.com/tinderboxpushlog/rev/7b2589fd500d
Assignee | ||
Comment 4•12 years ago
|
||
In production :-)
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Webtools → Tree Management
Updated•10 years ago
|
Product: Tree Management → Tree Management Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•