deis / postgres

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

chore(Makefile): Use immutable tags #65

Closed krancour closed 8 years ago

krancour commented 8 years ago

Fixes #64

mboersma commented 8 years ago

This failed for reasons I'm having a hard time correlating to the PR. Maybe we found flakiness in the backup tests?

-----> checking if database is running
pg_ctl: server is running (PID: 1)
/usr/lib/postgresql/9.4/bin/postgres
-----> checking if minio has 5 backups
!!!    did not find 5 base backups, which is the default (found 6)
make: *** [test] Error 1
bacongobbler commented 8 years ago

@mboersma indeed I think you did. I'll get back to this in a sec and see what's going on.

bacongobbler commented 8 years ago

LGTM. I'll check out the flakiness in a different issue.

bacongobbler commented 8 years ago

@krancour you're good to :shipit: