comparison stream_proxy_next_upstream.t @ 1693:5ac6efbe5552

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 01 Jun 2021 16:40:18 +0300
parents da1325cb1c39
children
comparison
equal deleted inserted replaced
1692:f6795e2e6a4b 1693:5ac6efbe5552
102 102
103 is(stream('127.0.0.1:' . port(8086))->io('.'), '', 'next down'); 103 is(stream('127.0.0.1:' . port(8086))->io('.'), '', 'next down');
104 104
105 $t->stop(); 105 $t->stop();
106 106
107 TODO: {
108 local $TODO = 'not yet' unless $t->has_version('1.19.6');
109
110 is($t->read_file('test.log'), '127.0.0.1:' . port(8083) . "\n", 107 is($t->read_file('test.log'), '127.0.0.1:' . port(8083) . "\n",
111 'next down log'); 108 'next down log');
112
113 }
114 109
115 ############################################################################### 110 ###############################################################################
116 111
117 sub stream_daemon { 112 sub stream_daemon {
118 my $server = IO::Socket::INET->new( 113 my $server = IO::Socket::INET->new(