mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
fixed test
This commit is contained in:
parent
72bcdc48ac
commit
ca6d4c17c8
@ -125,7 +125,7 @@ def test_query_is_lock_free(lock_free_query, exclusive_table):
|
||||
SELECT count() FROM {exclusive_table};
|
||||
"""
|
||||
)
|
||||
assert f"Table default.{exclusive_table} doesn't exist" in result
|
||||
assert f"Table default.{exclusive_table} does not exist. Maybe you meant table_test_query_is_lock_free_detach_part_?" in result
|
||||
else:
|
||||
assert 0 == int(
|
||||
node.query(
|
||||
|
Loading…
Reference in New Issue
Block a user