X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fcycle.cc;h=a762d00b54d71eb58f00cbb4e98dd1c4852d2c8c;hb=e7874648bee9f91ba5f3428bcd821868ef71e1c0;hp=04b00f704d37edb47fd8b0666edc7b980a2c8558;hpb=04b8554c3724eae57fbd75dc6b3e69dca8b58187;p=m6w6%2Flibmemcached diff --git a/tests/cycle.cc b/tests/cycle.cc index 04b00f70..a762d00b 100644 --- a/tests/cycle.cc +++ b/tests/cycle.cc @@ -42,7 +42,7 @@ #include #include -#include +#include #include #include @@ -53,8 +53,6 @@ using namespace libtest; -#define SERVERS_TO_CREATE 5 - #ifndef __INTEL_COMPILER #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif @@ -148,5 +146,6 @@ void get_world(Framework *world) world->collection_shutdown= (test_callback_fn*)world_container_shutdown; world->set_runner(&defualt_libmemcached_runner); + world->set_socket(); }