mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Merge pull request #67855 from azat/ci/fix-use_query_cache-stressing
Fix query cache randomization in stress tests
This commit is contained in:
commit
4cdb6db1b7
@ -47,6 +47,8 @@ def get_options(i: int, upgrade_check: bool) -> str:
|
||||
|
||||
if i > 0 and random.random() < 1 / 3:
|
||||
client_options.append("use_query_cache=1")
|
||||
client_options.append("query_cache_nondeterministic_function_handling='ignore'")
|
||||
client_options.append("query_cache_system_table_handling='ignore'")
|
||||
|
||||
if i % 5 == 1:
|
||||
client_options.append("memory_tracker_fault_probability=0.001")
|
||||
|
Loading…
Reference in New Issue
Block a user