X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Ffailure.cc;h=d31518ee137d8f2151bda7ece605451ea4a43c5c;hb=1be0350e7ae7a566896a9fe52863dcc22433fc8a;hp=cfee6cb7783da3142a950ff957a403841368ea0f;hpb=1c012a73c8d584d485924348388c0975cdd71831;p=m6w6%2Flibmemcached diff --git a/tests/failure.cc b/tests/failure.cc index cfee6cb7..d31518ee 100644 --- a/tests/failure.cc +++ b/tests/failure.cc @@ -152,7 +152,7 @@ static test_return_t MEMCACHED_SERVER_TEMPORARILY_DISABLED_to_success_TEST(memca memcached_return_t ret; do { - sleep(3); + libtest::dream(3, 0); ret= memcached_set(memc, test_literal_param("foo"), NULL, 0, time_t(0), uint32_t(0)); } while (ret == MEMCACHED_SERVER_TEMPORARILY_DISABLED); @@ -175,7 +175,7 @@ static test_return_t MEMCACHED_SERVER_MARKED_DEAD_TEST(memcached_st *memc) test_compare(MEMCACHED_SERVER_TEMPORARILY_DISABLED, ret); do { - sleep(3); + libtest::dream(3, 0); ret= memcached_set(memc, test_literal_param("foo"), NULL, 0, time_t(0), uint32_t(0)); } while (ret == MEMCACHED_SERVER_TEMPORARILY_DISABLED or ret == MEMCACHED_SUCCESS); @@ -207,7 +207,7 @@ collection_st collection[] ={ { 0, 0, 0, 0 } }; -#include "libmemcached_world.h" +#include "tests/libmemcached_world.h" void get_world(Framework *world) {