comparison 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
144 'all tried once'); 144 'all tried once');
145 145
146 # make sure backend marked as down doesn't count towards "no live upstreams" 146 # make sure backend marked as down doesn't count towards "no live upstreams"
147 # after all backends are tried with http_404 147 # after all backends are tried with http_404
148 148
149 TODO: {
150 local $TODO = 'not yet' unless $t->has_version('1.19.6');
151
152 like(http_get('/down/'), qr/Not Found/, 'all tried with down'); 149 like(http_get('/down/'), qr/Not Found/, 'all tried with down');
153 150
154 }
155
156 ############################################################################### 151 ###############################################################################