Subject: | Test hangs when no memcached is running |
This seems to happen when no memcached is running:
PERL_DL_NONLAZY=1 /usr/local/perl-5.8.7-threaded/bin/perl
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib',
'blib/arch')" t/*.t
t/01_use.t ................ ok
t/02_keys.t ............... skipped: No memcached instance running at
127.0.0.1:11211
t/03_stats.t .............. skipped: No memcached instance running at
127.0.0.1:11211
t/04_noreply.t ............ skipped: No memcached instance running at
127.0.0.1:11211
t/05_reconnect_timeout.t .. ok
# Failed test 'OK'
# at t/100_flush_bug.t line 57.
# got: '0'
# expected: '1'
# Looks like you failed 1 test of 7.
And from then it hangs forever.
Let me know if you need further data.
Thanks,