Open
Bug 1887676
Opened 1 year ago
Updated 1 year ago
Retrieve correct returncode for non-child processes (not self-managed via psutil.Popen)
Categories
(Testing :: Marionette Client and Harness, enhancement, P3)
Testing
Marionette Client and Harness
Tracking
(Not tracked)
NEW
People
(Reporter: whimboo, Unassigned)
References
(Blocks 1 open bug)
Details
For restarted Firefox processes managed using psutil.Process
, we encounter an issue retrieving the returncode
once the process has exited. This seems to be a generic issue for processes that are not child processes, making it difficult to retrieve the returncode
. However, we should investigate if there is a way to determine this information. Currently, we are only able to assume an exit code of 0
and cannot capture any specific exit codes.
Reporter | ||
Updated•1 year ago
|
Type: task → enhancement
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•