Subject: | t/SSL_test.t test failure in 2.007 |
Date: | Thu, 19 Dec 2013 19:38:16 +0200 |
To: | bug-Net-Server [...] rt.cpan.org |
From: | Gabor Szabo <gabor [...] szabgab.com> |
self compiled perl 5.18.1
CentOS 5.8 64 bit
running as root:
[root@s13 Net-Server-2.007]# prove -lv t/SSL_test.t
t/SSL_test.t ..
1..5
ok 1 - Can fork on this platform
ok 2 - Got needed ports (20200)
ok 3 - Pipe works
ok 4 - use Net::Server::Proto::SSL
not ok 5 - Got the correct output from the server
# failed at t/SSL_test.t line 113
# Error: Couldn't open child to sock: at t/SSL_test.t line 76.
# Trouble running server: Could not finalize SSL connection with
client handle (SSL connect accept failed because of handshake problems
error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca)
not ok 5 - Failed during run of server
# failed at t/SSL_test.t line 106
Failed 1/5 subtests
Test Summary Report
-------------------
t/SSL_test.t (Wstat: 9 Tests: 6 Failed: 2)
Failed tests: 5, 5
Non-zero wait status: 9
Parse errors: Tests out of sequence. Found (5) but expected (6)
Bad plan. You planned 5 tests but ran 6.
Files=1, Tests=6, 0 wallclock secs ( 0.05 usr 0.01 sys + 0.18 cusr
0.02 csys = 0.26 CPU)
Result: FAIL