Closed
Bug 812135
Opened 13 years ago
Closed 13 years ago
checkForZombies() should return the result & consumers use it to determine run exit code
Categories
(Testing :: General, defect)
Testing
General
Tracking
(firefox17 wontfix, firefox18 affected, firefox19 affected, firefox-esr17 affected)
RESOLVED
FIXED
mozilla20
People
(Reporter: emorley, Assigned: emorley)
Details
Attachments
(2 files)
|
2.69 KB,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
|
1.15 KB,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
(Broken out from bug 808410)
Post bug 808410, checkForCrashes returns the result & consumers use it to determine the overall run exit code. We should make checkForZombies do the same.
| Assignee | ||
Comment 1•13 years ago
|
||
(Diff looks worse than it is; mostly indentation change. Patch applies on top of those in bug 808410)
Note: This makes "PID log not found" fatal, since it didn't seem right to return False, if we weren't actually able to check for hung processes. Let me know if we shouldn't do this.
Attachment #681934 -
Flags: review?(jmaher)
| Assignee | ||
Comment 2•13 years ago
|
||
Attachment #681935 -
Flags: review?(jmaher)
Comment 3•13 years ago
|
||
Comment on attachment 681934 [details] [diff] [review]
Part 1: checkForZombies should return the result
Review of attachment 681934 [details] [diff] [review]:
-----------------------------------------------------------------
good one.
Attachment #681934 -
Flags: review?(jmaher) → review+
Comment 4•13 years ago
|
||
Comment on attachment 681935 [details] [diff] [review]
Part 2: Use the checkForZombies result to determine run status
Review of attachment 681935 [details] [diff] [review]:
-----------------------------------------------------------------
even better!
Attachment #681935 -
Flags: review?(jmaher) → review+
| Assignee | ||
Comment 5•13 years ago
|
||
Thank you for the reviews :-)
Looks good:
https://tbpl.mozilla.org/?tree=Try&rev=679262f1068d
Will land once bug 808410 does.
| Assignee | ||
Comment 6•13 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/11b11d72993c
https://hg.mozilla.org/integration/mozilla-inbound/rev/67278b9bea6f
status-firefox18:
--- → affected
status-firefox19:
--- → affected
status-firefox-esr17:
--- → affected
Target Milestone: --- → mozilla20
| Assignee | ||
Updated•13 years ago
|
status-firefox17:
--- → wontfix
Comment 7•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/11b11d72993c
https://hg.mozilla.org/mozilla-central/rev/67278b9bea6f
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•