Closed
Bug 712439
Opened 14 years ago
Closed 14 years ago
class level ffprocess = None can be removed from FFSetup
Categories
(Testing :: Talos, defect)
Testing
Talos
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: k0scist, Unassigned)
Details
(Whiteboard: [mozbase][good first bug][mentor=jhammel][lang=py])
Attachments
(1 file)
|
460 bytes,
patch
|
k0scist
:
review+
|
Details | Diff | Splinter Review |
http://hg.mozilla.org/build/talos/file/fd70c47121be/talos/ffsetup.py#l80
It is unused, unusable, and is overridden in the __init__ method:
http://hg.mozilla.org/build/talos/file/fd70c47121be/talos/ffsetup.py#l87
This can just go away.
| Reporter | ||
Updated•14 years ago
|
Whiteboard: [mozbase][good first bug][mentor=jhammel][lang=py]
Comment 1•14 years ago
|
||
Deleted the class level variable ffprocess, since it is over-ridden by __init__
Ran talos ts test with new code. The tests came out OK.
Attachment #584765 -
Flags: review?(jhammel)
| Reporter | ||
Comment 2•14 years ago
|
||
Comment on attachment 584765 [details] [diff] [review]
Deleted class level ffprocess variable
Looks good!
Attachment #584765 -
Flags: review?(jhammel) → review+
| Reporter | ||
Comment 3•14 years ago
|
||
talos.zip created: http://people.mozilla.com/~jhammel/bug712439/talos.zip
| Reporter | ||
Comment 4•14 years ago
|
||
pushed to Try: https://tbpl.mozilla.org/?tree=Try&rev=c62426514223
Comment 5•14 years ago
|
||
Try run for c62426514223 is complete.
Detailed breakdown of the results available here:
https://tbpl.mozilla.org/?tree=Try&rev=c62426514223
Results (out of 79 total builds):
success: 77
failure: 2
Builds (or logs if builds failed) available at:
http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/jhammel@mozilla.com-c62426514223
| Reporter | ||
Comment 6•14 years ago
|
||
(In reply to Mozilla RelEng Bot from comment #5)
> Try run for c62426514223 is complete.
> Detailed breakdown of the results available here:
> https://tbpl.mozilla.org/?tree=Try&rev=c62426514223
> Results (out of 79 total builds):
> success: 77
> failure: 2
> Builds (or logs if builds failed) available at:
> http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/jhammel@mozilla.
> com-c62426514223
These are known and unrelated failures; pushed: http://hg.mozilla.org/build/talos/rev/db8d9e2cce0a
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 7•14 years ago
|
||
Beh, this came is as a blue and wasn't reported by the RelEng Bot: https://tbpl.mozilla.org/php/getParsedLog.php?id=8280936&tree=Try
Not sure if this is related but.....requesting a rebuild. If it recurs, will revert
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 8•14 years ago
|
||
subsequent dh runs proved successful. :)
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•