Re: Test suite doesn't detect httpd crashes

2014-12-18 Thread Julian Foad
Philip Martin wrote: > [...]  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

Re: Test suite doesn't detect httpd crashes

2014-12-17 Thread Philip Martin
Julian Foad 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 >