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
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.
The text was updated successfully, but these errors were encountered:
Summary:
These changes fix Travis-CI builds on macOS and partially on Linux.
The only thing left to do on Linux is #192
This pull request also requires #188
Pull Request resolved: #193
Reviewed By: claudiozz
Differential Revision: D24933398
Pulled By: davide125
fbshipit-source-id: eb96db30a3cb71695111a7d41ca2c27fbe891d87
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 try127.0.0.1
if::1
fails to cover those cases.The text was updated successfully, but these errors were encountered: