-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What is wrong?
Sometimes MySQL deadlocks can occur which would result in internal server errors.
Steps to reproduce
- Change the tests for
delete-botsordelete-regular-usersso that user with ID 1 gets deleted. - Run
yarn testtwo times - At the second run a deadlock error is thrown in creating events (file
event-types.tsin the tests).
How should it behave?
In Deadlocks the transaction should be replayed with a delay.
Proposed Solution
I tried to fix the issue in #1542 but it does not work. Maybe one can use the code there.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working