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!