From: Brian Aker Date: Sat, 18 Feb 2012 18:43:07 +0000 (-0800) Subject: Additional test X-Git-Tag: 1.0.5~32 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=cfc7d9690aafa78679bfa046b0598da4c98c2456;p=m6w6%2Flibmemcached Additional test --- diff --git a/tests/libmemcached-1.0/mem_functions.cc b/tests/libmemcached-1.0/mem_functions.cc index 3fcba995..d44b5561 100644 --- a/tests/libmemcached-1.0/mem_functions.cc +++ b/tests/libmemcached-1.0/mem_functions.cc @@ -4195,6 +4195,8 @@ test_return_t regression_bug_421108(memcached_st *memc) */ test_return_t regression_bug_442914(memcached_st *original_memc) { + test_skip(original_memc->servers[0].type, MEMCACHED_CONNECTION_TCP); + memcached_st* memc= create_single_instance_memcached(original_memc, "--NOREPLY --TCP-NODELAY"); for (uint32_t x= 0; x < 250; ++x)