Re: testing that processes terminate

2005-05-23 Thread Kevin Scaldeferri
On May 23, 2005, at 7:08 AM, Ian Langworth wrote: The test is happy when I run it normally, and even when I run it under Devel::Cover, but it consistently fails in our nightly test run (under Devel::Cover). As best I can figure, Devel::Cover is slowing things down so much that my test think

Re: testing that processes terminate

2005-05-23 Thread Ian Langworth
On 5/18/05, Kevin Scaldeferri <[EMAIL PROTECTED]> wrote: > Being a good coder, I wrote a unit test to > reproduce the problem before I fixed it. Let gold ingots rain from the heavens and collect into your front yard! :) > The test is happy when I run > it normally, and even when I run it under

testing that processes terminate

2005-05-18 Thread Kevin Scaldeferri
I recently had to deal with a bug where under certain circumstances a server process would never terminate, but would block indefinitely in the shutdown process. Being a good coder, I wrote a unit test to reproduce the problem before I fixed it. The test is happy when I run it normally, and e