etcd-cpp-apiv3/tst
lidongze0629 84cdcb0438 Fixes lock, and the underlying keepalive implmentation.
The previous implementation is buggy when a lot of locks happen at the same time,
as the cpprestsdk's threadpool use a fixed number of thread for posix platform:

https://github.com/microsoft/cpprestsdk/blob/master/Release/src/pplx/threadpool.cpp#L198

Signed-off-by: Tao He <sighingnow@gmail.com>
2021-05-18 13:04:55 +08:00
..
AuthTest.cpp Support secure transport and certificate-based authentication. (#42) 2021-02-07 01:35:37 +08:00
CMakeLists.txt Enhance tests and improve documents about about build & install. 2020-10-01 01:47:43 +08:00
EtcdSyncTest.cpp Support secure transport and certificate-based authentication. (#42) 2021-02-07 01:35:37 +08:00
EtcdTest.cpp Expose the etcdv3::detail::string_plus_one method. (#56) 2021-04-08 10:33:39 +08:00
LockTest.cpp Fixes lock, and the underlying keepalive implmentation. 2021-05-18 13:04:55 +08:00
SecurityChannelTest.cpp Support secure transport and certificate-based authentication. (#42) 2021-02-07 01:35:37 +08:00
WatcherTest.cpp Optimize the implementation of error handling in keep alive. (#54) 2021-04-07 23:20:33 +08:00