Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 90093 invoked from network); 23 Nov 2004 07:52:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 23 Nov 2004 07:52:55 -0000 Received: (qmail 7174 invoked by uid 500); 23 Nov 2004 07:52:54 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 7050 invoked by uid 500); 23 Nov 2004 07:52:50 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 7035 invoked by uid 99); 23 Nov 2004 07:52:50 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [195.80.154.36] (HELO mail.logilune.com) (195.80.154.36) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 22 Nov 2004 23:52:48 -0800 Received: from [127.0.0.1] (localhost.logilune.com [127.0.0.1]) by mail.logilune.com (Postfix) with ESMTP id 7EE461E1B61; Tue, 23 Nov 2004 05:45:20 +0100 (CET) Message-ID: <41A2C05F.707@stason.org> Date: Mon, 22 Nov 2004 23:45:19 -0500 From: Stas Bekman Organization: Hope, Humanized User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913 X-Accept-Language: en-us, en, he, ru MIME-Version: 1.0 To: Markus Wichitill Cc: Randy Kobes , dev@perl.apache.org Subject: Re: [RELEASE CANDIDATE] mod_perl-1.99_17 RC1 References: <41758EE0.1030302@ectoplasm.org> <4176E9A7.8030705@stason.org> <41772D44.2040308@stason.org> <419EFF2C.6060104@gmx.de> <41A0C839.7080704@stason.org> <41A16D8C.5060707@gmx.de> In-Reply-To: <41A16D8C.5060707@gmx.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Markus Wichitill wrote: > Stas Bekman wrote: > >> Markus Wichitill wrote: >> >>> Stas Bekman wrote: >>> >>>> Randy Kobes wrote: >>>> >>>>> For the protocol/echo_nonblock.t test, as I mentioned, >>>>> the failure of the last test (which is expected to timeout) >>>>> only occurred when running the full test suite. I'll >>>>> try to narrow it down - one combination that does fail is >>>>> perl t/TEST -v apr protocol >>>>> in which test 3 in protocol/echo_nonblock receives >>>>> "should timeout", rather than "TIMEUP". >>>>> >>>>> For both of these tests, nothing was in the error log >>>>> that could offer a clue. >>>> >>>> >>>> OK, looking forward to the SMOKE's shortest sequence. >>> >>> >>> I'm seeing this issue, too, now, after having built from SVN the >>> first time (probably just coincidence, since I haven't built often >>> during the last few weeks). It's not always failing, but it's also >>> failing if the test is run on its own: >> >> >> Markus, any difference with this patch? >> >> Index: t/protocol/echo_nonblock.t >> =================================================================== >> RCS file: /home/cvs/modperl-2.0/t/protocol/echo_nonblock.t,v >> retrieving revision 1.2 >> diff -u -r1.2 echo_nonblock.t >> --- t/protocol/echo_nonblock.t 28 Sep 2004 22:47:22 -0000 1.2 >> +++ t/protocol/echo_nonblock.t 21 Nov 2004 16:53:11 -0000 >> @@ -21,6 +21,7 @@ >> >> # now get a timed out request >> $expected = "TIMEUP"; >> +sleep 2; >> print $socket "should timeout\n"; >> chomp($received = <$socket> || ''); >> ok t_cmp $received, $expected, "timed out"; >> >> If it works, try to lower it to 1 sec if possible. > > > With "sleep 1", I didn't get any failures running "perl t\TEST > -times=100 t\protocol\echo_nonblock.t" and running the whole test suite > three times. Great! If someone can commit that it'd be great. I still don't have a properly working svn environment. Thanks. (If noone does and I forget it please remind me later) -- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:stas@stason.org http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org