mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Automatic style fix
This commit is contained in:
parent
7a223f4956
commit
98ce0dbb12
@ -10,9 +10,7 @@ def started_cluster():
|
||||
|
||||
cluster = ClickHouseCluster(__file__)
|
||||
cluster.add_instance(
|
||||
"disks_app_test",
|
||||
main_configs=["config.xml"],
|
||||
with_minio=True
|
||||
"disks_app_test", main_configs=["config.xml"], with_minio=True
|
||||
)
|
||||
|
||||
cluster.start()
|
||||
@ -33,6 +31,7 @@ def init_data(source):
|
||||
|
||||
source.query("INSERT INTO test_table(*) VALUES ('test1', 2)")
|
||||
|
||||
|
||||
def init_data_s3(source):
|
||||
source.query("DROP TABLE IF EXISTS test_table_s3")
|
||||
|
||||
@ -44,6 +43,7 @@ def init_data_s3(source):
|
||||
|
||||
source.query("INSERT INTO test_table_s3(*) VALUES ('test1', 2)")
|
||||
|
||||
|
||||
def test_disks_app_func_ld(started_cluster):
|
||||
source = cluster.instances["disks_app_test"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user