Skip to content

Commit 47c45d5

Browse files
committed
Add a log when SIGKILL is sent to a test parallel worker
1 parent 2c35a37 commit 47c45d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tool/lib/test/unit.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ def quit(reason = :normal)
416416

417417
def kill
418418
Process.kill(:KILL, @pid)
419+
warn "worker #{@pid} does not respond; SIGKILL is sent"
419420
rescue Errno::ESRCH
420421
end
421422

0 commit comments

Comments
 (0)