comparison upstream.t @ 343:e7dc8f4d0a4b

Tests: whitespace and spelling fixes.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 26 Sep 2013 12:51:21 +0400
parents a9621dbbd0d4
children e9064d691790
comparison
equal deleted inserted replaced
342:86fa2a5a37ea 343:e7dc8f4d0a4b
69 69
70 ############################################################################### 70 ###############################################################################
71 71
72 is(many('/', 30), '8081: 15, 8082: 15', 'balanced'); 72 is(many('/', 30), '8081: 15, 8082: 15', 'balanced');
73 73
74 # from 9 first requests to 8081, only 6 will be successfull, 74 # from 9 first requests to 8081, only 6 will be successful,
75 # 3rd, 6th, and 9th requests will fail; after this the backend 75 # 3rd, 6th, and 9th requests will fail; after this the backend
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