mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Fix style
This commit is contained in:
parent
825a5dd806
commit
cf14282d79
@ -301,7 +301,10 @@ def test_host_is_drop_from_cache_after_consecutive_failures(
|
||||
"Cannot resolve host \\(InvalidHostThatDoesNotExist\\), error 0: Host not found."
|
||||
)
|
||||
assert node4.wait_for_log_line(
|
||||
"Cached hosts not found:.*InvalidHostThatDoesNotExist**", repetitions=6, timeout=60, look_behind_lines=500
|
||||
"Cached hosts not found:.*InvalidHostThatDoesNotExist**",
|
||||
repetitions=6,
|
||||
timeout=60,
|
||||
look_behind_lines=500,
|
||||
)
|
||||
assert node4.wait_for_log_line(
|
||||
"Cached hosts dropped:.*InvalidHostThatDoesNotExist.*"
|
||||
|
Loading…
Reference in New Issue
Block a user