Skip to content

sqlx-mysql: Fix bug in cleanup test db's. #3923

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

Merged
merged 1 commit into from
Jul 6, 2025

Conversation

joeydewaal
Copy link
Contributor

While working on #3723 I noticed a bug in the MySql implementation of TestSupport::cleanup_test_dbs and didn't want to bury it into the massive pr. A part of the old implementation is still used to get the test db name. The code isn't used anywhere in SQLx but is part of the public API.

I can't find a way to add a regression test for this since this should be ran when all the tests are done running.

@abonander abonander merged commit 1228d24 into launchbadge:main Jul 6, 2025
84 checks passed
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.

2 participants