target / goalert

Open source on-call scheduling, automated escalations, and notifications so you never miss a critical alert
https://goalert.me
Apache License 2.0
2.22k stars 240 forks source link

test/smoke: add migratetest package #3774

Closed mastercactapus closed 6 months ago

mastercactapus commented 6 months ago

Description: This PR introduces a migratetest package. This package includes the necessary tools to validate migrations, with the future intent of refactoring the migrations_test to use this package instead of having the file be the test & testing tools.

This is part of the work to remove the pg_dump dependency.