From a28819801024dd88e93e2255f7210a66ea864c3e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 26 Oct 2013 02:51:42 +0000 Subject: test_client_expire: disable output buffering in test We may end up buffering on headers and hitting EMFILE/ENFILE this way, too. We need to figure out a way to recover from this. --- test/test_client_expire.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/test_client_expire.rb b/test/test_client_expire.rb index c85441a..bff00cb 100644 --- a/test/test_client_expire.rb +++ b/test/test_client_expire.rb @@ -88,6 +88,8 @@ class TestClientExpire < Testcase app(:rack, ru) do listen "#{host}:#{port}", sndbuf: 2048, rcvbuf: 2048 client_timeout 1 + # FIXME: wbuf creation does not recover from EMFILE/ENFILE + output_buffering false check_client_connection true end client_expire_threshold 1.0 -- cgit v1.2.3-24-ge0c7