v.20.8Build/Testing/Packaging Improvement
ZooKeeper Unit Tests in CI: Integration Tests Recommended for Distributed Systems
ZooKeeper cannot work reliably in unit tests in CI infrastructure. Using unit tests for ZooKeeper interaction with real ZooKeeper is bad idea from the start (unit tests are not supposed to verify complex distributed systems). We already using integration tests for this purpose and they are better suited. #13745 (alexey-milovidov).