Closed
Bug 1448623
Opened 7 years ago
Closed 7 years ago
Intermittent TEST-UNEXPECTED-TIMEOUT | /webdriver/tests/actions/key.py | expected OK
Categories
(Remote Protocol :: Marionette, defect, P5)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: intermittent-bug-filer, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: intermittent-failure)
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Updated•7 years ago
|
Component: web-platform-tests → geckodriver
Comment 3•7 years ago
|
||
Looks like only QuantumRender opt builds are affected here. The failure rate is still low, so maybe not worth for investigation yet. Anyway, a quick look shows that a call to `clickElement` doesn't return:
> [task 2018-03-26T16:02:03.754Z] 16:02:03 INFO - PID 848 | 1522080123746 Marionette TRACE 0 -> [0,270,"findElement",{"using":"css selector","value":"#keys"}]
> [task 2018-03-26T16:02:03.772Z] 16:02:03 INFO - PID 848 | 1522080123755 Marionette TRACE 0 <- [1,270,null,{"value":{"element-6066-11e4-a52e-4f735466cecf":"df1c776b-e18e-4607-bac0-8ee926e836a8","ELEMENT":"df1c776b-e18e-4607-bac0-8ee926e836a8"}}]
> [task 2018-03-26T16:02:03.776Z] 16:02:03 INFO - PID 848 | 1522080123756 geckodriver::marionette TRACE <- [1,270,null,{"value":{"element-6066-11e4-a52e-4f735466cecf":"df1c776b-e18e-4607-bac0-8ee926e836a8","ELEMENT":"df1c776b-e18e-4607-bac0-8ee926e836a8"}}]
> [task 2018-03-26T16:02:03.777Z] 16:02:03 INFO - PID 848 | 1522080123756 webdriver::server DEBUG <- 200 OK {"value":{"element-6066-11e4-a52e-4f735466cecf":"df1c776b-e18e-4607-bac0-8ee926e836a8"}}
> [task 2018-03-26T16:02:03.786Z] 16:02:03 INFO - PID 848 | 1522080123767 webdriver::server DEBUG -> POST /session/6a6df70c-0276-448c-8256-9af50b71e4da/element/df1c776b-e18e-4607-bac0-8ee926e836a8/click {}
> [task 2018-03-26T16:02:03.787Z] 16:02:03 INFO - PID 848 | 1522080123767 geckodriver::marionette TRACE -> 68:[0,271,"clickElement",{"id":"df1c776b-e18e-4607-bac0-8ee926e836a8"}]
> [task 2018-03-26T16:02:03.789Z] 16:02:03 INFO - PID 848 | 1522080123773 Marionette TRACE 0 -> [0,271,"clickElement",{"id":"df1c776b-e18e-4607-bac0-8ee926e836a8"}]
> [task 2018-03-26T16:02:03.988Z] 16:02:03 INFO - TEST-UNEXPECTED-TIMEOUT | /webdriver/tests/actions/key.py | expected OK
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 7•7 years ago
|
||
Those failures are caused by a slow startup of Firefox, which is investigated on bug 1460193.
Depends on: 1460193
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 14•7 years ago
|
||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
Comment 15•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
•