Skip Menu |

This queue is for tickets about the Net-WebSocket CPAN distribution.

Report information
The Basics
Id: 129307
Status: resolved
Priority: 0/
Queue: Net-WebSocket

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

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



Subject: Undefined subroutine &IO::SigGuard::sysread
On some of my smokers the test suite fails, possibly only if IO::Framed 0.14 is installed: ... Goto undefined subroutine &IO::SigGuard::sysread at /usr/perl5.20.0/lib/site_perl/5.20.0/IO/Framed/Read.pm line 38. # Looks like your test exited with 255 just after 1. t/endpoint_allow_empty_read.t ......................... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 5/6 subtests # Failed test 'exception on unexpected continuation' # at t/endpoint_bad_continuation.t line 45. # expecting: Net::WebSocket::X::ReceivedBadControlFrame # found: Goto undefined subroutine &IO::SigGuard::sysread at /usr/perl5.20.0/lib/site_perl/5.20.0/IO/Framed/Read.pm line 38. Undefined subroutine &IO::SigGuard::sysread called at /usr/perl5.20.0/lib/site_perl/5.20.0/IO/Framed/Read.pm line 83. # Looks like your test exited with 255 just after 2. t/endpoint_bad_continuation.t ......................... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 2/3 subtests Goto undefined subroutine &IO::SigGuard::syswrite at /usr/perl5.20.0/lib/site_perl/5.20.0/IO/Framed/Write.pm line 104. # Looks like your test exited with 255 just after 1. t/endpoint_check_heartbeat.t .......................... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 9/10 subtests Goto undefined subroutine &IO::SigGuard::sysread at /usr/perl5.20.0/lib/site_perl/5.20.0/IO/Framed/Read.pm line 38. # Looks like your test exited with 255 just after 1. t/endpoint_close.t .................................... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/2 subtests ... (etc) ...
This wsa fixed by updating the required IO::Framed version.