mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
Fix test
This commit is contained in:
parent
c7727f093d
commit
ceab6feb2a
@ -2372,6 +2372,13 @@ void Context::shutdown()
|
||||
}
|
||||
}
|
||||
|
||||
if (merge_mutate_executor)
|
||||
merge_mutate_executor->wait();
|
||||
if (fetch_executor)
|
||||
fetch_executor->wait();
|
||||
if (moves_executor)
|
||||
moves_executor->wait();
|
||||
|
||||
shared->shutdown();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user