You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I discovered recently, --db-version parameter we set in github workflows is ignored and all the integration tests are running against the default ITDE DB version (8.18.1 at the moment).
This need to be fixed by passing the version via environment variable and use it on ITDE startup.
As long-term solution, we can migrate to pytest-plugins for all tests, but it might be done in a separate task
The text was updated successfully, but these errors were encountered:
As I discovered recently,
--db-version
parameter we set in github workflows is ignored and all the integration tests are running against the default ITDE DB version (8.18.1 at the moment).This need to be fixed by passing the version via environment variable and use it on ITDE startup.
As long-term solution, we can migrate to pytest-plugins for all tests, but it might be done in a separate task
The text was updated successfully, but these errors were encountered: