Closed
Bug 851573
Opened 12 years ago
Closed 12 years ago
Mozharness mozdevice fixes
Categories
(Release Engineering :: Applications: MozharnessCore, defect)
Release Engineering
Applications: MozharnessCore
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jgriffin, Assigned: jgriffin)
References
Details
Attachments
(1 file)
2.14 KB,
patch
|
wlach
:
review+
mozilla
:
review+
jgriffin
:
checked-in+
|
Details | Diff | Splinter Review |
There are a couple of places where mozharness uses mozdevice incorrectly (since it was written against an older version and some API's have since changed). According to wlach:
"
Just searching through device.py, I see the following api usage which tries to check return values which no longer exist (since we throw exceptions now, see bug 795456):
https://github.com/escapewindow/mozharness/blob/master/mozharness/mozilla/testing/device.py#L499
https://github.com/escapewindow/mozharness/blob/master/mozharness/mozilla/testing/device.py#L572
"
Comment 1•12 years ago
|
||
FTR, that code might be used by "b2g_panda.py" but I don't think we have code actively using it besides b2g_panda.py.
Adding kmoir to keep her in the loop of changes in DeviceMixin (since she is tryin.
Comment 2•12 years ago
|
||
(since she is trying to get Android panda jobs to use mozharness).
Assignee | ||
Updated•12 years ago
|
Assignee | ||
Comment 3•12 years ago
|
||
Attachment #726292 -
Flags: review?(wlachance)
Comment 4•12 years ago
|
||
Comment on attachment 726292 [details] [diff] [review]
Update mozdevice calls that presently throw exceptions rather than returning status values,
These look like the right adjustments. I am not familiar with this code at all though, so maybe flag someone else for review who is.
Attachment #726292 -
Flags: review?(wlachance) → review+
Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 726292 [details] [diff] [review]
Update mozdevice calls that presently throw exceptions rather than returning status values,
Or pass on to whomever is most appropriate.
Attachment #726292 -
Flags: review?(aki)
Updated•12 years ago
|
Attachment #726292 -
Flags: review?(aki) → review+
Assignee | ||
Comment 6•12 years ago
|
||
Comment on attachment 726292 [details] [diff] [review]
Update mozdevice calls that presently throw exceptions rather than returning status values,
http://hg.mozilla.org/build/mozharness/rev/7599724311e0
Attachment #726292 -
Flags: checked-in+
Comment 7•12 years ago
|
||
Merged to production.
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Updated•11 years ago
|
Component: General Automation → Mozharness
You need to log in
before you can comment on or make changes to this bug.
Description
•