CC: | PEVANS [...] cpan.org |
Subject: | Fails with IO-Socket-IP 0.30 |
Bleadperl got the upgrade to IO::Socket::IP 0.30 with v5.21.1-110-gaddc238.
Since then my smokers have the test suite hanging after a fail of t/acceptSSL-timeout.t. With verbose output:
t/acceptSSL-timeout.t .............
1..15
ok # listening @127.0.0.1:39723
# server >> OK
Waiting
<<
ok # [server] OK
ok # [server] Waiting
# client_ssl >> OK
<<
ok # [client_ssl] OK
# server >> Connect from 127.0.0.1:42686
<<
ok # [server] Connect from
# client_ssl >> Connected
<<
ok # [client_ssl] Connected
# server >> SSL Handshake FAILED - Resource temporarily unavailable
<<
not ok # [server] SSL Handshake OK
not ok # fatal error at ./t/testlib.pl line 164.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 9/15 subtests
t/auto_verify_hostname.t ..........
1..30
ok #Server Initialization
not ok #connection to example.com/www failed
Note that the test also hangs when I disable network tests.
After downgrading to PEVANS/IO-Socket-IP-0.29.tar.gz all tests pass.
It's not a bleadperl issue. I see the same behaviour with a 5.18.2.
Let me know if I can provide more data for you.