提交 0cd644f5 编写于 作者: P proller

Fix test (no zookeeper detection)

上级 060e9652
......@@ -17,9 +17,9 @@ using namespace DB;
TEST(zkutil, zookeeper_connected)
{
auto zookeeper = std::make_unique<zkutil::ZooKeeper>("localhost:2181");
try
{
auto zookeeper = std::make_unique<zkutil::ZooKeeper>("localhost:2181");
zookeeper->exists("/");
}
catch (...)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册