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 to have
MaxClients set to 1.

it should be 2, can you should us the relevant section from httpd.conf? on my machine (guessing that you are running prefork) it's:


<IfModule prefork.c>
    StartServers         1
    MaxClients           2
    MaxRequestsPerChild  0
</IfModule>

I suppose you are talking about MaxClients limit reaching, which you can safely ignore in the test suite.

t/filter/both_str_con_add....1..4
ok 1
# expected: mod_perl
# received: not ok 2
# Failed test 2 in t/filter/both_str_con_add.t at line 22
# expected: 2.0
# received: not ok 3
# Failed test 3 in t/filter/both_str_con_add.t at line 22 fail #2
# expected: rules
# received: not ok 4
# Failed test 4 in t/filter/both_str_con_add.t at line 22 fail #3
FAILED tests 2-4
Failed 3/4 tests, 25.00% okay
t/protocol/echo..............1..3
ok 1
Use of uninitialized value in chomp at t/protocol/echo.t line 18.
dubious
Test returned status 22 (wstat 5632, 0x1600)
DIED. FAILED tests 2-3
Failed 2/3 tests, 33.33% okay
t/protocol/echo_filter.......1..3
ok 1
Use of uninitialized value in chomp at t/protocol/echo_filter.t line 18.
dubious
Test returned status 22 (wstat 5632, 0x1600)
DIED. FAILED tests 2-3
Failed 2/3 tests, 33.33% okay
Failed Test Stat Wstat Total Fail Failed List of
Failed
------------------------------------------------------------------------
-------

t/filter/both_str_con_add.t                4    3  75.00%  2-4
t/protocol/echo.t             22  5632     3    2  66.67%  2-3
t/protocol/echo_filter.t      22  5632     3    2  66.67%  2-3

Interesting, all 3 test have one thing in common - they use a raw socket to communicate with the client. So this is probably something that doesn't work on your machine. Are there known socket problems in perl on your platform?


__________________________________________________________________
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

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to