Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 265 by [email protected]: make test fails if run right
after install
http://code.google.com/p/memcached/issues/detail?id=265
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...