Rodent of Unusual Size wrote:

Stas Bekman wrote:

the server is down, giving up after 601 secs
!!! : failed to start server! (please examine t/logs/error_log)

601 secs? shouldn't it be 60?


Here's a more complete snippet:

/tmp/ap2/server/bin/httpd -d /tmp/ap2/httpd-test/perl-framework/t -f /tmp/ap2/httpd-test/perl-framework/t/conf/httpd.conf -DAPACHE2 using Apache/2.0.30-dev (perchild MPM)

waiting for server to start: ok (waited 2 secs)
server localhost:8529 started
server localhost:8530 listening (mod_headers)
server localhost:8531 listening (mod_echo)
server localhost:8532 listening (mod_vhost_alias)
server localhost:8533 listening (mod_nntp_like)

the server is down, giving up after 601 secs
!!! : failed to start server! (please examine t/logs/error_log)


I don't understand where the 601 comes from, it cannot go above 60 secs plus may be a few more, since it checks the real time all the time.
What os are you running on? Do you mind using the build/bug_report.pl when reporting problems?



does this solve the problem?


It does not appear to fix it -- probably because I didn't give enough info and you were addressing the 'waiting for server to start' area rather than the one that's actually failing above.. :-(


exit 1 indicates failure, isn't it? I've traced the logic and it seems to be correct:


Apache::TestServer::wait_till_is_up returns 0
Apache::TestServer::start returns 0
Apache::TestRun::run exits 1



_____________________________________________________________________
Stas Bekman             JAm_pH      --   Just Another mod_perl Hacker
http://stason.org/      mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



Reply via email to