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
When running integration test pgsql (tests/integration/README.md) the described config the docker start command (to manually run) is not up to date and errors in: You must specify POSTGRES_PASSWORD to a non-empty value for the superuser
Command: docker run -e "POSTGRES_DB=test" -p 5432:5432 --rm --name pgsql postgres:latest
to then (out of this scope) run: TEST_PGSQL_HOST=localhost:5432 TEST_PGSQL_DBNAME=test TEST_PGSQL_USERNAME=postgres TEST_PGSQL_PASSWORD=postgres make test-pgsql