mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Update tests/integration/test_merge_tree_s3/test.py
This commit is contained in:
parent
63bd45fa5f
commit
adf4ade00a
@ -885,7 +885,7 @@ def test_s3_engine_heavy_write_check_mem(
|
||||
"INSERT INTO s3_test SELECT number, toString(number) FROM numbers(50000000)"
|
||||
f" SETTINGS "
|
||||
f" max_memory_usage={2*memory}"
|
||||
f", max_threads=1" # ParallelFormattingOutputFormat consumption depends on it
|
||||
f", max_threads=1" # ParallelFormattingOutputFormat consumption depends on it
|
||||
f", s3_max_inflight_parts_for_one_file={in_flight}",
|
||||
query_id=query_id,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user