-
Notifications
You must be signed in to change notification settings - Fork 11
Add Upgrade Test #243
Copy link
Copy link
Open
Labels
qualityQuality controls, testing, test coverageQuality controls, testing, test coverageworkflowImprovements or changes to build pipelines.Improvements or changes to build pipelines.
Metadata
Metadata
Assignees
Labels
qualityQuality controls, testing, test coverageQuality controls, testing, test coverageworkflowImprovements or changes to build pipelines.Improvements or changes to build pipelines.
Type
Fields
Give feedbackNo fields configured for Feature.
Add a test that installs v0.1 and then upgrades to the latest version, then runs all the tests, to ensure that the upgrades work as intended. See the pgTAP Makefile for inspiration, especially this bit, which installs an earlier version from PGXN. before performing an upgrade.
Make sure the new test runs as part of the CI workflow.