Closed
Bug 601694
Opened 14 years ago
Closed 14 years ago
buildbot timeout turning build red instead of orange
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philor, Assigned: bhearsum)
References
Details
Attachments
(1 file)
6.89 KB,
patch
|
rail
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
At least, I think hitting the buildbot timeout is the reason that in the post bug 505512 world http://tinderbox.mozilla.org/showlog.cgi?log=TraceMonkey/1286215375.1286218504.15064.gz&fulltext=1 was red rather than orange.
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → bhearsum
Assignee | ||
Comment 1•14 years ago
|
||
Looks like in my bug 505512 patch I changed the behaviour of the unittest steps' evaluateCommand. They used to take any non SUCCESS status from ShellCommand and turn it into WARNINGS -- I changed that in such a way that FAILURE, EXCEPTION, and RETRY overrode WARNINGS. In this new, purple, world, we want EXCEPTION and RETRY to make it through, but FAILURE (generally, return code != 0), should be treated as WARNINGS for unittests.
I'm going to run this through staging, but how does it look, Rail?
Attachment #481216 -
Flags: review?(rail)
Comment 2•14 years ago
|
||
Comment on attachment 481216 [details] [diff] [review]
override ShellCommand setting FAILURE
Thanks for the detailed comments, it helped me to understand the logic faster. :)
Looks good.
Attachment #481216 -
Flags: review?(rail) → review+
Assignee | ||
Comment 3•14 years ago
|
||
I repro'ed the failure in staging by killing firefox.exe as a test was running. After applying this patch and doing the same thing, the overall build was orange instead of red. This is ready to land IMHO.
Flags: needs-reconfig?
Assignee | ||
Updated•14 years ago
|
Flags: needs-reconfig? → needs-reconfig+
Comment 4•14 years ago
|
||
Comment on attachment 481216 [details] [diff] [review]
override ShellCommand setting FAILURE
http://hg.mozilla.org/build/buildbotcustom/rev/7147fc9c7c69
Attachment #481216 -
Flags: checked-in+
Assignee | ||
Comment 5•14 years ago
|
||
This should be fixed going forward.
Status: NEW → RESOLVED
Closed: 14 years ago
Flags: needs-reconfig+ → needs-reconfig?
Resolution: --- → FIXED
Updated•14 years ago
|
Flags: needs-reconfig?
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•