You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Stas Bekman <st...@stason.org> on 2003/06/06 06:13:32 UTC

Re: cvs commit: modperl-2.0/t/hooks cleanup2.t

randyk@apache.org wrote:
> randyk      2003/06/05 20:45:53

>        select undef, undef, undef, 0.25
>   -        while -e $file && -s _ == 10 || $t++ == 20;
>   +        while -e $file && -s _ == SIZE || $t++ == TRIES;

Looking at this code, it's totally bogus, bad copy-n-paste from cleanup.t on 
my part. And I think cleanup.t needs a fix too. It just happened to work for 
me. fixes coming.



__________________________________________________________________
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


Re: cvs commit: modperl-2.0/t/hooks cleanup2.t

Posted by Randy Kobes <ra...@theoryx5.uwinnipeg.ca>.
On Fri, 6 Jun 2003, Stas Bekman wrote:

> Randy please test my latest commit. It should just work, now
> that it does the right thing ;)

Hi Stas,
    Works fine now - thanks!

-- 
best regards,
randy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: cvs commit: modperl-2.0/t/hooks cleanup2.t

Posted by Stas Bekman <st...@stason.org>.
Stas Bekman wrote:
> randyk@apache.org wrote:
> 
>> randyk      2003/06/05 20:45:53
> 
> 
>>        select undef, undef, undef, 0.25
>>   -        while -e $file && -s _ == 10 || $t++ == 20;
>>   +        while -e $file && -s _ == SIZE || $t++ == TRIES;
> 
> 
> Looking at this code, it's totally bogus, bad copy-n-paste from 
> cleanup.t on my part. And I think cleanup.t needs a fix too. It just 
> happened to work for me. fixes coming.
> 

Randy please test my latest commit. It should just work, now that it does the 
right thing ;)



__________________________________________________________________
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