# HG changeset patch # User Sergey Kandaurov # Date 1635712328 -10800 # Node ID 823f603da727a7d76d73c1dc34ece635f356c5f6 # Parent 38bd7e75fe699102f91d321c83820ffa99b6c4d0 Tests: adjusted TODO for alerts not seen after c7a8bdf5af55. diff -r 38bd7e75fe69 -r 823f603da727 h2_ssl_proxy_cache.t --- a/h2_ssl_proxy_cache.t Mon Oct 25 15:26:34 2021 +0300 +++ b/h2_ssl_proxy_cache.t Sun Oct 31 23:32:08 2021 +0300 @@ -121,7 +121,8 @@ # "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'); ###############################################################################