flush
authorMichael Wallner <mike@php.net>
Tue, 8 Sep 2020 11:44:03 +0000 (13:44 +0200)
committerMichael Wallner <mike@php.net>
Tue, 8 Sep 2020 11:44:03 +0000 (13:44 +0200)
commitd1c9b695e9b3fbfcc94230a242b0290b43f27006
treeb9465092305748744a735351c685cec5dd5779b2
parentcdff9052fb343b977fc63ae65a947958eedaab91
flush
42 files changed:
testing/CMakeLists.txt
testing/hashkit/basic.cpp [deleted file]
testing/lib.cpp [deleted file]
testing/lib/Cluster.cpp
testing/lib/Cluster.hpp
testing/lib/MemcachedCluster.cpp
testing/lib/MemcachedCluster.hpp
testing/lib/Retry.cpp
testing/lib/Retry.hpp
testing/lib/Server.cpp
testing/lib/Server.hpp
testing/lib/common.cpp
testing/lib/common.hpp
testing/lib/random.cpp [new file with mode: 0644]
testing/lib/random.hpp [new file with mode: 0644]
testing/memcached/basic.cpp [deleted file]
testing/memcached/callbacks.cpp [deleted file]
testing/memcached/dump.cpp [deleted file]
testing/memcached/encoding_key.cpp [deleted file]
testing/memcached/exist.cpp [deleted file]
testing/memcached/haldenbrand.cpp [deleted file]
testing/memcached/servers.cpp [deleted file]
testing/tests/hashkit/basic.cpp [new file with mode: 0644]
testing/tests/lib.cpp [new file with mode: 0644]
testing/tests/memcached/append.cpp [new file with mode: 0644]
testing/tests/memcached/basic.cpp [new file with mode: 0644]
testing/tests/memcached/callbacks.cpp [new file with mode: 0644]
testing/tests/memcached/cas.cpp [new file with mode: 0644]
testing/tests/memcached/dump.cpp [new file with mode: 0644]
testing/tests/memcached/encoding_key.cpp [new file with mode: 0644]
testing/tests/memcached/exist.cpp [new file with mode: 0644]
testing/tests/memcached/haldenbrand.cpp [new file with mode: 0644]
testing/tests/memcached/inc_dec.cpp [new file with mode: 0644]
testing/tests/memcached/ketama.cpp [new file with mode: 0644]
testing/tests/memcached/ketama_test_cases.h [new file with mode: 0644]
testing/tests/memcached/ketama_test_cases_spy.h [new file with mode: 0644]
testing/tests/memcached/prepend.cpp [new file with mode: 0644]
testing/tests/memcached/regression/binary_block_add.cpp [new file with mode: 0644]
testing/tests/memcached/servers.cpp [new file with mode: 0644]
testing/tests/memcached/simple.cpp [new file with mode: 0644]
testing/tests/noreply.cpp [new file with mode: 0644]
tests/output_plus.res [deleted file]