fly-apps / postgres-ha

Postgres + Stolon for HA clusters as Fly apps.
Apache License 2.0
316 stars 130 forks source link

Integration testing #18

Open davissp14 opened 3 years ago

davissp14 commented 3 years ago

Right now, everything is more or less tested manually. It would be worth investing a little bit of time setting up a basic test suite to help ensure expectations are and continue to be met.

jeromegn commented 3 years ago

We do have integration testing going on. We should add a postgres cluster creation test. Should not be too hard. I can help you with the details!