-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Eventually can fail having never run condition #1652
Comments
It took significantly longer than usual (10 minutes vs 45 seconds) which suggests that
|
Related to #805 but not a regression or duplicate. I think this is a classic race caused by allocations slowing down the sequential starting of timers.
The unit test I propose reversing the order the timer and ticker are created, though this does not resolve the issue. And running |
Description
Witnessed a test flake on one of the go versions (1.21) in CI from the master branch because the assert package took too long: https://github.com/stretchr/testify/actions/runs/11182446108/job/31088748678
Step To Reproduce
Run CI.
Expected behavior
CI passes.
Actual behavior
Tests timed out.
The text was updated successfully, but these errors were encountered: