-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[email protected]` broke test fixture setup #3825
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
Labels
Comments
This must be related to #3334. |
I think this wasn't caught by the tests because it doesn't run the |
abonander
added a commit
that referenced
this issue
Apr 15, 2025
Merged
abonander
added a commit
that referenced
this issue
Apr 15, 2025
abonander
added a commit
that referenced
this issue
Apr 15, 2025
abonander
added a commit
that referenced
this issue
Apr 15, 2025
abonander
added a commit
that referenced
this issue
Apr 15, 2025
abonander
added a commit
that referenced
this issue
Apr 15, 2025
abonander
added a commit
that referenced
this issue
Apr 15, 2025
abonander
added a commit
that referenced
this issue
Apr 15, 2025
* fix(cli): correctly handle `.env` files again * feat(ci): add functionality tests for sqlx-cli (MySQL) * feat(ci): add functionality tests for sqlx-cli (Postgres) * feat(ci): add functionality tests for sqlx-cli (SQLite) * chore: prepare 0.8.5 release * feat(ci): run `test-attr` tests twice to catch #3825 * fix: correct bugs in MySQL implementation of `#[sqlx::test]`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have found these related issues/pull requests
Dependabot opened a PR to update
sqlx
and we are seeing test failures in CI with the following errori (running MySQL 8.0):I tried to replicate locally (running MySQL 8.4), and I get a different error in the same place:
Description
Error setting up test fixture database.
Reproduction steps
Run
cargo test
on a codebase that includes a fixture while running MySQL 8.0+.SQLx version
0.8.4
Enabled SQLx features
mysql,migrate,runtime-tokio,chrono,tls-rustls
Database server and version
MySQL
Operating system
Linux / MacOS
Rust version
1.86.0
The text was updated successfully, but these errors were encountered: