Closed
Bug 1334142
Opened 9 years ago
Closed 9 years ago
Intermittent test_element_state.py TestGetElementAttribute.test_boolean_attributes | IOError: Process killed because the connection to Marionette server is lost. Check gecko.log for errors (Reason: Connection timed out after 65.0s)
Categories
(Testing :: Marionette Client and Harness, defect)
Tracking
(firefox52 fixed, firefox53 fixed, firefox54 fixed)
RESOLVED
FIXED
mozilla54
People
(Reporter: intermittent-bug-filer, Assigned: whimboo)
References
Details
(Keywords: intermittent-failure)
| Assignee | ||
Comment 1•9 years ago
|
||
The hang here is caused by the call to navigate(), and happens when testing the attribute "dialog open". The URL to be loaded should be: "data:text/html;charset=utf-8,%3Cdialog%20open%3E".
Maybe bug 1334149 will help us here if it's the common reason.
Depends on: 1334149
| Assignee | ||
Comment 2•9 years ago
|
||
This is fixed now since the patch on bug 1322277 landed.
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox54:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
Updated•9 years ago
|
Updated•3 years ago
|
Product: Testing → Remote Protocol
Comment 3•2 years ago
|
||
Moving bug to Testing::Marionette Client and Harness component per bug 1815831.
Component: Marionette → Marionette Client and Harness
Product: Remote Protocol → Testing
You need to log in
before you can comment on or make changes to this bug.
Description
•