Run database migration specs on both CI and Main databases
What does this MR do and why?
This a revert of a revert.
This MR ensures database migration tests (spec/migrations
) will run on both ci
and main
databases.
Previously approved in:
Reverted in:
The MR's were reverted because these specs are now taking more time and do not finish in 1 hour anymore. This MR will give the jobs that run rspec migration
and rspec background_migration
a 2 hour timeout.
Apart from this MR, we also removed a lot of no-longer needed specs.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #412081 (closed)
Edited by Rutger Wessels