Skip Menu |

This queue is for tickets about the Cache-Simple-TimedExpiry CPAN distribution.

Report information
The Basics
Id: 21127
Status: resolved
Priority: 0/
Queue: Cache-Simple-TimedExpiry

People
Owner: Nobody in particular
Requestors: i.norton [...] lancaster.ac.uk
Cc:
AdminCc:

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



Subject: Cache::Simple::TimedExpiry fails to pass tests
Date: Tue, 22 Aug 2006 16:15:00 +0100
To: <bug-Cache-Simple-TimedExpiry [...] rt.cpan.org>
From: "Norton, Ian" <i.norton [...] lancaster.ac.uk>
I can't see any obvious cause for this problem: [root@localhost Cache-Simple-TimedExpiry-0.24]# make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/01basic....ok 18/0 # Failed test in t/01basic.t at line 46. t/01basic....NOK 23# got: undef # expected: 'WithEmptyKey' # Failed test in t/01basic.t at line 48. t/01basic....NOK 24# got: undef # expected: 'WithZeroKey' # Failed test in t/01basic.t at line 49. t/01basic....NOK 25# got: '0' # expected: '1' # Failed test in t/01basic.t at line 50. t/01basic....NOK 26# got: '0' # expected: '1' # Failed test in t/01basic.t at line 52. t/01basic....NOK 27# Structures begin differing at: # $got->[0] = Does not exist # $expected->[0] = '' # Looks like you failed 5 tests of 27. t/01basic....dubious Test returned status 5 (wstat 1280, 0x500) DIED. FAILED tests 23-27 Failed 5/27 tests, 81.48% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/01basic.t 5 1280 27 5 18.52% 23-27 Failed 1/1 test scripts, 0.00% okay. 5/27 subtests failed, 81.48% okay. make: *** [test_dynamic] Error 5 I've pulled 1.23 and compiled that without a problem, but I thought I should probably report this as this version has only been up for 4 days. Regards, Ian.
CC: undisclosed-recipients: ;
Subject: Re: [rt.cpan.org #21127] Cache::Simple::TimedExpiry fails to pass tests
Date: Tue, 22 Aug 2006 11:59:32 -0400
To: "Norton, Ian via RT" <bug-Cache-Simple-TimedExpiry [...] rt.cpan.org>
From: jesse <jesse [...] fsck.com>
I've replicated the failure locally. Thanks. On Tue, Aug 22, 2006 at 11:16:22AM -0400, Norton, Ian via RT wrote: Show quoted text
> > Tue Aug 22 11:16:21 2006: Request 21127 was acted upon. > Transaction: Ticket created by i.norton@lancaster.ac.uk > Queue: Cache-Simple-TimedExpiry > Subject: Cache::Simple::TimedExpiry fails to pass tests > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: i.norton@lancaster.ac.uk > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=21127 > > > > I can't see any obvious cause for this problem: > > [root@localhost Cache-Simple-TimedExpiry-0.24]# make test > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t > t/01basic....ok 18/0 > # Failed test in t/01basic.t at line 46. > t/01basic....NOK 23# got: undef > # expected: 'WithEmptyKey' > > # Failed test in t/01basic.t at line 48. > t/01basic....NOK 24# got: undef > # expected: 'WithZeroKey' > > # Failed test in t/01basic.t at line 49. > t/01basic....NOK 25# got: '0' > # expected: '1' > > # Failed test in t/01basic.t at line 50. > t/01basic....NOK 26# got: '0' > # expected: '1' > > # Failed test in t/01basic.t at line 52. > t/01basic....NOK 27# Structures begin differing at: > # $got->[0] = Does not exist > # $expected->[0] = '' > # Looks like you failed 5 tests of 27. > t/01basic....dubious > Test returned status 5 (wstat 1280, 0x500) > DIED. FAILED tests 23-27 > Failed 5/27 tests, 81.48% okay > Failed Test Stat Wstat Total Fail Failed List of Failed > ------------------------------------------------------------------------------- > t/01basic.t 5 1280 27 5 18.52% 23-27 > Failed 1/1 test scripts, 0.00% okay. 5/27 subtests failed, 81.48% okay. > make: *** [test_dynamic] Error 5 > > I've pulled 1.23 and compiled that without a problem, but I thought I should > probably report this as this version has only been up for 4 days. > > Regards, Ian. >
--