• Kirill Smelkov's avatar
    Fix thinko when finally killing processes · 548a5325
    Kirill Smelkov authored
    First we send SIGTERM to leaked processes, and then, after timeout,
    intend to send SIGKILL to the leaked processes and to the main test
    process if it is still alive.
    
    However there is a thiko in the code: we were sending SIGKILL only to
    the main test process, not to all leaked ones.
    
    -> Fix it.
    
    The bug was there since 0ad45a9c (Detect if a test leaks processes and
    terminate them).
    
    /reviewed-by @jerome
    /reviewed-on !16
    548a5325
Name
Last commit
Last update
nxdtest Loading commit data...
.gitignore Loading commit data...
.nxdtest Loading commit data...
COPYING Loading commit data...
pytest.ini Loading commit data...
setup.py Loading commit data...