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: 65486
Status: resolved
Priority: 0/
Queue: Redis

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.902
Fixed in: (no value)



Subject: Don't require an installed Redis for tests
Would it be possible to skip tests requiring Redis when I can't be found on the system?
Subject: Re: [rt.cpan.org #65486] Don't require an installed Redis for tests
Date: Mon, 7 Feb 2011 07:13:56 +0000
To: bug-Redis [...] rt.cpan.org
From: Pedro Melo <melo [...] simplicidade.org>
Hi, That is what the code is supposed to do. I have a couple of CPAN Testers failures that I need to understand why is that not happening. So yes, its a bug, I'll fix it. Thanks, On Sat, Feb 5, 2011 at 7:11 PM, http://xlogon.net/cyberpunk via RT <bug-Redis@rt.cpan.org> wrote: Show quoted text
> Sat Feb 05 14:11:25 2011: Request 65486 was acted upon. > Transaction: Ticket created by http://xlogon.net/cyberpunk >       Queue: Redis >     Subject: Don't require an installed Redis for tests >   Broken in: 1.902 >    Severity: Unimportant >       Owner: Nobody >  Requestors: >      Status: new >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=65486 > > > > Would it be possible to skip tests requiring Redis when I can't be found > on the system? >
-- Pedro Melo http://www.simplicidade.org/ xmpp:melo@simplicidade.org mailto:melo@simplicidade.org
Hi Melo, The module is still keep trying to connect 127.0.0.1:11041-11051 ports during the test and fail. I guess it's the same bug. BTW, I can see my redis-server is running on port 127.0.0.1:6379, maybe can use it for test? Expecting to see this fixed, too. :-) Best wishes, BlueT 在 2011年2月7日周一 下午03:14:27 時,melo@simplicidade.org 寫到: Show quoted text
> Hi, > > That is what the code is supposed to do. I have a couple of CPAN > Testers failures that I need to understand why is that not happening. > > So yes, its a bug, I'll fix it. > > Thanks, > > On Sat, Feb 5, 2011 at 7:11 PM, http://xlogon.net/cyberpunk via RT > <bug-Redis@rt.cpan.org> wrote:
> > Sat Feb 05 14:11:25 2011: Request 65486 was acted upon. > > Transaction: Ticket created by http://xlogon.net/cyberpunk > >       Queue: Redis > >     Subject: Don't require an installed Redis for tests > >   Broken in: 1.902 > >    Severity: Unimportant > >       Owner: Nobody > >  Requestors: > >      Status: new > >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=65486 > > > > > > > Would it be possible to skip tests requiring Redis when I can't be found > > on the system? > >
> > >
Fixed here: https://github.com/melo/perl- redis/commit/4f773a1e3bc580152206e1133aa2f899452cebef Release today or tomorrow. Thanks, -- Hi, how are you?