diff h2_ssl_proxy_cache.t @ 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 341506267e16
children b27bcded6449
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');
 
 ###############################################################################