mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Black reformatting
This commit is contained in:
parent
9a07489151
commit
3d50dbea34
@ -11,7 +11,7 @@ node = cluster.add_instance(
|
||||
main_configs=[
|
||||
"configs/config.d/minio.xml",
|
||||
],
|
||||
with_minio=True
|
||||
with_minio=True,
|
||||
)
|
||||
|
||||
settings = {
|
||||
@ -19,7 +19,7 @@ settings = {
|
||||
"max_insert_threads": "1",
|
||||
"s3_truncate_on_insert": "1",
|
||||
"s3_min_upload_part_size": "33554432",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@pytest.fixture(scope="module")
|
||||
@ -55,7 +55,7 @@ def test_s3_table_functions(started_cluster):
|
||||
settings=settings,
|
||||
)
|
||||
|
||||
assert(
|
||||
assert (
|
||||
node.query(
|
||||
"""
|
||||
SELECT count(*) FROM s3
|
||||
@ -71,6 +71,7 @@ def test_s3_table_functions(started_cluster):
|
||||
== "1000000\n"
|
||||
)
|
||||
|
||||
|
||||
def test_s3_table_functions_timeouts(started_cluster):
|
||||
"""
|
||||
Test with timeout limit of 1200ms.
|
||||
|
Loading…
Reference in New Issue
Block a user