Skip Menu |

This queue is for tickets about the IO-Socket-Socks-Wrapper CPAN distribution.

Report information
The Basics
Id: 101166
Status: resolved
Priority: 0/
Queue: IO-Socket-Socks-Wrapper

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

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



Subject: Fails with "Mojo::Reactor::EV: Read failed..."
The full diagnostics are: # Failed test 'HTTP request was not successfull because of timeout' # at t/10_event_loop_mojo.t line 135. Mojo::Reactor::EV: Read failed: Can't use an undefined value as a HASH reference at t/10_event_loop_mojo.t line 136, <DATA> line 2231. And after that it hangs. My smokers kill these processes after one hour. This behaviour has started around 2014-10-25. Between 2014-09-10 and 2014-10-25 several of my smokers sent fail reports but after the 25th of October they sent no report anymore, supposedly because of the hanging process. My last fail report: http://www.cpantesters.org/cpan/report/47276996 Let me know whether I can provide more data. HTH&&Thanks,
On Sun Dec 28 06:47:00 2014, ANDK wrote: Show quoted text
> The full diagnostics are: > > # Failed test 'HTTP request was not successfull because of timeout' > # at t/10_event_loop_mojo.t line 135. > Mojo::Reactor::EV: Read failed: Can't use an undefined value as a HASH > reference at t/10_event_loop_mojo.t line 136, <DATA> line 2231. > > And after that it hangs. My smokers kill these processes after one > hour. This behaviour has started around 2014-10-25. Between 2014-09-10 > and 2014-10-25 several of my smokers sent fail reports but after the > 25th of October they sent no report anymore, supposedly because of the > hanging process. > > My last fail report: http://www.cpantesters.org/cpan/report/47276996 > > Let me know whether I can provide more data. > > HTH&&Thanks,
For me it fails with both reactors. The reason is that Mojo doesn't support IO::Socket::INET since version 5.59. And IO::Socket::Socks::Wrapper doesn't support IO::Socket::IP. So, I simply removed this test in 0.12. Thanks for the report!