-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Intermittent Data Race in Queues tests #16546
Labels
Milestone
Comments
merged and gitea.com/lunny/levelqueue v0.4.0 is released. |
Thanks @lunny |
zeripath
pushed a commit
that referenced
this issue
Jul 27, 2021
lunny
added a commit
to lunny/gitea
that referenced
this issue
Jul 27, 2021
6543
pushed a commit
that referenced
this issue
Jul 27, 2021
AbdulrhmnGhanem
pushed a commit
to kitspace/gitea
that referenced
this issue
Aug 10, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
There is an intermittent datarace detected in the queue_disk_test due to an unlocked reset of the internal db in Close within the levelqueue.
This is fixed by: https://gitea.com/lunny/levelqueue/pulls/4
The text was updated successfully, but these errors were encountered: