-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
tbot
race condition flakiness
#15843
Labels
Comments
Closed
Thanks for raising this. |
Race detector has managed to give us the read points, but hasn't been able to recover where the write occurred, which makes it a tad harder to determine which of the tests this is occurring within.
|
Closing this as stale - please reopen if this recurs but I've not seen this in a while so I'm going to assume various test refactors have taken care of this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Failure
Link(s) to logs
Relevant snippet
It looks like everything in
renew_test.go
andtbot_test.go
caused a race condition to be detected, along the lines of:The text was updated successfully, but these errors were encountered: