Update test case to avoid the latest added parameter

This commit is contained in:
jianmei zhang 2020-12-15 17:56:54 +08:00
parent 508b50d121
commit b56523fd94
2 changed files with 4 additions and 13 deletions

View File

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

View File

@ -1,5 +1,3 @@
show settings like 'send_timeout';
SHOW SETTINGS ILIKE '%MEMORY%';
SHOW SETTINGS ILIKE '%CONNECT_timeout%';
SHOW CHANGED SETTINGS ILIKE '%MEMORY%';