mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Update clickhouse-test
This commit is contained in:
parent
7ff4c539f0
commit
a08a07723b
@ -908,7 +908,7 @@ class MergeTreeSettingsRandomizer:
|
|||||||
),
|
),
|
||||||
"cache_populated_by_fetch": lambda: random.randint(0, 1),
|
"cache_populated_by_fetch": lambda: random.randint(0, 1),
|
||||||
"concurrent_part_removal_threshold": threshold_generator(0.2, 0.3, 0, 100),
|
"concurrent_part_removal_threshold": threshold_generator(0.2, 0.3, 0, 100),
|
||||||
"old_parts_lifetime": threshold_generator(0.2, 0.3, 30, 8 * 60),
|
"old_parts_lifetime": threshold_generator(0.2, 0.3, 10, 8 * 60),
|
||||||
}
|
}
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user