Skip Menu |

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

Report information
The Basics
Id: 27028
Status: resolved
Priority: 0/
Queue: Cache-FastMmap

People
Owner: Nobody in particular
Requestors: jchimene [...] gmail.com
Cc:
AdminCc:

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



Subject: Failing tests installing Cache::FastMmap 1.15
Date: Wed, 09 May 2007 09:06:29 -0700
To: bug-Cache-FastMmap [...] rt.cpan.org
From: Jeff Chimene <jchimene [...] gmail.com>
cpan[1]> r CPAN: Storable loaded ok (v2.16) Going to read /root/.cpan/Metadata Database was generated on Wed, 09 May 2007 13:11:24 GMT Package namespace installed latest in CPAN file Cache::FastMmap 1.14 1.15 ROBM/Cache-FastMmap-1.15.tar.gz ---- Here is the detailed log. FWIW, the following log log shows a Debian version of Cache::FastMmap ("usr/lib...") I removed that version and attempted to install 1.15 Test t/10.t still failed. I then reinstalled the Debian version. ---- $ prove -v t/10.t t/10....1..9 ok 1 - use Cache::FastMmap; ok 2 ok 3 - cb get 1 Use of uninitialized value in length at /usr/lib/perl5/Cache/FastMmap.pm line 539. Use of uninitialized value in subroutine entry at /usr/lib/perl5/Cache/FastMmap.pm line 542. ok 4 - cb get 2 ok 5 - cb get 2 ok 6 - cb get 3 not ok 7 - cb get 4 # Failed test 'cb get 4' # at t/10.t line 44. # got: '' # expected: undef ok 8 - cb get 2 Use of uninitialized value in length at /usr/lib/perl5/Cache/FastMmap.pm line 582. Use of uninitialized value in subroutine entry at /usr/lib/perl5/Cache/FastMmap.pm line 586. not ok 9 - items match 1 # Failed test 'items match 1' # at t/10.t line 54. # Looks like you failed 2 tests of 9. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 7, 9 Failed 2/9 tests, 77.78% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/10.t 2 512 9 2 7 9 Failed 1/1 test scripts. 2/9 subtests failed. Files=1, Tests=9, 0 wallclock secs ( 0.03 cusr + 0.01 csys = 0.04 CPU) Failed 1/1 test programs. 2/9 subtests failed. Cheers, jec
I've uploaded 1.16 which should fix this problem now.