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
If you follow the instructions to setup Postres in postgres.md under WSL the container is inaccessible and hence all tests which require access to Postgres fail.
This is down to the fact that the ports aren't exposed as discussed in this WSL issue.
The workaround is to expose the ports on the localhost address.
The text was updated successfully, but these errors were encountered:
Expose the Postgres port to loopback so that it works under WSL,
enabling the tests run by all.bash to complete successfully based on
the setup instructions in doc/postgres.md.
Fixesgolang/go#60009
If you follow the instructions to setup Postres in postgres.md under WSL the container is inaccessible and hence all tests which require access to Postgres fail.
This is down to the fact that the ports aren't exposed as discussed in this WSL issue.
The workaround is to expose the ports on the localhost address.
The text was updated successfully, but these errors were encountered: