async-container
async-container copied to clipboard
Test suite left sleeping `dots` process on each run
After running the test suite, a dots process is always left running (actually sleeping). This seems to be caused by the restarts children when receiving SIGHUP test, as the child PID changes after receiving SIGHUP and the after cleaner doesn't know this.