Closed
Bug 1317707
Opened 8 years ago
Closed 8 years ago
Intermittent test_direct_update.py TestDirectUpdate.test_update | UnknownCommandException: acceptConnections
Categories
(Testing :: Firefox UI Tests, defect)
Tracking
(firefox50 unaffected, firefox51 unaffected, firefox52 fixed, firefox53 fixed)
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox50 | --- | unaffected |
firefox51 | --- | unaffected |
firefox52 | --- | fixed |
firefox53 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: whimboo)
References
Details
(Keywords: intermittent-failure, regression)
Assignee | ||
Comment 1•8 years ago
|
||
This is actually a regression from my patch on bug 1309556. Looks like we missed to implement a backward compatible check here.
Assignee | ||
Comment 2•8 years ago
|
||
Ok, so the problem here is that we are now trying to restart Firefox with the restart button. This has been implemented as a follow-up on bug 1304656, which is the real regressor here.
I would propose that we check the version of Firefox and only use the button if the pre-version is 52.0 or higher. Otherwise we do a normal in_app restart.
Assignee | ||
Comment 3•8 years ago
|
||
I think the best here would be to get the patch on bug 1304656 backed-out until the minimum version our update tests have to support reaches 52.0.
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 5•8 years ago
|
||
This is fixed now with the backout of bug 1304656.
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Updated•8 years ago
|
status-firefox50:
--- → unaffected
status-firefox51:
--- → unaffected
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•