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

Fix database migrations to run normal-style #13425

Closed
wants to merge 3 commits into from
Closed

Conversation

cicdw
Copy link
Member

@cicdw cicdw commented May 17, 2024

We run these migration functions as a part of our test suite, and therefore we should not rely on any customized execution utilities such as sync_compatible. This creates incredibly hard to debug failure modes in our tests.

@cicdw cicdw requested a review from a team as a code owner May 17, 2024 02:34
@cicdw cicdw requested a review from chrisguidry May 17, 2024 02:34
@cicdw
Copy link
Member Author

cicdw commented May 17, 2024

I don't think we should merge this yet - it's clear that something about this change is affecting event loop cleanup.

@cicdw
Copy link
Member Author

cicdw commented May 22, 2024

Solved by Alex in another PR

@cicdw cicdw closed this May 22, 2024
@cicdw cicdw deleted the fix-apply-migrations branch May 22, 2024 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants