mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
Fix tests
This commit is contained in:
parent
4e5958d721
commit
0978c8baab
@ -224,6 +224,8 @@ std::shared_ptr<Context> StorageRabbitMQ::addSettings(ContextPtr local_context)
|
||||
|
||||
void StorageRabbitMQ::loopingFunc()
|
||||
{
|
||||
if (!rabbit_is_ready)
|
||||
return;
|
||||
if (connection->isConnected())
|
||||
connection->getHandler().startLoop();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user