Update test.py

This commit is contained in:
Yarik Briukhovetskyi 2024-03-25 17:30:01 +01:00 committed by GitHub
parent b0cbbe6ec0
commit 67ba86e7d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,9 +28,7 @@ def test_undrop_drop_and_undrop_loop(started_cluster):
logging.info(f"table_uuid: {table_uuid}")
node.query(
f"CREATE TABLE test_undrop_{i}
UUID '{table_uuid}' (id Int32)
ENGINE = MergeTree() ORDER BY id;"
f"CREATE TABLE test_undrop_{i} UUID '{table_uuid}' (id Int32) ENGINE = MergeTree() ORDER BY id;"
)
node.query(f"DROP TABLE test_undrop_{i};")