Skip Menu |

This queue is for tickets about the Memcached-Client CPAN distribution.

Report information
The Basics
Id: 68592
Status: open
Priority: 0/
Queue: Memcached-Client

People
Owner: Nobody in particular
Requestors: cpan [...] papercreatures.com
Cc:
AdminCc:

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



Subject: test fails on darwin (memcached 1.4.5)
not ok 131 - ->incr with an existing key # Failed test '->incr with an existing key' # at t/04-behavior.t line 268. # got: '72057594037927937' # expected: '2' Show quoted text
Test> ->incr with an existing key - incr/foo, received 72057594037927937, expected 2,
mock bless( { hash_namespace => 1, namespace => '1306929092.46847.', selector => bless( { bucketcount => 14, buckets => [ '127.0.0.1:10001', '127.0.0.1:10001', '127.0.0.1:10002', '127.0.0.1:10002', '127.0.0.1:10002', '127.0.0.1:10003', '127.0.0.1:10004', '127.0.0.1:10004', '127.0.0.1:10005', '127.0.0.1:10005', '127.0.0.1:10005', '127.0.0.1:10006', '127.0.0.1:10006', '127.0.0.1:10006' ] }, 'Memcached::Client::Selector::Traditional' ), servers => { '127.0.0.1:10001' => { '1306929092.46847.bang' => undef }, '127.0.0.1:10002' => { '1306929092.46847.foo' => 2 }, '127.0.0.1:10003' => { '1306929092.46847.ding-dong' => 'bazflagged' }, '127.0.0.1:10004' => { '1306929092.46847.bagman' => 'ludo', '1306929092.46847.porridge' => 'We love sweet and salty' }, '127.0.0.1:10005' => { '1306929092.46847.llama' => 'bar' } }, version => '1.4.5' }, 't::Memcached::Mock' ) Use of uninitialized value $reason in concatenation (.) or string at /Users/purge/perl5/perlbrew/perls/perl-5.14.0/lib/5.14.0/Test/Builder.pm line 1211. Bail out!
I just hit this too. OS X 10.8, perl 5.16.0, Memcached-Client-2.01.
The good news, I suppose, is that I can now reproduce that failure---it would appear to be something that changed in memcached between 1.4.4 and 1.4.5. I haven't had time to look closely at it yet, though.