Skip Menu |

This queue is for tickets about the Protocol-Gearman CPAN distribution.

Report information
The Basics
Id: 96946
Status: new
Priority: 0/
Queue: Protocol-Gearman

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

Bug Information
Severity: Important
Broken in: 0.04
Fixed in: (no value)



Subject: tests hang on Windows
Patches to report error and do not hang attached. Error is "The requested address is not valid in its context." -- Alexandr Ciornii, http://chorny.net
Subject: 51n-g-client.t.patch
--- 51n-g-client.t.dist 2014-07-03 21:27:47.000000000 +0300 +++ 51n-g-client.t 2014-07-04 11:23:18.184676200 +0300 @@ -17,7 +17,7 @@ my $client = Net::Gearman::Client->new( PeerHost => $listener->sockhost, PeerService => $listener->sockport, -); +) or die "Cannot create client - $@"; ok( defined $client, 'defined $client' );
Subject: 52n-g-worker.t.patch
--- 52n-g-worker.t.dist 2014-07-03 21:27:47.000000000 +0300 +++ 52n-g-worker.t 2014-07-04 11:23:30.872921000 +0300 @@ -17,7 +17,7 @@ my $worker = Net::Gearman::Worker->new( PeerHost => $listener->sockhost, PeerService => $listener->sockport, -); +) or die "Cannot connect - $@\n"; ok( defined $worker, 'defined $worker' );