Closed
Bug 1517249
Opened 6 years ago
Closed 6 years ago
Read Marionette port from profile preference
Categories
(Testing :: geckodriver, enhancement, P3)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1421766
People
(Reporter: ato, Unassigned)
References
()
Details
For a long time we have written the port Marionette listens on to
the marionette.port preference in the profile. We may not be
flushing the user pref file correctly, but that’s fixable.
We should change geckodriver to ask Firefox to bind to port 0 in
order to have it atomically allocate a port, rather than to have
geckodriver poll for free ports. This can lead to problems described
in https://bugzilla.mozilla.org/show_bug.cgi?id=1240830 and
https://github.com/mozilla/geckodriver/issues/1452.
Reporter | ||
Updated•6 years ago
|
Priority: -- → P3
Comment 1•6 years ago
|
||
Isn't that a dupe of bug 1421766?
Reporter | ||
Comment 2•6 years ago
|
||
You’re right. I’ve updated the description to be a bit clearer.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•