deis / postgres

A PostgreSQL database used by Deis Workflow.
https://deis.com
MIT License
36 stars 21 forks source link

feat(storage): Add support for multiple object storages #79

Closed kmala closed 8 years ago

kmala commented 8 years ago

fixes #72 and #75

kmala commented 8 years ago

requires https://github.com/deis/wal-e/pull/4

slack commented 8 years ago

Looks like test failure is legit:

/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/001_setup_envdir.sh
/docker-entrypoint-initdb.d/001_setup_envdir.sh: line 35: [: missing `]'
arschles commented 8 years ago

@kmala code LGTM. I think this is ready for merge, pending fixing the tests

bacongobbler commented 8 years ago

Travis failed:

Error response from daemon: Cannot start container 51ea09227a4c41b3a639040daac2124f8ed76f5e0d61d6838799de1919dfbcb0: Cannot link to a non running container: /cocky_mahavira AS /insane_cray/minio

make: *** [test] Error 1

The command "make test" exited with 2.
kmala commented 8 years ago

It is working locally but not on travis...trying to find the reason