The modperl/perl_options.t test currently fails on Win32.
Here's the client console window output running under -verbose:
C:\Temp\modperl-2.0>perl t/TEST modperl/perl_options.t -verbose
C:\apache2\bin\Apache.EXE -d C:/Temp/modperl-2.0/t -f
C:/Temp/modperl-2.0/t/conf
/httpd.conf -DAPACHE2 -DPERL_USEITHREADS
using Apache/2.0.48 (winnt MPM)
waiting 180 seconds for server to start: ..[Thu Jan 22 14:11:40 2004]
[info] 27
Apache:: modules loaded
[Thu Jan 22 14:11:40 2004] [info] 5 APR:: modules loaded
[Thu Jan 22 14:11:40 2004] [info] base server + 15 vhosts ready to run tests
...........................................
waiting 180 seconds for server to start: ok (waited 45 secs)
server localhost:8529 started
server localhost:8530 listening (TestModperl::perl_options)
server localhost:8531 listening (TestVhost::basic)
server localhost:8532 listening (TestProtocol::echo)
server localhost:8533 listening (TestProtocol::echo_filter)
server localhost:8534 listening (TestProtocol::eliza)
server localhost:8535 listening (TestPreConnection::note)
server localhost:8536 listening (TestHooks::stacked_handlers2)
server localhost:8537 listening (TestHooks::startup)
server localhost:8538 listening (TestFilter::both_str_con_add)
server localhost:8539 listening (TestFilter::in_bbs_inject_header)
server localhost:8540 listening (TestFilter::in_bbs_msg)
server localhost:8541 listening (TestFilter::in_str_msg)
server localhost:8542 listening (TestDirective::perlmodule)
server localhost:8543 listening (TestDirective::perlrequire)
server localhost:8544 listening (TestPerl::ithreads)
server localhost:8545 listening (TestDirective::perlloadmodule3)
server localhost:8546 listening (TestDirective::perlloadmodule4)
server localhost:8547 listening (TestDirective::perlloadmodule5)
server localhost:8548 listening (TestDirective::perlloadmodule6)
modperl/perl_options....request has failed (the response code was: 403)
see t/logs/error_log for more details
dubious
Test returned status 9 (wstat 2304, 0x900)
*** server localhost:8529 shutdown
!!! error running tests (please examine t\logs\error_log)
The only interesting thing in the error.log is this:
[Thu Jan 22 14:12:24 2004] [warn] Server ran out of threads to serve
requests. Consider raising the ThreadsPerChild setting
Increasing ThreadsPerChild from 20 to 50 in the <IfModule mpm_winnt.c>
section of t/conf/httpd.conf removes that warning from error.log, but
doesn't fix anything else.
Any ideas?
- Steve
------------------------------------------------
Radan Computational Ltd.
The information contained in this message and any files transmitted with it are
confidential and intended for the addressee(s) only. If you have received this
message in error or there are any problems, please notify the sender immediately. The
unauthorized use, disclosure, copying or alteration of this message is strictly
forbidden. Note that any views or opinions presented in this email are solely those
of the author and do not necessarily represent those of Radan Computational Ltd. The
recipient(s) of this message should check it and any attached files for viruses: Radan
Computational will accept no liability for any damage caused by any virus transmitted
by this email.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]