Update clickhouse-test

This commit is contained in:
Alexander Tokmakov 2024-05-08 16:26:03 +02:00 committed by GitHub
parent 7ff4c539f0
commit a08a07723b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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