mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
Merge branch 'async_load_system_database' of github.com:ClickHouse/ClickHouse into async_load_system_database
This commit is contained in:
commit
4018e4df26
@ -213,7 +213,9 @@ def test_async_load_system_database(started_cluster):
|
||||
|
||||
assert (
|
||||
int(
|
||||
node2.query(f"select count() from system.asynchronous_loader where job ilike '%_log_%_test' and execution_pool = 'BackgroundLoad'")
|
||||
node2.query(
|
||||
f"select count() from system.asynchronous_loader where job ilike '%_log_%_test' and execution_pool = 'BackgroundLoad'"
|
||||
)
|
||||
)
|
||||
> 0
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user