As requested, here's a report of the t/filter/in_str_consume.t test failure that I'm getting using Apache 2.0.47, [EMAIL PROTECTED] and mp2 (from CVS on 16 Sep) on Win32.[...]
filter/in_str_consume....1..1
# Running under perl version 5.008001 for MSWin32
# Current time local: Wed Sep 17 08:38:52 2003
# Current time GMT: Wed Sep 17 07:38:52 2003
# Using Test.pm version 1.24
# sent 80000B, expecting 105B to make through
malformed response at C:/Temp/modperl-2.0/Apache-Test/lib/Apache/TestClient.pm line 86.
# Failed test 1 in filter/in_str_consume.t at line 21
# testing : input stream filter partial consume
# expected: 105
# received:
not ok 1
FAILED test 1
Failed 1/1 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
filter/in_str_consume.t 1 1 100.00% 1 !!! error running tests (please examine t\logs\error_log)
That proved to be a bug in Apache::TestClient, which couldn't handle situations where the server won't read all the data the client tries to send. Now fixed.
please run the test suite twice:
env APACHE_TEST_PRETEND_NO_LWP=1 make test ; make test
the former will emulate the situation when LWP is missing. See if you have any problems besides the perlio test
because of the failure of that test, make test won't descend into ModPerl-Registry, so please do so manually and run the two again:
cd ModPerl-Registry env APACHE_TEST_PRETEND_NO_LWP=1 make test ; make test
thanks.
__________________________________________________________________ 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]
