Open
Bug 1750630
Opened 4 years ago
Updated 9 months ago
marionette client should read MarionetteActivePort file if marionette.port is set to 0
Categories
(Testing :: Marionette Client and Harness, enhancement, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: whimboo, Unassigned)
References
(Blocks 3 open bugs)
Details
Attachments
(4 files)
If the port of Marionette is set to 0
for marionette.port
the socket server will make use of a random free system port. And since bug 1735162 is fixed we write that port to %profile/MarionetteActivePort%
.
In the case when the requested port is 0
the Marionette client should check the given file for the currently used port and connect to it.
Updated•4 years ago
|
Priority: -- → P3
Reporter | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•3 years ago
|
||
Depends on D140092
Reporter | ||
Comment 3•3 years ago
|
||
Depends on D140093
Reporter | ||
Comment 4•3 years ago
|
||
Depends on D140094
Reporter | ||
Comment 5•3 years ago
|
||
I've attached the work in progress patches which aren't ready yet. While changing the Marionette client isn't that hard, the harness is causing trouble. I hope to find more time the next days to get them shaped up.
Updated•2 years ago
|
Product: Testing → Remote Protocol
Reporter | ||
Updated•2 years ago
|
Component: Marionette → Marionette Client and Harness
Product: Remote Protocol → Testing
Reporter | ||
Updated•9 months ago
|
Assignee: hskupin → nobody
Status: ASSIGNED → NEW
You need to log in
before you can comment on or make changes to this bug.
Description
•