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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
On Linux, child processes of child processes will not be terminated when attempting to kill their parent. This is likely to happen when running a new process in a shell or with the use of the shell option of ChildProcess:
Expected behavior
When I terminate the main command, subprocesses should quit gracefully.
Actual behavior
beforeAll hook in
framework/test/mocha/functional/functional.js
keeps the subprocesses alive.Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
1.6.0+
The text was updated successfully, but these errors were encountered: