Black reformatting

This commit is contained in:
Diego Nieto (lesandie) 2022-08-28 20:05:39 +02:00
parent 9a07489151
commit 3d50dbea34

View File

@ -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.