comparison t/memcached_keepalive.t @ 48:450ad1052368 draft

Keepalive: tests style fixes.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 24 Jan 2013 01:54:11 +0400
parents 5cab730994f3
children 32e9e4b4b5e1
comparison
equal deleted inserted replaced
47:5cab730994f3 48:450ad1052368
165 165
166 # two backends with maximum number of cached connections set to 10, 166 # two backends with maximum number of cached connections set to 10,
167 # should establish only two connections (1 per backend) 167 # should establish only two connections (1 per backend)
168 168
169 $total = $memd1->stats()->{total}->{total_connections} + 169 $total = $memd1->stats()->{total}->{total_connections} +
170 $memd2->stats()->{total}->{total_connections}; 170 $memd2->stats()->{total}->{total_connections};
171 171
172 http_get('/memd4'); 172 http_get('/memd4');
173 http_get('/memd4'); 173 http_get('/memd4');
174 http_get('/memd4'); 174 http_get('/memd4');
175 175