Github user anmolnar commented on the issue:
https://github.com/apache/zookeeper/pull/486
@andschwa I always get confused with these cpp unit tests. They're flaky
for sure, but can't really tell why.
I tested your changes and was able to build the client successfully with
CMake. I've also run the tests multiple times on Docker and Virtualbox
(centos7) and got test failed in `testAsyncMulti()` and `testReadOnly()` and
also successful runs.
You might want to take a closer look at C++ tests why they're failing - I
suspect you have massive experience - or just keep trying to trigger builds for
a green run.
---