emfcamp / Website

The Electromagnetic Field web site
http://www.emfcamp.org
GNU Affero General Public License v3.0
41 stars 83 forks source link

Add a test for migrations with data #1495

Open marksteward opened 4 months ago

marksteward commented 4 months ago

Make sure we can call flask db upgrade after calling flask dev data and friends.

marksteward commented 4 months ago

Also run flask db check (or ensure migrate returns nothing).

russss commented 4 months ago

To clarify: when CI runs we need to check out the previous commit, run flask db upgrade, add the dev data, then update to the latest commit, run flask db upgrade again, and then run the tests. Otherwise we can miss problems caused by migrating old data.