comparison stream_limit_conn_dry_run.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 f3ba4c74de31
children
comparison
equal deleted inserted replaced
1692:f6795e2e6a4b 1693:5ac6efbe5552
82 } 82 }
83 83
84 EOF 84 EOF
85 85
86 $t->write_file('index.html', 'OK'); 86 $t->write_file('index.html', 'OK');
87 $t->try_run('no limit_conn_dry_run/limit_conn_status')->plan(9); 87 $t->run()->plan(9);
88 88
89 ############################################################################### 89 ###############################################################################
90 90
91 my ($p, $p1, $p2, $p3) = (port(8080), port(8081), port(8082), port(8083)); 91 my ($p, $p1, $p2, $p3) = (port(8080), port(8081), port(8082), port(8083));
92 92