Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Redis CPAN distribution.

Report information
The Basics
Id: 82699
Status: open
Priority: 0/
Queue: Redis

People
Owner: melo [...] cpan.org
Requestors: ether [...] cpan.org
Cc:
AdminCc:

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



Subject: Unit test hangs
I cannot reliably reproduce this, but it's happened on a few production boxes during installation of the Redis distribution: t/10-tie-list.t .......... 1/? # Looks like your test exited with -1 just after 6. ...and then the install process simply hangs.
Hi, I don't see how the previous test could have worked and this one failed. Any chance on getting more information about this? Perl -V ? prove -lv t/10-tie-list.t ? Thanks, -- Hi, how are you?
Hi, in a few minutes, 1.958 release should be on CPAN. Could you please test that one and see if it solves your problem? I've tweaked the way I start the redis-server, maybe the problem is fixed now. Thanks, -- Hi, how are you?
Subject: Re: [rt.cpan.org #82699] Unit test hangs
Date: Tue, 15 Jan 2013 12:30:27 -0800
To: Pedro Melo via RT <bug-Redis [...] rt.cpan.org>
From: Karen Etheridge <ether [...] cpan.org>
On Tue, Jan 15, 2013 at 12:05:20PM -0500, Pedro Melo via RT wrote: Show quoted text
> in a few minutes, 1.958 release should be on CPAN. Could you please test that one and see if it > solves your problem? > > I've tweaked the way I start the redis-server, maybe the problem is fixed now.
All tests pass in 1.958, but I haven't been able to get the 1.955 tests to fail while I've run them verbosely. On the boxes where the tests failed, subsequent reinstall attempts succeeded (in one case I had to try 3 times, but it did eventually pass and install). So, whatever the problem is/was, it is definitely transient. I'll keep trying today to get the 1.955 tests to fail to see if I can find more details.
Karen, Ovid had the same problem, and after a strafe/lsof output, I have some idea where Redis.pm is hanging but no way of knowing why. https://github.com/melo/perl-redis/issues/32 https://github.com/melo/perl- redis/commit/afe2ef2e81a442087d16a78c6eea5b0f1cd14e6b#commitcomment-2477884 I'll be merging some code from Ovid that would give us read/write timeouts and would catch the problem Ovid is seeing. I'm not sure if this is the same one you're seeing, but it maybe. On another subject, I've moved the official Redis.pm bugtracker to github, its just much easier for me to track stuff. I'll keep this ticket open until the release of read/write timeout, and then I'll closed as fixed. If other problems or even this one resurfaces, I would appreciate that you open follow up tickets on Github. Thanks, -- Hi, how are you?
See also https://github.com/melo/perl-redis/issues/32#issuecomment-12552042 Bugs in 2.4.x might cause this problems. Are you using 2.4.x? Bye, -- Hi, how are you?
Subject: Re: [rt.cpan.org #82699] Unit test hangs
Date: Tue, 22 Jan 2013 10:27:17 -0800
To: Pedro Melo via RT <bug-Redis [...] rt.cpan.org>
From: Karen Etheridge <ether [...] cpan.org>
On Tue, Jan 22, 2013 at 11:21:18AM -0500, Pedro Melo via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=82699 > > See also https://github.com/melo/perl-redis/issues/32#issuecomment-12552042 > Bugs in 2.4.x might cause this problems. Are you using 2.4.x?
Yes, on the server where I observed this, redis-server is version 2.4.5. I'll request that we upgrade ASAP :)
Yep, strongly recommended that you upgrade to 2.6.9. I'm using it (actually 2.6.8, .9 is only a couple of days old) and it is rock solid. Bye,