Closed
Bug 1397480
Opened 7 years ago
Closed 7 years ago
Intermittent TEST-UNEXPECTED-TIMEOUT | /webdriver/tests/state/get_element_tag_name.py | expected OK
Categories
(Remote Protocol :: Marionette, defect, P5)
Tracking
(firefox-esr52 unaffected, firefox56 unaffected, firefox57 wontfix, firefox58 fixed, firefox59 fixed)
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox56 | --- | unaffected |
firefox57 | --- | wontfix |
firefox58 | --- | fixed |
firefox59 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: whimboo)
References
Details
(Keywords: intermittent-failure, regression)
Assignee | ||
Comment 1•7 years ago
|
||
[task 2017-09-06T11:45:19.909960Z] 11:45:19 INFO - STDOUT: try:
[task 2017-09-06T11:45:19.910519Z] 11:45:19 INFO - STDOUT: _current_session.start()
[task 2017-09-06T11:45:19.911050Z] 11:45:19 INFO - STDOUT: > except webdriver.errors.SessionNotCreatedException:
[task 2017-09-06T11:45:19.911607Z] 11:45:19 INFO - STDOUT: E AttributeError: 'module' object has no attribute 'errors'
[task 2017-09-06T11:45:19.912128Z] 11:45:19 INFO - STDOUT: tests/web-platform/tests/webdriver/tests/support/fixtures.py:142: AttributeError
This is a regression from bug 1363982. James, please have a look.
status-firefox56:
--- → unaffected
status-firefox57:
--- → affected
Flags: needinfo?(james)
Keywords: regression
Comment hidden (Intermittent Failures Robot) |
![]() |
||
Updated•7 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 7•7 years ago
|
||
The increase of failures yesterday is due to the landing of my patch on bug 1403923. A follow-up should hopefully land soon, which then will also fix this bug.
Why do we fail here? It's because the test exceeds the 25s default timeout for opt builds, and takes even way longer for debug builds. Via bug 1403923 the test requests a long timeout now.
(In reply to Henrik Skupin (:whimboo) from comment #1)
> [task 2017-09-06T11:45:19.911607Z] 11:45:19 INFO - STDOUT: E
> AttributeError: 'module' object has no attribute 'errors'
> [task 2017-09-06T11:45:19.912128Z] 11:45:19 INFO - STDOUT:
> tests/web-platform/tests/webdriver/tests/support/fixtures.py:142:
> AttributeError
>
> This is a regression from bug 1363982. James, please have a look.
This seems to have been fixed somewhere else already.
Depends on: 1403923
Flags: needinfo?(james)
Assignee | ||
Comment 8•7 years ago
|
||
This failure is gone now with the increased timeout via bug 1403923.
Assignee: nobody → hskupin
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Updated•7 years ago
|
status-firefox58:
--- → fixed
Updated•7 years ago
|
status-firefox-esr52:
--- → unaffected
Comment hidden (Intermittent Failures Robot) |
Comment 10•2 years ago
|
||
Moving bug to Remote Protocol::Marionette component per bug 1815831.
Component: geckodriver → Marionette
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•