Open GoogleCodeExporter opened 9 years ago
I hit the same "make test' problem on Ubuntu 14.04.2 LTS (GNU/Linux
3.13.0-48-generic x86_64)
and memcached-1.4.24
t/lru-crawler.t ...... 93/221 Timeout.. killing the process
t/lru-crawler.t ...... Failed 126/221 subtests
This is on an micro Amazon EC2 instance with 1GB memory.
$ ldd memcached-debug
linux-vdso.so.1 => (0x00007ffff7198000)
libevent-2.0.so.5 => /usr/lib/x86_64-linux-gnu/libevent-2.0.so.5 (0x00007fb17e2e4000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fb17e0c6000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fb17dd00000)
/lib64/ld-linux-x86-64.so.2 (0x00007fb17e530000)
Original comment by jna...@gmail.com
on 20 May 2015 at 6:08
Just realized that i've opened another bug for the same issue:
https://code.google.com/p/memcached/issues/detail?id=417
Original comment by guillaum...@gmail.com
on 29 Jun 2015 at 9:03
[deleted comment]
Same problem here, Ubuntu 14.04, build (latest) from source.
t/lru-crawler.t ...... 93/221 Timeout.. killing the process
t/lru-crawler.t ...... Failed 126/221 subtests
Test Summary Report
-------------------
t/lru-crawler.t (Wstat: 13 Tests: 95 Failed: 0)
Non-zero wait status: 13
Parse errors: Bad plan. You planned 221 tests but ran 95.
Files=51, Tests=7370, 758 wallclock secs ( 2.33 usr 0.26 sys + 8.64 cusr
2.50 csys = 13.73 CPU)
Result: FAIL
make: *** [test] Error 1
$ldd memcached-debug
linux-vdso.so.1 => (0x00007fff8fffe000)
libevent-2.0.so.5 => /usr/lib/x86_64-linux-gnu/libevent-2.0.so.5 (0x00007ff0270d2000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007ff026eb4000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007ff026aee000)
/lib64/ld-linux-x86-64.so.2 (0x00007ff02731f000)
Original comment by c.ferre...@acsiiweb.com
on 22 Jul 2015 at 3:12
For me it only fails on One CPU instance, anything with 2 or more cpu can
finish the test
Original comment by arash...@gmail.com
on 5 Aug 2015 at 9:30
Original issue reported on code.google.com by
toshiyuk...@gmail.com
on 21 Feb 2015 at 2:41