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)

enhancement

Tracking

(Not tracked)

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.

Type: task → enhancement
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.