Open
Bug 1336953
Opened 6 years ago
Updated 4 months ago
Remove usage of socket timeout from the client
Categories
(Testing :: Marionette, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: whimboo, Unassigned)
References
Details
(Keywords: pi-marionette-client)
For issues like bug 1322277 we should get the handling of socket timeouts removed from the client, and simply block until a response has been sent. If there is no response the calling code of Marionette has to make sure to kill the process. But before we can do that we have to ensure that Marionette correctly handles SIGTERM interrupts. For that we need a fix on bug 1201871.
Reporter | ||
Comment 2•6 years ago
|
||
No, this is about removing the socket timeout completely from the driver and client.
Flags: needinfo?(hskupin)
Updated•6 years ago
|
Priority: -- → P3
Updated•4 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•