mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Automatic style fix
This commit is contained in:
parent
6368d060b7
commit
ec5726c1e6
@ -825,12 +825,15 @@ def test_failed_load_from_snapshot(started_cluster):
|
||||
)
|
||||
|
||||
# Create a table with wrong table structure
|
||||
assert "pqxx::conversion_error: Could not convert string to i" in instance.query_and_get_error(
|
||||
assert (
|
||||
"pqxx::conversion_error: Could not convert string to i"
|
||||
in instance.query_and_get_error(
|
||||
f"""
|
||||
SET allow_experimental_materialized_postgresql_table=1;
|
||||
CREATE TABLE {table} (a Int32, b Int32) ENGINE=MaterializedPostgreSQL('{started_cluster.postgres_ip}:{started_cluster.postgres_port}', 'postgres_database', '{table}', 'postgres', 'mysecretpassword') ORDER BY a
|
||||
"""
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
Reference in New Issue
Block a user