Fix race condition in get_free_port by binding to localhost
This change fixes a small race condition in test helper code that picks a free network port. Previously the helper bound to all network interfaces ("any address"), which could briefly listen on an externally reachable address during automa…
38f55ebdby Rohit Yadav+1−11 file