Thanks for the fix to the test case.
I did get the error with your test case:
[Thu Aug 14 15:30:42 2003] [error] [client 127.0.0.1] Pseudo-hashes are deprecated at /tmp/pseudohash-bug/t/ModPerl/RegistryPrefork.pm line 19.!
Here is the output of make test TEST_VERBOSE=1:
/usr/bin/perl -Iblib/arch -Iblib/lib \
t/TEST -clean
*** setting ulimit to allow core files
ulimit -c unlimited; t/TEST -clean
APACHE_USER= APACHE_GROUP= APACHE_PORT= APACHE= APXS= \
/usr/bin/perl -Iblib/arch -Iblib/lib \
t/TEST
*** setting ulimit to allow core files
ulimit -c unlimited; t/TEST
/usr/sbin/httpd -d /tmp/pseudohash-bug/t -f /tmp/pseudohash-bug/t/conf/httpd.conf -DAPACHE2 -DPERL_USEITHREADS
using Apache/2.0.40 (prefork MPM)
waiting for server to start: ..
waiting for server to start: ok (waited 1 secs)
server localhost.localdomain:8529 started
bug....# Failed test 1 in bug.t at line 13
bug....FAILED test 1 Failed 1/1 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
bug.t 1 1 100.00% 1
*** server localhost.localdomain:8529 shutdown
!!! error running tests (please examine t/logs/error_log)
make: *** [run_tests] Error 1
And here are the contents of the error log:
[EMAIL PROTECTED] pseudohash-bug]# more t/logs/error_log
[Thu Aug 14 15:30:40 2003] [info] mod_unique_id: using ip addr 10.0.3.2
[Thu Aug 14 15:30:41 2003] [notice] Digest: generating secret for digest authentication ...
[Thu Aug 14 15:30:41 2003] [notice] Digest: done
[Thu Aug 14 15:30:41 2003] [info] mod_unique_id: using ip addr 10.0.3.2
[Thu Aug 14 15:30:42 2003] [notice] Apache/2.0.40 (Red Hat Linux) mod_perl/1.99_07-dev Perl/v5.8.0 DAV/2 configured -- resuming normal operations
[Thu Aug 14 15:30:42 2003] [info] Server built: May 20 2003 10:15:29
[Thu Aug 14 15:30:42 2003] [debug] /usr/src/build/250859-i386/BUILD/httpd-2.0.40/server/mpm/prefork/prefork.c(1039): AcceptMutex: sysvsem (default: sysvsem)
[Thu Aug 14 15:30:42 2003] [error] [client 127.0.0.1] Pseudo-hashes are deprecated at /tmp/pseudohash-bug/t/ModPerl/RegistryPrefork.pm line 19.!
[Thu Aug 14 15:30:42 2003] [error] server reached MaxClients setting, consider raising the MaxClients setting
[Thu Aug 14 15:30:42 2003] [info] removed PID file /tmp/pseudohash-bug/t/logs/httpd.pid (pid=7223)
[Thu Aug 14 15:30:42 2003] [notice] caught SIGTERM, shutting down
You have new mail in /var/spool/mail/root
Thanks,
Ed
Geoffrey Young wrote:
Ed Ruben wrote:
Geoff,
I believe I did ask you asked, but it looks like RegistryPrefork.pm should have been in the tarball you sent, but it wasn't. Please let me know if I was supposed to use my own RegistryPrefork.pm.
drat, I forgot to add it to my MANIFEST.
anyway, here it is again...
--Geoff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
