Skip to content

Commit 446e28d

Browse files
committed
fix test
1 parent f7617dc commit 446e28d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • tests/integration/test_checking_s3_blobs_paranoid

tests/integration/test_checking_s3_blobs_paranoid/test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def test_when_s3_broken_pipe_at_upload_is_retried(cluster, broken_s3):
300300
LIMIT 1000000
301301
SETTINGS
302302
s3_max_single_part_upload_size=100,
303-
s3_min_upload_part_size=1000000,
303+
s3_min_upload_part_size=100000,
304304
s3_check_objects_after_upload=0
305305
""",
306306
query_id=insert_query_id,
@@ -311,7 +311,7 @@ def test_when_s3_broken_pipe_at_upload_is_retried(cluster, broken_s3):
311311
)
312312

313313
assert create_multipart == 1
314-
assert upload_parts == 7
314+
assert upload_parts == 69
315315
assert s3_errors == 3
316316

317317
broken_s3.setup_at_part_upload(

0 commit comments

Comments
 (0)