comparison proxy_keepalive.t @ 273:36c75df75ca4

Tests: fix startup race in fastcgi_keepalive.t, proxy_keepalive.t.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 21 Mar 2013 21:02:15 +0400
parents 957fe2a76aa7
children 6cbcfb4ef7ee
comparison
equal deleted inserted replaced
272:957fe2a76aa7 273:36c75df75ca4
72 '<!--#include virtual="/include$request_uri" set="x" -->' . 72 '<!--#include virtual="/include$request_uri" set="x" -->' .
73 'set: <!--#echo var="x" -->'); 73 'set: <!--#echo var="x" -->');
74 74
75 $t->run_daemon(\&http_daemon); 75 $t->run_daemon(\&http_daemon);
76 $t->run(); 76 $t->run();
77
78 $t->waitforsocket('127.0.0.1:8081')
79 or die "Can't start test backend";
77 80
78 ############################################################################### 81 ###############################################################################
79 82
80 # There are 3 mostly independend modes of upstream operation: 83 # There are 3 mostly independend modes of upstream operation:
81 # 84 #