Add a log when SIGKILL is sent to a test parallel worker
This commit is contained in:
parent
2c35a37918
commit
47c45d5c18
@ -416,6 +416,7 @@ module Test
|
|||||||
|
|
||||||
def kill
|
def kill
|
||||||
Process.kill(:KILL, @pid)
|
Process.kill(:KILL, @pid)
|
||||||
|
warn "worker #{@pid} does not respond; SIGKILL is sent"
|
||||||
rescue Errno::ESRCH
|
rescue Errno::ESRCH
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user