# HG changeset patch # User Sergey Kandaurov # Date 1469637719 -10800 # Node ID 79ba0a5be31267d56d34f04570079dc5189e2a22 # Parent 3c5d3b384d3fa5c6775e4d34d06c32c097f8c0a1 Tests: TODO h2_ssl_proxy_cache.t alerts seen with "aio_write". diff --git a/h2_ssl_proxy_cache.t b/h2_ssl_proxy_cache.t --- a/h2_ssl_proxy_cache.t +++ b/h2_ssl_proxy_cache.t @@ -119,6 +119,11 @@ select undef, undef, undef, 0.2; $t->stop(); +# "aio_write" is used to produce "open socket ... left in connection" alerts. + +$t->todo_alerts() if $t->read_file('nginx.conf') =~ /aio_write on/ + and $t->read_file('nginx.conf') =~ /aio threads/ and $^O eq 'linux'; + ############################################################################### sub getconn {