Skip Menu |

This queue is for tickets about the HTTP-Request-FromCurl CPAN distribution.

Report information
The Basics
Id: 132319
Status: resolved
Priority: 0/
Queue: HTTP-Request-FromCurl

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

Bug Information
Severity: (no value)
Broken in: 0.14
Fixed in: 0.15



Subject: FreeBSD: t/curl-multi.t hangs
On my FreeBSD smokers (versions 12+13) t/curl-multi.t hangs. Sample report: http://www.cpantesters.org/cpan/report/f363ce54-7af6-11ea-9c61-77611f24ea8f
Aha! This seems to be a test suite left-over for systems that are set up only for IPv6. The test should pass (instead of hanging) if you comment out the following lines in t/curl-multi.t if( $server->url =~ m!\[! ) { my $port = $server->port; $server->server_url->host('localhost'); my $url = $server->url; note "Fudged server URL to '$url', hopefully they resolve both to the same process"; }; I'll release another version with that fix tomorrow.
On 2020-04-10 05:15:42, CORION wrote: Show quoted text
> Aha! > > This seems to be a test suite left-over for systems that are set up > only for IPv6. The test should pass (instead of hanging) if you > comment out the following lines in t/curl-multi.t > > if( $server->url =~ m!\[! ) { > my $port = $server->port; > $server->server_url->host('localhost'); > my $url = $server->url; > note "Fudged server URL to '$url', hopefully they resolve both to > the same process"; > }; > > I'll release another version with that fix tomorrow.
It seems that this problem does not happen anymore.