mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update test case to avoid the latest added parameter
This commit is contained in:
parent
508b50d121
commit
b56523fd94
@ -1,12 +1,5 @@
|
||||
send_timeout Seconds 300
|
||||
insert_in_memory_parts_timeout Milliseconds 600000
|
||||
distributed_aggregation_memory_efficient Bool 0
|
||||
aggregation_memory_efficient_merge_threads UInt64 0
|
||||
memory_tracker_fault_probability Float 0
|
||||
max_memory_usage UInt64 10000000000
|
||||
max_memory_usage_for_user UInt64 0
|
||||
max_untracked_memory UInt64 4194304
|
||||
memory_profiler_step UInt64 0
|
||||
memory_profiler_sample_probability Float 0
|
||||
max_memory_usage_for_all_queries UInt64 0
|
||||
connect_timeout Seconds 10
|
||||
connect_timeout_with_failover_ms Milliseconds 50
|
||||
connect_timeout_with_failover_secure_ms Milliseconds 100
|
||||
max_memory_usage UInt64 10000000000
|
||||
|
@ -1,5 +1,3 @@
|
||||
show settings like 'send_timeout';
|
||||
SHOW SETTINGS ILIKE '%MEMORY%';
|
||||
SHOW SETTINGS ILIKE '%CONNECT_timeout%';
|
||||
SHOW CHANGED SETTINGS ILIKE '%MEMORY%';
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user