Hi,

with current MP2 CVS, protocol/pseudo_http fails on Linux.

Details for Apache and Perl are the same as in
http://gossamer-threads.com/lists/modperl/dev/70031

Before this test, protocol/echo_bbs2 also fails and segfaults as described
in http://gossamer-threads.com/lists/modperl/dev/69839


*** t/TEST -clean
*** t/TEST -verbose t/protocol/pseudo_http

[... ok tests ...]
# send: foobar
# testing : banner
# received: Access Denied
# expected: Welcome to TestProtocol::pseudo_http
not ok 5
# Failed test 5 in t/protocol/pseudo_http.t at line 54
# testing : date
# received:
# expected: Available commands: date quit
not ok 6
# Failed test 6 in t/protocol/pseudo_http.t at line 60 fail #4
# send: date
# testing : quit
# received:
# expected: (?-xism:The time is:)
not ok 7
# Failed test 7 in t/protocol/pseudo_http.t at line 60 fail #5
# send: quit
# testing : end of transmission
# received:
# expected: Goodbye
not ok 8
# Failed test 8 in t/protocol/pseudo_http.t at line 54 fail #2
[... ok tests ...]


*** t/logs/error_log

[Sat Jul 10 21:20:57 2004] [info] Init: Initializing OpenSSL library
[Sat Jul 10 21:20:57 2004] [info] Init: Seeding PRNG with 0 bytes of entropy
[Sat Jul 10 21:20:57 2004] [info] Init: Generating temporary RSA private
keys (512/1024 bits)
[Sat Jul 10 21:20:57 2004] [info] Init: Generating temporary DH parameters
(512/1024 bits)
[Sat Jul 10 21:20:57 2004] [warn] Init: Session Cache is not configured
[hint: SSLSessionCache]
[Sat Jul 10 21:20:57 2004] [info] Init: Initializing (virtual) servers for
SSL
[Sat Jul 10 21:20:57 2004] [info] Server: Apache/2.0.50, Interface:
mod_ssl/2.0.50, Library: OpenSSL/0.9.7b
END in modperl_extra.pl, pid=27663
END in modperl_extra.pl, pid=27663
[Sat Jul 10 21:21:18 2004] [info] Init: Initializing OpenSSL library
[Sat Jul 10 21:21:18 2004] [info] Init: Seeding PRNG with 0 bytes of entropy
[Sat Jul 10 21:21:18 2004] [info] Init: Generating temporary RSA private
keys (512/1024 bits)
[Sat Jul 10 21:21:18 2004] [info] Init: Generating temporary DH parameters
(512/1024 bits)
[Sat Jul 10 21:21:18 2004] [info] Init: Initializing (virtual) servers for
SSL
[Sat Jul 10 21:21:18 2004] [info] Server: Apache/2.0.50, Interface:
mod_ssl/2.0.50, Library: OpenSSL/0.9.7b
[Sat Jul 10 21:21:18 2004] [notice] Apache/2.0.50 (Unix)
mod_perl/1.99_15-dev Perl/v5.8.4 mod_ssl/2.0.50 OpenSSL/0.9.7b DAV/2
SVN/1.0.5 configured -- resuming normal operations
[Sat Jul 10 21:21:18 2004] [info] Server built: Jul  4 2004 13:11:16
[Sat Jul 10 21:21:18 2004] [debug] worker.c(1631): AcceptMutex: sysvsem
(default: sysvsem)
[Sat Jul 10 21:21:20 2004] [error] [client 127.0.0.1] (2)No such file or
directory: Could not open password file:
/usr/src/modperl-2.0/t/htdocs/protocols/basic-auth
[Sat Jul 10 21:21:20 2004] [error] [client 127.0.0.1] user stas not found: /
*** The following error entry is expected and harmless ***
[Sat Jul 10 21:21:20 2004] [error] [client 127.0.0.1] (2)No such file or
directory: Could not open password file: /usr/src/modperl
-2.0/t/htdocs/protocols/basic-auth
[Sat Jul 10 21:21:20 2004] [error] [client 127.0.0.1] user stas not found: /
[Sat Jul 10 21:21:20 2004] [info] Child process pid=27668 is exiting
END in modperl_extra.pl, pid=27668
END in modperl_extra.pl, pid=27668
[Sat Jul 10 21:21:20 2004] [info] removed PID file
/usr/src/modperl-2.0/t/logs/httpd.pid (pid=27665)
[Sat Jul 10 21:21:20 2004] [notice] caught SIGTERM, shutting down
END in modperl_extra.pl, pid=27665
END in modperl_extra.pl, pid=27665


BTW, does the test script always activate any modules it finds with the
installed Apache, like Subversion in this case?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to