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

MySQL tests are being skipped in CI #992

Closed
rkm opened this issue Dec 17, 2021 · 0 comments
Closed

MySQL tests are being skipped in CI #992

rkm opened this issue Dec 17, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@rkm
Copy link
Member

rkm commented Dec 17, 2021

Just spotted this in a recent build log. All tests against MySQL are being silently skipped.

DatabaseTests.GetCleanedServer (from RDMP) is marking tests as Inconclusive (without a message) if the database doesn't exist, so we can't see the underlying reason. It's likely to be an invalid connection string though, since MySQL is definitely running in the CI.

We need some way of indicating to the base DatabaseTests class that we don't want to silently skip some tests, like we have in RequiresExternalService in this repo.

@rkm rkm assigned rkm and tznind Dec 17, 2021
@rkm rkm mentioned this issue Mar 1, 2022
11 tasks
@rkm rkm added the bug Something isn't working label Mar 5, 2022
@rkm rkm closed this as completed Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants