comparison worker_shutdown_timeout_h2.t @ 1512:e84a3115bfe8

Tests: worker_shutdown_timeout_h2.t TODO adjusted.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 23 Sep 2019 18:04:48 +0300
parents 8958b5b53c25
children 02412b209838
comparison
equal deleted inserted replaced
1511:b5620655b506 1512:e84a3115bfe8
57 57
58 my $s = Test::Nginx::HTTP2->new(); 58 my $s = Test::Nginx::HTTP2->new();
59 ok($s->new_stream(), 'new stream'); 59 ok($s->new_stream(), 'new stream');
60 60
61 select undef, undef, undef, 0.1; 61 select undef, undef, undef, 0.1;
62 $t->stop()->todo_alerts(); 62 $t->stop();
63
64 $t->todo_alerts() unless $t->has_version('1.17.4');
63 65
64 ############################################################################### 66 ###############################################################################
65 67
66 sub http_silent_daemon { 68 sub http_silent_daemon {
67 my $server = IO::Socket::INET->new( 69 my $server = IO::Socket::INET->new(