-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Investigate flaky tests_open_granular[azure] #4792
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
Comments
Looks like it is simply racing a bit. The container is not ready when this is called. Just need to add a flaky decorator. |
@efiop, better to wait for and timeout than adding flaky, as rerunning it still has chances of the container not being ready. |
I'll be looking into this issue. |
@skshetry Great point! Ideally we need some retrying logic in our trees, but that is a much bigger task. Just slapping a flaky decorator should do the trick for now. |
Related: iterative#4792 Signed-off-by: Ioana Grigoropol <[email protected]>
Related: #4792 Signed-off-by: Ioana Grigoropol <[email protected]>
tests/func/test_api.py::test_open_granular[azure]
seems to be failing sometimes (example). We need to fix it.The text was updated successfully, but these errors were encountered: