Skip to content
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

Rerun time based retry tests to avoid flaky failures #12869

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ichard26
Copy link
Member

@ichard26 ichard26 commented Jul 21, 2024

To address random failures like this one in #12865. Also increase the time tolerance to reduce the frequency of flaky failures.

Alternatively, we can simply delete these tests. They rely heavily on the system timer and sleep implementations being reliable and decently accurate, and it appears this is often not the case :(

@ichard26
Copy link
Member Author

I've tested that this does in fact rerun flaky failures by inserting some random.random() based buggy sleep behaviour and observing R in the pytest output FWIW.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants