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
A buggy migration for the lagoon api-db caused initialization of the database to end up in a bad state and fail the tests. It took a lot longer to figure out the error was a migration because the initialization didn't error out, it just caused a reboot (and at that point the data dir exists so it doesn't run migrations a second time).
Yes, this won't be a problem for the api-db in the long term, but that still leaves the underlying issue there to ruin the day for other users of this feature.
A buggy migration for the lagoon
api-db
caused initialization of the database to end up in a bad state and fail the tests. It took a lot longer to figure out the error was a migration because the initialization didn't error out, it just caused a reboot (and at that point the data dir exists so it doesn't run migrations a second time).I expect that a if a SQL statement fails, the mariadb init should also fail.
The text was updated successfully, but these errors were encountered: