X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Freplication.cc;h=be1fd7e2bfb24d5dce52a6f2776e105598168e3a;hb=77606accc7f17a79feaaf54041408cdba6febaf2;hp=94f0eba0b692a73896cfaca7deac3d39a0545db5;hpb=a9c18d99fb245723f9d742af72eff9efa50e0334;p=awesomized%2Flibmemcached diff --git a/tests/replication.cc b/tests/replication.cc index 94f0eba0..be1fd7e2 100644 --- a/tests/replication.cc +++ b/tests/replication.cc @@ -266,8 +266,8 @@ test_return_t replication_delete_test(memcached_st *memc_just_cloned) memcached_flush_buffers(memc_replicated); // Confirm keys with replication read - test_compare(TEST_SUCCESS, confirm_keys_exist(memc_replicated, keys, test_array_length(keys), true)); - test_compare(TEST_SUCCESS, confirm_keys_exist(memc_not_replicate, keys, test_array_length(keys), true)); + test_compare(TEST_SUCCESS, confirm_keys_exist(memc_replicated, keys, test_array_length(keys), true, true)); + test_compare(TEST_SUCCESS, confirm_keys_exist(memc_not_replicate, keys, test_array_length(keys), true, true)); /* Delete the items from all of the servers except 1, we use the non replicated memc so that we know we deleted the keys */ for (size_t x= 0; x < test_array_length(keys); ++x)