This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 84
make test
is not working when WITH_DOCKER it set
#157
Comments
Probably need to use docker-compose for the test to succeed, but docker-compose isn’t need for building the binary, so we either run docker-compose for all steps (which I don’t like, because that is unnecessary) or we provide I run test case in Docker using Docker Compose, but I run the command manually rather than using |
I think it will be ok to using
|
cheungpat
added a commit
to cheungpat/skygear-server
that referenced
this issue
Oct 7, 2016
cheungpat
added a commit
to cheungpat/skygear-server
that referenced
this issue
Oct 7, 2016
cheungpat
added a commit
to cheungpat/skygear-server
that referenced
this issue
Oct 7, 2016
rickmak
added a commit
that referenced
this issue
Oct 12, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The provided
DOCKER_RUN
is not working since it don't boot postgresql and redis for testingExpected Results
Test passed
Actual Results
various
dial tcp 127.0.0.1:6379: getsockopt: connection refused
andUnable to begin transaction for schema migration: dial tcp [::1]:5432: getsockopt: connection refused
indicate the test is fails.Steps to reproduce
The text was updated successfully, but these errors were encountered: