Raku / roast

🦋 Raku test suite
https://raku.org/
Artistic License 2.0
181 stars 135 forks source link

Review doesn't-hang() sub #158

Closed zoffixznet closed 7 years ago

zoffixznet commented 8 years ago

Today I was running the stresstest on a starved box and when it was done, I noticed there was still a running process running this test.

So it looks like some conditions exist, under which doesn't-hang() does not successfully kill the process after the timeout.

EDIT: indeed there's a bug where .kill doesn't always kill: https://rt.perl.org/Ticket/Display.html?id=131479

zoffixznet commented 7 years ago

Fixed https://rt.perl.org/Ticket/Display.html?id=131479