Hello community, our plugin uses some ActiveObjectsUpgradeTask classes to migrate our data from one version of the connector to the next one.
We would like to have some automated tests to ensure they will run as expected when the plugin is upgraded as recommended in this official document. This document, however, misses specifying a recommended way, technique, or API for doing so.
Isn't there anything similar to the integration tests that can help to accomplish this?
Otherwise, what would be the preferable way of doing it, considering we would like to cover all supported DB engines by Jira?