From ba9a22b6926db058199d44a626b923376c8a850f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 4 Feb 2011 22:38:31 +0000 Subject: epoll: handle EINTR properly in Ruby-space We can't work around it effectively in the C extension itself. This requires the latest sleepy_penguin gem. --- t/test_isolate.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/test_isolate.rb b/t/test_isolate.rb index f9b9d84..b1f6fe6 100644 --- a/t/test_isolate.rb +++ b/t/test_isolate.rb @@ -35,7 +35,7 @@ Isolate.now!(opts) do gem 'rack-fiber_pool', '0.9.1' end - gem 'sleepy_penguin', '1.3.1' if RUBY_PLATFORM =~ /linux/ + gem 'sleepy_penguin', '1.4.0' if RUBY_PLATFORM =~ /linux/ end $stdout.reopen(old_out) -- cgit v1.2.3-24-ge0c7