comparison h2_ssl_proxy_cache.t @ 1748:b27bcded6449

Tests: removed TODOs for fixes merged in 1.20.2.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 23 Nov 2021 16:14:46 +0300
parents 823f603da727
children cdcd75657e52
comparison
equal deleted inserted replaced
1747:7f09d144d15c 1748:b27bcded6449
116 116
117 select undef, undef, undef, 0.2; 117 select undef, undef, undef, 0.2;
118 118
119 $t->stop(); 119 $t->stop();
120 120
121 # "aio_write" is used to produce "open socket ... left in connection" alerts.
122
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'
125 and !$t->has_version('1.21.4');
126
127 ############################################################################### 121 ###############################################################################
128 122
129 sub getconn { 123 sub getconn {
130 my ($port) = @_; 124 my ($port) = @_;
131 my $s; 125 my $s;