intern icon indicating copy to clipboard operation
intern copied to clipboard

Intern process not dying when SIGINT is received

Open jason0x43 opened this issue 4 years ago • 1 comments

In Intern 5.0-pre, if a test session is started for IE (and possibly other browsers) and killed with ctrl-C, webdriver servers may be left running. Intern should try to ensure that any child processes are killed if it is interrupted.

jason0x43 avatar Jan 17 '20 04:01 jason0x43

The intern process itself is often left running. CTRL-C should gracefully shut down the Intern process and kill any children.

jason0x43 avatar Sep 03 '20 20:09 jason0x43