testing: test depends on networked memcached
authorMichael Wallner <mike@php.net>
Wed, 30 Sep 2020 09:58:54 +0000 (11:58 +0200)
committerMichael Wallner <mike@php.net>
Wed, 30 Sep 2020 09:58:54 +0000 (11:58 +0200)
test/tests/memcached/regression/lp_000-447-342.cpp

index 309fe2aff0bb6104ddc2d74a52460b392d652185..bd37f4848ad872f123a449395060bb934cf1b2ed 100644 (file)
@@ -13,7 +13,7 @@ static memcached_return_t callback_counter(const memcached_st *, memcached_resul
 #define NUM_KEYS 100U
 
 TEST_CASE("memcached_regression_lp447342") {
-  auto test = MemcachedCluster::mixed();
+  auto test = MemcachedCluster::network();
   auto memc = &test.memc;
   
   REQUIRE_SUCCESS(memcached_behavior_set(memc, MEMCACHED_BEHAVIOR_NUMBER_OF_REPLICAS, 2));