mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
black style
This commit is contained in:
parent
524edd8460
commit
2e1c142d6d
@ -851,7 +851,9 @@ def test_merge_canceled_by_s3_errors_when_move(cluster, broken_s3, node_name):
|
||||
def test_s3_engine_heavy_write_check_mem(
|
||||
cluster, broken_s3, node_name, in_flight_memory
|
||||
):
|
||||
pytest.skip("Disabled, will be fixed after https://github.com/ClickHouse/ClickHouse/issues/51152")
|
||||
pytest.skip(
|
||||
"Disabled, will be fixed after https://github.com/ClickHouse/ClickHouse/issues/51152"
|
||||
)
|
||||
|
||||
in_flight = in_flight_memory[0]
|
||||
memory = in_flight_memory[1]
|
||||
@ -874,7 +876,9 @@ def test_s3_engine_heavy_write_check_mem(
|
||||
broken_s3.setup_fake_multpartuploads()
|
||||
slow_responces = 10
|
||||
slow_timeout = 15
|
||||
broken_s3.setup_slow_answers(10 * 1024 * 1024, timeout=slow_timeout, count=slow_responces)
|
||||
broken_s3.setup_slow_answers(
|
||||
10 * 1024 * 1024, timeout=slow_timeout, count=slow_responces
|
||||
)
|
||||
|
||||
query_id = f"INSERT_INTO_S3_ENGINE_QUERY_ID_{in_flight}"
|
||||
node.query(
|
||||
|
Loading…
Reference in New Issue
Block a user