mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update test.py
This commit is contained in:
parent
0f4990d2e7
commit
6e1de8b8a4
@ -112,11 +112,12 @@ def test_usage(cluster, node_name):
|
||||
for i in range(3):
|
||||
node2.query(
|
||||
"""
|
||||
DROP TABLE IF EXISTS test{};
|
||||
CREATE TABLE test{} UUID '{}'
|
||||
(id Int32) ENGINE = MergeTree() ORDER BY id
|
||||
SETTINGS storage_policy = 'web';
|
||||
""".format(
|
||||
i, uuids[i]
|
||||
i, i, uuids[i]
|
||||
)
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user