Subject: | New Linux::Epoll-based code breaks Net::Async::IRC |
Unit tests just time out:
$ PERL5LIB=/home/leo/src/perl/IO-Async-Loop-Epoll/blib/lib strace -o
perl.strace perl -Mblib t/10irc-
basic.t
1..11
ok 1 - defined $irc
ok 2 - $irc->is_connected
ok 3 - Server stream after initial client message
ok 4 - $m defined after server reply
ok 5 - $command
ok 6 - $msg isa Net::Async::IRC::Message isa Net::Async::IRC::Message
ok 7 - $msg->command
ok 8 - $msg->prefix
ok 9 - $msg->args
ok 10 - $hints->{prefix_nick} is not defined
Nothing was ready after 10 second wait; called at
/usr/share/perl5/IO/Async/Test.pm line 170
# Looks like you planned 11 tests but ran 10.
# Looks like your test exited with 255 just after 10.
[strace log attached]
Initial investigation doesn't appear to be very IRC-specific; this
likely breaks a lot of things.
--
Paul Evans
Subject: | perl.strace |
Message body not shown because it is not plain text.