mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update test.py
This commit is contained in:
parent
445b6b34fc
commit
e7dfb0e703
@ -77,7 +77,7 @@ def drop_materialized_db(materialized_database='test_database'):
|
||||
assert materialized_database not in instance.query('SHOW DATABASES')
|
||||
|
||||
def drop_postgres_table(cursor, table_name):
|
||||
cursor.execute("""DROP DATABASE IF EXISTS "{}" """.format(table_name))
|
||||
cursor.execute("""DROP TABLE IF EXISTS "{}" """.format(table_name))
|
||||
|
||||
def create_postgres_table(cursor, table_name, replica_identity_full=False, template=postgres_table_template):
|
||||
drop_postgres_table(cursor, table_name)
|
||||
|
Loading…
Reference in New Issue
Block a user