Closed
Bug 1709264
Opened 4 years ago
Closed 3 years ago
Up to 6s of delay when forwarding commands to Marionette
Categories
(Testing :: geckodriver, defect, P3)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: whimboo, Unassigned)
References
Details
(Keywords: perf)
As noticed on bug 1709205 there are delays of about 6s probably within geckodriver to send commands to Firefox and until Marionette logs them (with trace log enabled) to stdout:
[task 2021-05-03T20:34:06.602Z] 20:34:06 INFO - PID 2584 | 1620074046564 webdriver::server DEBUG -> POST /session/a78268f3-39d5-43ea-9a9c-1287828dc26a/window {"handle": "19"}
[task 2021-05-03T20:34:12.352Z] 20:34:12 INFO - PID 2584 | 1620074052343 Marionette DEBUG 0 -> [0,170,"WebDriver:SwitchToWindow",{"handle":"19","name":"19"}]
There should be no such delay. I'll keep an eye on it over the next days to see how often that actually happens for wdspec tests that timeout. This actually kinda lowers the performance of tests.
Reporter | ||
Comment 1•3 years ago
|
||
Nothing what I have seen these days. Closing for now.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•