mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Merge pull request #48287 from Algunenano/randomize_vertical_merges
Randomize allow_vertical_merges_from_compact_to_wide_parts in tests
This commit is contained in:
commit
5555fc78be
@ -582,6 +582,9 @@ class MergeTreeSettingsRandomizer:
|
||||
"vertical_merge_algorithm_min_columns_to_activate": threshold_generator(
|
||||
0.4, 0.4, 1, 100
|
||||
),
|
||||
"allow_vertical_merges_from_compact_to_wide_parts": lambda: random.randint(
|
||||
0, 1
|
||||
),
|
||||
"min_merge_bytes_to_use_direct_io": threshold_generator(
|
||||
0.25, 0.25, 1, 10 * 1024 * 1024 * 1024
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user