comparison upstream.t @ 317:a9621dbbd0d4

Tests: remove TODOs with 1.3.x version checks.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 23 Jul 2013 20:25:05 +0400
parents 719285b89d7e
children e7dc8f4d0a4b
comparison
equal deleted inserted replaced
316:f36c3532a117 317:a9621dbbd0d4
76 # will be considered down and won't be used till fail_timeout passes 76 # will be considered down and won't be used till fail_timeout passes
77 77
78 is(many('/close', 30), '8081: 6, 8082: 24', 'failures'); 78 is(many('/close', 30), '8081: 6, 8082: 24', 'failures');
79 79
80 SKIP: { 80 SKIP: {
81 local $TODO = 'broken in 1.3.0';
82
83 skip 'long test', 1 unless $ENV{TEST_NGINX_UNSAFE}; 81 skip 'long test', 1 unless $ENV{TEST_NGINX_UNSAFE};
84 82
85 # bug: failures counter is reset if first request in a second succeeds 83 # bug: failures counter is reset if first request in a second succeeds
86 # 84 #
87 # delay added to make sure first 9 requests will take more than 1s; 85 # delay added to make sure first 9 requests will take more than 1s;