changeset 1745:823f603da727

Tests: adjusted TODO for alerts not seen after c7a8bdf5af55.
author Sergey Kandaurov <pluknet@nginx.com>
date Sun, 31 Oct 2021 23:32:08 +0300
parents 38bd7e75fe69
children be8d5213d6b9
files h2_ssl_proxy_cache.t
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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');
 
 ###############################################################################