You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Garrett Rooney <ro...@electricjellyfish.net> on 2004/11/19 17:08:40 UTC

[PATCH] clean up shm sections in testshm to prevent spurious failures

While playing around with the test suite on the way back from ApacheCon 
I noticed that if you kill testall at just the wrong time it'll leave 
stray shm sections around and further test runs will all fail.  Here's a 
patch and log message that removes shm sections proactively before 
trying to create them, avoiding the problem.

-garrett

Re: [PATCH] clean up shm sections in testshm to prevent spurious failures

Posted by Joe Orton <jo...@redhat.com>.
On Fri, Nov 19, 2004 at 08:08:40AM -0800, Garrett Rooney wrote:
> While playing around with the test suite on the way back from ApacheCon 
> I noticed that if you kill testall at just the wrong time it'll leave 
> stray shm sections around and further test runs will all fail.  Here's a 
> patch and log message that removes shm sections proactively before 
> trying to create them, avoiding the problem.

Committed, thanks.

joe