RE: Testing issues w/ mod_perl 1.99_13

2004-03-26 Thread Kinyon, Rob
t/filter/both_str_con_add.t43 75.00% 2-4 t/protocol/echo.t 22 5632 32 66.67% 2-3 t/protocol/echo_filter.t 22 5632 32 66.67% 2-3 Interesting, all 3 test have one thing in common - they use a raw socket to communicate with the client.

Re: Testing issues w/ mod_perl 1.99_13

2004-03-26 Thread Stas Bekman
Stas Bekman wrote: Kinyon, Rob wrote: Rob, please submit a properl bug report: http://perl.apache.org/bugs/ You can't be bothered to help us resolve your problems? :( __ Stas BekmanJAm_pH -- Just Another mod_perl

Testing issues w/ mod_perl 1.99_13

2004-03-25 Thread Kinyon, Rob
I have two testing issues with MP2. The first is using both _12 and _13 and the second is specific to _13. I am on Sparc/Solaris9, using Perl 5.8.0, Apache 2.0.49, and openssl 0.9.7d. If you need versions of other stuff, please ask. 1) I have compiled Apache2 with a very restricted set of

Re: Testing issues w/ mod_perl 1.99_13

2004-03-25 Thread Geoffrey Young
I'm having problems in that some of the tests in _12 and _13 use RewriteEngine, which I have disabled. To get _12 to pass, I had to delete all mention of RewriteEngine. please try the attached patch. --Geoff Index: t/filter/both_str_req_proxy.t

Re: Testing issues w/ mod_perl 1.99_13

2004-03-25 Thread Geoffrey Young
Geoffrey Young wrote: I'm having problems in that some of the tests in _12 and _13 use RewriteEngine, which I have disabled. To get _12 to pass, I had to delete all mention of RewriteEngine. please try the attached patch. oops, sorry - I forgot to change one thing. please discard the last

Re: Testing issues w/ mod_perl 1.99_13

2004-03-25 Thread Geoffrey Young
+IfModule mod_rewrite.c +RewriteEngine On actually, rewrite seems to be a leftover, maybe from when the test was being originally written - I can't see the need for rewrite at all and removing the RewriteEngine directive still allows the tests to pass (as you mentioned).

Re: Testing issues w/ mod_perl 1.99_13

2004-03-25 Thread Stas Bekman
Geoffrey Young wrote: +IfModule mod_rewrite.c +RewriteEngine On actually, rewrite seems to be a leftover, maybe from when the test was being originally written - I can't see the need for rewrite at all and removing the RewriteEngine directive still allows the tests to pass

Re: Testing issues w/ mod_perl 1.99_13

2004-03-25 Thread Stas Bekman
Kinyon, Rob wrote: Rob, please submit a properl bug report: http://perl.apache.org/bugs/ 2) _13 compiled fine using 2.0.49. However, it will not pass the tests. I removed all mention of RewriteEngine, but still ran into problems. The error log has no errors in it. The only item is that it seems