-
Notifications
You must be signed in to change notification settings - Fork 105
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
Add tests for SQLite #193
Comments
Core seems to work well with SQLite. Django needs to be tested to work well with SQLite. |
What about a MySQL test? Given I recently found out MySQL doesn't seem to work either |
Yeah, that is something very weird. I am not sure if that is a problem in Core or a problem in container images. It is possible that the test suite in Core doesn't cover that problem and hence the problem. Once we know, we can address the problem in the relevant place. All unittests in Core seems to pass for MySQL. |
in #539 I pushed a fix, that at least solves the cause of the issue see. It indeed is not a test, as discussed here. Regarding test: Do you insist on CircleCI? Or is GithubActions also acceptable? |
We don’t have a GHA setup, so the only tests working right now is CircleCI and I don’t want to split them. Are you not able to see the circle-ci failures? I thought they are public. Looking at the failures, it seems like not related to your issues and might require some version bumps or upgrades. I’ll have to check on that later. |
This issue has not been updated for more than 1year |
It seems the provided configuration doesn't work for SQLite
The text was updated successfully, but these errors were encountered: