Skip to content

Commit

Permalink
Merge pull request ClickHouse#71597 from ClickHouse/kssenii-patch-13
Browse files Browse the repository at this point in the history
Fix for `test_storage_s3_queue::test_shards_distributed[ordered-2]`
  • Loading branch information
alexey-milovidov authored Nov 7, 2024
2 parents 6e566dd + 2c59fce commit a15e5b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/test_storage_s3_queue/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1403,8 +1403,8 @@ def test_shards_distributed(started_cluster, mode, processing_threads):
# A unique path is necessary for repeatable tests
keeper_path = f"/clickhouse/test_{table_name}_{generate_random_string()}"
files_path = f"{table_name}_data"
files_to_generate = 300
row_num = 300
files_to_generate = 600
row_num = 1000
total_rows = row_num * files_to_generate
shards_num = 2

Expand Down

0 comments on commit a15e5b7

Please sign in to comment.