Merge branch 'async_load_system_database' of github.com:ClickHouse/ClickHouse into async_load_system_database

This commit is contained in:
serxa 2024-10-24 17:46:55 +00:00
commit 4018e4df26

View File

@ -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
)