It hangs at TestEventHandlerOperational: test_operational, in the God::EventHandler.start call. Within that method, it's hanging on ::Process.kill('KILL', pid). When kill is called, the child process is terminated, but sticks around as a zombie, and the kill call never returns.
The tests run normally for me in 1.8.7.
'god check', which runs similar code, runs fine in 1.9.x.
Can anyone reproduce this issue?
Thanks,
Max