facebook/wdt

Don't hardcode loopback as ::1 in tests

hjmallon opened this issue · 0 comments

The tests have ::1 hardcoded as the loopback address. This is all well and good until you run tests in docker (without extra sysctl) or in Travis-CI Linux where ipv6 is disabled. It should probably try 127.0.0.1 if ::1 fails to cover those cases.