# HG changeset patch # User Sergey Kandaurov # Date 1635712328 -10800 # Node ID 823f603da727a7d76d73c1dc34ece635f356c5f6 # Parent 38bd7e75fe699102f91d321c83820ffa99b6c4d0 Tests: adjusted TODO for alerts not seen after c7a8bdf5af55. 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 @@ -121,7 +121,8 @@ select undef, undef, undef, 0.2; # "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'; + and $t->read_file('nginx.conf') =~ /aio threads/ and $^O eq 'linux' + and !$t->has_version('1.21.4'); ###############################################################################