You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have periodic errors when working with E2E tests for MySQL. On CI it is enough (at the moment) to restart the test when errors occur, but in local development it is sometimes not enough.
The purpose of this ticket is to investigate the causes of deadlocks and how to fix them.
Steps To Reproduce
make test-e2e
Current Behavior
Sometimes, our team members get an error even on re-runs
Describe the bug
We have periodic errors when working with E2E tests for MySQL. On CI it is enough (at the moment) to restart the test when errors occur, but in local development it is sometimes not enough.
The purpose of this ticket is to investigate the causes of deadlocks and how to fix them.
Steps To Reproduce
Current Behavior
Sometimes, our team members get an error even on re-runs
Expected Behavior
No issues
kamu system info
Logs
Anything else?
There is an incompatibility between
nextest
andsqlx
:nextest
implies multiprocessing,sqlx
has a lock on cleanup within the current process (check fix: sqlx::macro db cleanup race condition by adding a margin to current timestamp launchbadge/sqlx#2640 (comment)).Collaborative work will be supported in launchbadge/sqlx#3334
The text was updated successfully, but these errors were encountered: