ClaireTan0216 / memcached

Automatically exported from code.google.com/p/memcached
0 stars 0 forks source link

make test fails if run right after install #265

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. make test (after a source install)

What is the expected output? What do you see instead?
expects tests to pass

What version of the product are you using? On what operating system?
1.4.13 of memcached on Ubuntu 10.04(Lucid)

Please provide any additional information below.

This is the test output:

mpire@seafctest03:~/memcached-1.4.13$ make test
./sizes
Slab Stats  64
Thread stats    216
Global stats    232
Settings    120
Item (no cas)   48
Item (cas)  56
Libevent thread 168
Connection  496
----------------------------------------
libevent thread cumulative  13184
Thread stats cumulative     13016
./testapp
1..47
ok 1 - cache_create
ok 2 - cache_constructor
ok 3 - cache_constructor_fail
ok 4 - cache_destructor
ok 5 - cache_reuse
ok 6 - cache_redzone
ok 7 - issue_161
ok 8 - strtol
ok 9 - strtoll
ok 10 - strtoul
ok 11 - strtoull
testapp: testapp.c:397: start_server: Assertion `fgets(buffer, sizeof(buffer), 
fp) != ((void *)0)' failed.
make: *** [test] Aborted
mpire@seafctest03:~/memcached-1.4.13$ 

Note, I've seen this happen only if I run the test immediately after a make 
install...

Original issue reported on code.google.com by thushara...@adxpose.com on 12 Apr 2012 at 6:58

GoogleCodeExporter commented 9 years ago
Another thing - this ended up leaving memcached-debug running like so:

./memcached-debug -p -1 -U 0 -d -P /tmp/pid.11100

may be simply because it aborted.

Original comment by thushara...@adxpose.com on 12 Apr 2012 at 7:31

GoogleCodeExporter commented 9 years ago
Duplicate of #252

Original comment by dorma...@rydia.net on 14 Jul 2012 at 11:33