comparison 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
comparison
equal deleted inserted replaced
1744:38bd7e75fe69 1745:823f603da727
119 $t->stop(); 119 $t->stop();
120 120
121 # "aio_write" is used to produce "open socket ... left in connection" alerts. 121 # "aio_write" is used to produce "open socket ... left in connection" alerts.
122 122
123 $t->todo_alerts() if $t->read_file('nginx.conf') =~ /aio_write on/ 123 $t->todo_alerts() if $t->read_file('nginx.conf') =~ /aio_write on/
124 and $t->read_file('nginx.conf') =~ /aio threads/ and $^O eq 'linux'; 124 and $t->read_file('nginx.conf') =~ /aio threads/ and $^O eq 'linux'
125 and !$t->has_version('1.21.4');
125 126
126 ############################################################################### 127 ###############################################################################
127 128
128 sub getconn { 129 sub getconn {
129 my ($port) = @_; 130 my ($port) = @_;