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:
robot-ch-test-poll 2023-04-01 20:48:08 +02:00 committed by GitHub
commit 5555fc78be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
),