Stas Bekman wrote:

Steve,

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.

Yep - mine passes OK now.




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

(The APACHE_TEST_PRETEND_NO_LWP setting seems to work OK: I re-instated the old version of the cookie tests that broke without LWP, and (with LWP installed) they still break when that flag is set, and pass when it isn't.)


There is, of course, one other problem besides the perlio test -- the filter/both_str_con_add segfault. Unfortunately that crash actually takes the Apache server down causing all subsequent tests to fail (I generally just stop the testsuite there). How do I have "nmake test" skip one test script so that I can see what the rest do without having to run each one manually?



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

These all pass OK, with and "without" LWP.


- Steve


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to