Open
Bug 1336953
Opened 8 years ago
Updated 2 years ago
Remove usage of socket timeout from the client
Categories
(Testing :: Marionette Client and Harness, 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•8 years ago
|
||
No, this is about removing the socket timeout completely from the driver and client.
Flags: needinfo?(hskupin)
Updated•8 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Product: Testing → Remote Protocol
Reporter | ||
Updated•2 years ago
|
Component: Marionette → Marionette Client and Harness
Product: Remote Protocol → Testing
You need to log in
before you can comment on or make changes to this bug.
Description
•