Hi, I am working on an issue, but having trouble r...
# help
s
Hi, I am working on an issue, but having trouble running tests with
make test
. It fails because it cannot connect to postgres. Do I have to spawn a postgres instance on my own before running tests or will it spawn one on its own?
a
It should spawn its own. Please send me the entire output of running make test.
s
Screenshot from 2020-12-01 18-14-11.png
a
"could not connect to postgres" is strange: it should load its own dockerized Postgres. Can you post the output of
docker run postgres/postgres
on your machine, please? It should fail, but with an error message from Postgres.
s
Screenshot from 2020-12-01 21-40-50.png
a
Sorry! Got that wrong, keyed it out instead of copying from my terminal. Please try:
Copy code
docker run postgres:11
s
Screenshot from 2020-12-01 21-51-18.png
a
That's the right result, unfortunately. Back to the drawing board...
Hmmm... that looks like a bit of an old version, it tests
catalog
but none of the new directories on it. Could you please pull from
main
again and try to
make test
?
s
i had taken a pull yesterday
a
I don't think it should matter, but could you please run "env >/tmp/env" and attach the contents of that file?
s
env
a
Thanks! Let's continue this over DM.