You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_proxy_connection: make test more robust (#390)
- Support running on macos with podman (this probably also fixes it to work with docker as well).
This is done by using a dedicated network name and by dynamically finding the host ip.
In macos, both podman & docker are running inside a Linux VM, so it is essential to find a real IP
associated with the macos itself.
- Run the mock TCP server on a dynamic port. This avoid flakiness in case the port is already in use.
0 commit comments