Skip Menu |

This queue is for tickets about the RPC-XML CPAN distribution.

Report information
The Basics
Id: 130356
Status: new
Priority: 0/
Queue: RPC-XML

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

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



Subject: RPC::XML: t/41_server_hang.t hangs indefinitely
While testing the CPAN-River-3000 against perl-5.31.3 today on FreeBSD-12, t/41_server_hang.t hung indefinitely. ##### [RPC-XML-0.80] $ thisperl -Iblib/lib t/41_server_hang.t 1..2 ok 1 - 'Server instance' isa 'RPC::XML::Server' Error creating IO::Socket obj: Connection refused at t/41_server_hang.t line 84. ##### Since this was being conducted in an automated testing context, I was unable to Ctrl-C the process (as I did in the example above). This meant that the overall testing program hung for 30 minutes. Please investigate. Thank you very much. James E Keenan
RT-Send-CC: rjray [...] blackperl.com
On Wed Aug 21 19:21:56 2019, JKEENAN wrote: Show quoted text
> While testing the CPAN-River-3000 against perl-5.31.3 today on > FreeBSD-12, t/41_server_hang.t hung indefinitely. > > ##### > [RPC-XML-0.80] $ thisperl -Iblib/lib t/41_server_hang.t > 1..2 > ok 1 - 'Server instance' isa 'RPC::XML::Server' > Error creating IO::Socket obj: Connection refused at > t/41_server_hang.t line 84. > ##### > > Since this was being conducted in an automated testing context, I was > unable to Ctrl-C the process (as I did in the example above). This > meant that the overall testing program hung for 30 minutes. > > Please investigate. > > Thank you very much. > James E Keenan
This problem has persisted in monthly tests of RPC::XML against Perl 5 monthly development releases (run as part of "CPAN-River-3000" testing). This means that RPC::XML's reverse dependencies (https://metacpan.org/requires/module/RPC::XML?sort=[[1,0]]) are not reached during that automated testing process. This in turn means that we can't evaluate the impact of changes in the Perl 5 core distribution on those reverse dependencies. If there is any way that this test could be skipped or relegated to release-only testing, that would be greatly appreciated. Thank you very much. Jim Keenan