Closed
Bug 1173120
Opened 9 years ago
Closed 9 years ago
devicemanagerADB._runCmd() does not use a timeout
Categories
(Testing :: Mozbase, defect)
Testing
Mozbase
Tracking
(firefox41 fixed)
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: gbrown, Assigned: gbrown)
References
Details
Attachments
(1 file)
2.30 KB,
patch
|
armenzg
:
review+
|
Details | Diff | Splinter Review |
http://hg.mozilla.org/mozilla-central/annotate/517791f65cd9/testing/mozbase/mozdevice/mozdevice/devicemanagerADB.py#l542
devicemanagerADB's _runCmd() does not take a timeout argument and does not use a timeout argument when calling ProcessHander.run() -- unlike _checkCmd() and perhaps some other places. I think that means that an adb hang will translate into a test harness hang, resulting in the dreaded buildbot 2400 seconds without output timeout in automation.
Assignee | ||
Comment 1•9 years ago
|
||
This updates devicemanagerADB's _runCmd to use a time-out when running adb -- just like _checkCmd, after bug 1172174.
Attachment #8620989 -
Flags: review?(armenzg)
Updated•9 years ago
|
Attachment #8620989 -
Flags: review?(armenzg) → review+
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•