mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Merge pull request #45156 from qoega/green-ci-5
Fix flaky test_tcp_handler_interserver_listen_host
This commit is contained in:
commit
cc352804df
@ -29,6 +29,12 @@ node_without_interserver_listen_host = cluster.add_instance(
|
||||
def start_cluster():
|
||||
try:
|
||||
cluster.start()
|
||||
cluster.wait_for_url(
|
||||
f"http://{INTERSERVER_LISTEN_HOST}:{INTERSERVER_HTTP_PORT}"
|
||||
)
|
||||
cluster.wait_for_url(
|
||||
f"http://{node_without_interserver_listen_host.ip_address}:8123"
|
||||
)
|
||||
yield cluster
|
||||
|
||||
finally:
|
||||
|
Loading…
Reference in New Issue
Block a user