Steve Hay wrote:
[...]
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.

Great


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.)

is it still the problem with leading / in the path? Can you please submit this issue as a separate thread?


There is, of course, one other problem besides the perlio test -- the filter/both_str_con_add segfault.

Yup, I posted this reply before I got to filter/both_str_con_add


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?

http://perl.apache.org/docs/general/testing/testing.html#Skipping_Numerous_Tests


or you can change the test to skip, by changing its plan to 'plan => tests, 0;'
http://perl.apache.org/docs/general/testing/testing.html#Skipping_a_Whole_Test

probably the former is a better approach.

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.

Cool.


time to go to sleep... thank you for doing this debugging, Steve!

__________________________________________________________________
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]



Reply via email to