comparison stream_udp_upstream.t @ 1251:766bcbb632ee

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 24 Nov 2017 19:58:40 +0300
parents e4974af3fb12
children c4f58dfe8207
comparison
equal deleted inserted replaced
1250:b708848eb49a 1251:766bcbb632ee
86 86
87 EOF 87 EOF
88 88
89 $t->run_daemon(\&udp_daemon, port(8984), $t); 89 $t->run_daemon(\&udp_daemon, port(8984), $t);
90 $t->run_daemon(\&udp_daemon, port(8985), $t); 90 $t->run_daemon(\&udp_daemon, port(8985), $t);
91 $t->try_run('no stream access_log')->plan(5); 91 $t->run()->plan(5);
92 92
93 $t->waitforfile($t->testdir . '/' . port(8984)); 93 $t->waitforfile($t->testdir . '/' . port(8984));
94 $t->waitforfile($t->testdir . '/' . port(8985)); 94 $t->waitforfile($t->testdir . '/' . port(8985));
95 95
96 ############################################################################### 96 ###############################################################################