Closed
Bug 501245
Opened 16 years ago
Closed 16 years ago
Unit test boxes should be using the unittest errorparser
Categories
(Mozilla Messaging Graveyard :: Release Engineering, defect)
Mozilla Messaging Graveyard
Release Engineering
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: philor, Assigned: gozer)
Details
Attachments
(1 file)
Because our test boxes are using the "unix" errorparser which only knows about words like "error", we get brief logs like http://tinderbox.mozilla.org/showlog.cgi?log=Thunderbird3.0/1246305799.1246310009.3159.gz that only point out that make knew something went wrong, instead of having the "unittest" parser know that "TEST-UNEXPECTED-FAIL" is an error.
Comment 1•16 years ago
|
||
Over to gozer. For reference SM's current method:
http://hg.mozilla.org/users/kairo_kairo.at/bbconf-sm2/file/18627089ce6c/master.cfg#l115
Assignee: nobody → gozer
Assignee | ||
Comment 2•16 years ago
|
||
Assignee | ||
Comment 3•16 years ago
|
||
Comment on attachment 386103 [details] [diff] [review]
[checked in] determine tinderbox error parser from builder-type
changeset: 1242:695d6c532b6f
user: Philippe M. Chiasson <gozer@mozillamessaging.com>
date: Tue Jun 30 16:22:56 2009 -0400
summary: Bug 501245. Make sure unittest boxes send the correct parser to Tinderbox.
Attachment #386103 -
Attachment description: determine tinderbox error parser from builder-type → [checked in] determine tinderbox error parser from builder-type
Assignee | ||
Comment 4•16 years ago
|
||
buildbot master reconfigured
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•16 years ago
|
||
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•