Steve Hay wrote: [...]
OK, so you have t/filter/in_str_consume.t failing with and without LWP and it happens randomly and it's not affected by the PERL_HASH_SEED variable. You didn't tell me what's the error that you get. Or do you get that silent failure as before? If so try with -v and look for error message on the client side, not error_log. This test is special, since the server underreads data sent by the client, it's possible that neither LWP nor TestClient are good at handling that condition.
Another thing that will help debuggiing is looking at the trace with MOD_PERL_TRACE=f and -trace=debug. I bet that it fails the moment the filter stops its reading:
env MOD_PERL_TRACE=f t/TEST -verbose -trace=debug t/filter/in_str_consume.t
This should tell you all the story.
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
