filter/input_body fails

2001-08-09 Thread Stas Bekman
the following test fails: % ./t/TEST -v filter/input_body filter/input_body1..2 1 ko 2 koFAILED tests 1-2 because input filter fails to read data from the bucket for (my $bucket = $bb-first; $bucket; $bucket = $bb-next($bucket)) { my $data; my $status =

Re: filter/input_body fails

2001-08-09 Thread Doug MacEachern
On Fri, 10 Aug 2001, Stas Bekman wrote: the following test fails: % ./t/TEST -v filter/input_body filter/input_body1..2 yeah, i fixed it but hadn't committed, its in now. see new-httpd discussion if you're interested in why.

Re: filter/input_body fails

2001-08-09 Thread Stas Bekman
On Thu, 9 Aug 2001, Doug MacEachern wrote: On Fri, 10 Aug 2001, Stas Bekman wrote: the following test fails: % ./t/TEST -v filter/input_body filter/input_body1..2 yeah, i fixed it but hadn't committed, its in now. see new-httpd discussion if you're interested in why. it

Re: filter/input_body fails

2001-08-09 Thread Doug MacEachern
On Fri, 10 Aug 2001, Stas Bekman wrote: that's from the output of ./t/TEST -times=5 -order=random yeah, i have seen this test breakage from when you pointed it out before, haven't gotten to debugging it yet. - To