[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Test suite doesn't detect httpd crashes

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 17 Dec 2014 13:21:33 +0000

Julian Foad <julianfoad_at_btopenworld.com> writes:

> The problem I want to highlight here is that our test suite doesn't
> report these crashes. On some runs it reports that some individual
> tests failed, and overall failure, but on other runs it reports no
> individual tests failed, and overall success, even though Apache
> crashed.

If an apache process crashes while one of the threads is processing a
request then I would expect the relevant test to fail because the client
would receive a truncated response. I think it is also possible for
apache to crash without triggering a test failure: if the crash happens
when accepting a connection and no other threads in the process are
active then I suspect serf's retry logic may simply reconnect to a new
process.

> Do we want to make our test suite detect these crashes, and report
> overall failure even if each of the individual test scenarios
> completed successfully?
>
> It seems to me we should. What do you think?

Yes, if only to alert people that the apache/MPM they are using may have
bugs.

[...]

> or if searching the error_log is the only way to detect these crashes.

I suspect searching the error_log is the only way.

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*
Received on 2014-12-17 14:23:37 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.