Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_dns: Fix failure on Windows (#58)
test_dns: Fix failure on Windows 1. Switch to #with_udp_and_tcp helper method for EACCES retries on Windows; the given UDP socket is unnecessary though. 2. Using 127.0.0.1 should be fine, as it must give different host:port pair. 3. On Windows, 5 retries of bind(2) appears still flaky, doubling it for sure. follow-up: #50 follow-up: 6252914
- Loading branch information