Skip Menu |

This queue is for tickets about the POE-Component-SSLify CPAN distribution.

Report information
The Basics
Id: 66741
Status: resolved
Priority: 0/
Queue: POE-Component-SSLify

People
Owner: Nobody in particular
Requestors: RCAPUTO [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: test failure when trying to skip renegotiation tests
t/2_renegotiate.t ............. 1/24 # WARNING: Your platform/SSL library does not support renegotiation of the SSL socket. # This test harness detected that trying to renegotiate resulted in a disconnected socket. # POE::Component::SSLify will work on your system, but please do not attempt a SSL renegotiate. # Please talk with the author to figure out if this issue can be worked around, thank you! # Looks like you planned 24 tests but ran 17. t/2_renegotiate.t ............. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 7/24 subtests
Hello, Thanks for reporting this! I apologize for the delay in getting back to you. I've just released v1.009 to CPAN with a tweaked testsuite that shouldn't FAIL thanks to done_testing(), ha! Please let me know if I screwed anything up :) On Sun Mar 20 16:28:08 2011, RCAPUTO wrote: Show quoted text
> t/2_renegotiate.t ............. 1/24 # WARNING: Your platform/SSL > library does not support renegotiation of the SSL socket. > # This test harness detected that trying to renegotiate resulted in a > disconnected socket. > # POE::Component::SSLify will work on your system, but please do not > attempt a SSL renegotiate. > # Please talk with the author to figure out if this issue can be worked > around, thank you! > # Looks like you planned 24 tests but ran 17. > t/2_renegotiate.t ............. Dubious, test returned 255 (wstat 65280, > 0xff00) > Failed 7/24 subtests
-- ~Apocalypse