mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Fix tests
This commit is contained in:
parent
f88b5988c1
commit
f97551e2ad
@ -1608,7 +1608,7 @@ def test_hive_partitioning_without_setting(cluster):
|
||||
f"blob_path='{path}', format='CSV', structure='{table_format}') WHERE column1=_column1;"
|
||||
)
|
||||
pattern = re.compile(
|
||||
r"DB::Exception: Unknown expression identifier '.*' in scope.*", re.DOTALL
|
||||
r"DB::Exception: Unknown expression identifier `.*` in scope.*", re.DOTALL
|
||||
)
|
||||
|
||||
with pytest.raises(Exception, match=pattern):
|
||||
|
@ -1296,7 +1296,7 @@ def test_hive_partitioning_without_setting(started_cluster):
|
||||
== f"Elizabeth\tGordon\n"
|
||||
)
|
||||
pattern = re.compile(
|
||||
r"DB::Exception: Unknown expression identifier '.*' in scope.*", re.DOTALL
|
||||
r"DB::Exception: Unknown expression identifier `.*` in scope.*", re.DOTALL
|
||||
)
|
||||
|
||||
with pytest.raises(QueryRuntimeException, match=pattern):
|
||||
|
Loading…
Reference in New Issue
Block a user