mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Randomize JIT settings in tests
This commit is contained in:
parent
870ee4b4f5
commit
202dc90045
@ -558,6 +558,9 @@ class SettingsRandomizer:
|
||||
"enable_memory_bound_merging_of_aggregation_results": lambda: random.randint(
|
||||
0, 1
|
||||
),
|
||||
"min_count_to_compile_expression": lambda: random.randint(0, 3),
|
||||
"min_count_to_compile_aggregate_expression": lambda: random.randint(0, 3),
|
||||
"min_count_to_compile_sort_description": lambda: random.randint(0, 3),
|
||||
}
|
||||
|
||||
@staticmethod
|
||||
|
Loading…
Reference in New Issue
Block a user