Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-42384: Fix database schema check during startup #973

Merged
merged 2 commits into from
Feb 22, 2024
Merged

Conversation

rra
Copy link
Member

@rra rra commented Feb 22, 2024

The check for whether the database schema was current during startup of the web application was never run because it was missing an await. Fix that and add a test.

The check for whether the database schema was current during
startup of the web application was never run because it was missing
an await. Fix that and add a test.
Previously, it didn't matter if there was a database set up for
Kubernetes ingress tests, but now we do a schema check during
startup and need to make sure it will pass.
@rra rra merged commit 630daf8 into main Feb 22, 2024
5 checks passed
@rra rra deleted the tickets/DM-42384 branch February 22, 2024 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant