You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the MultipleDebuggers test times out, I'm seeing test/api/multiple-debuggers/testprog programs sticking around.
Figure out why that is. This might be a corner case of the test system sending a soft terminate to the parent, which might kill the parent, but doesn't guarantee it kills the children of the parent process.
We might need/want to send a process group hard terminate after we wrap up to ensure all children are terminated even if we think the main process is done.