comparison h2_ssl_proxy_cache.t @ 998:79ba0a5be312

Tests: TODO h2_ssl_proxy_cache.t alerts seen with "aio_write".
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 27 Jul 2016 19:41:59 +0300
parents 3c5d3b384d3f
children 196d33c2bb45
comparison
equal deleted inserted replaced
997:3c5d3b384d3f 998:79ba0a5be312
117 117
118 select undef, undef, undef, 0.2; 118 select undef, undef, undef, 0.2;
119 119
120 $t->stop(); 120 $t->stop();
121 121
122 # "aio_write" is used to produce "open socket ... left in connection" alerts.
123
124 $t->todo_alerts() if $t->read_file('nginx.conf') =~ /aio_write on/
125 and $t->read_file('nginx.conf') =~ /aio threads/ and $^O eq 'linux';
126
122 ############################################################################### 127 ###############################################################################
123 128
124 sub getconn { 129 sub getconn {
125 my ($port) = @_; 130 my ($port) = @_;
126 my $s; 131 my $s;