deis / postgres

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

feat(contrib): add recovery tests #85

Closed bacongobbler closed 8 years ago

bacongobbler commented 8 years ago

While this test occasionally shows false negatives, it's still useful to test and make sure the database recovers from a restart. We can further extend this in the future to make sure that the database actually recovered properly, can accept incoming requests, etc.

bacongobbler commented 8 years ago

related issues to the false negatives: #55 #56