mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
fix test bug
This commit is contained in:
parent
4908f714f4
commit
9f0fe34bcc
@ -269,7 +269,7 @@ def test_cmd_conf(started_cluster):
|
||||
assert result["snapshot_distance"] == "75"
|
||||
assert result["auto_forwarding"] == "true"
|
||||
assert result["shutdown_timeout"] == "5000"
|
||||
assert result["startup_timeout"] == "30000"
|
||||
assert result["startup_timeout"] == "180000"
|
||||
|
||||
assert result["raft_logs_level"] == "trace"
|
||||
assert result["rotate_log_storage_interval"] == "100000"
|
||||
|
Loading…
Reference in New Issue
Block a user