mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-09 17:14:47 +00:00
Fix test
This commit is contained in:
parent
a0f6751c4d
commit
94dba17ad9
@ -301,7 +301,7 @@ def test_cmd_conf(started_cluster):
|
||||
assert result["disk_move_retries_during_init"] == "100"
|
||||
|
||||
assert result["log_slow_total_threshold_ms"] == "5000"
|
||||
assert result["log_slow_cpu_threshold_ms"] == "5000"
|
||||
assert result["log_slow_cpu_threshold_ms"] == "100"
|
||||
assert result["log_slow_connection_operation_threshold_ms"] == "1000"
|
||||
finally:
|
||||
close_keeper_socket(client)
|
||||
|
Loading…
Reference in New Issue
Block a user