geckodriver returns too early from trying to connect to Marionette
Categories
(Testing :: geckodriver, defect, P3)
Tracking
(Not tracked)
People
(Reporter: whimboo, Unassigned)
References
Details
Sometimes geckodriver returns too early from trying to connect to Marionette:
11:09:12 INFO - PID 748 | 1560596952859 geckodriver::marionette DEBUG Waiting 60s to connect to browser on 127.0.0.1:2828
11:09:13 INFO - PID 748 | [10404, Main Thread] WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80520012: file z:/build/build/src/extensions/permissions/nsPermissionManager.cpp, line 2903
11:09:13 INFO - PID 748 | 1560596953963 mozrunner::runner DEBUG Killing process 6912
As you can see this happens within a single second! There is an internal issue but I don't see that this caused something bad like a crash. But maybe that is possible, and due to bug 1490906 we don't see that here.
Comment 1•5 years ago
|
||
https://phabricator.services.mozilla.com/D44896 might help here.
It changes geckodriver to wait for the Marionette handshake instead
of the initial connection.
Reporter | ||
Updated•5 years ago
|
Description
•