-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: hypothesis occasionally failing #24641
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
Flakiness is causes by a long running test case, seems like Error from the logs :
I wonder why a simple test case like this took that long to run pandas/pandas/tests/tseries/offsets/test_ticks.py Lines 40 to 57 in b751953
The 500 ms deadline is recently introduced and there is a instruction on what needs to be done in this scenario here Lines 17 to 27 in b751953
cc @Zac-HD |
Yep, looks like a pure timing issue. Probably worth investigating why the timing is so variable, but until them you can just add e.g. |
@jreback If this error only occurs in Azure Pipeline, cause I see Travis jobs passed for the same PR, it could be platform specific and since its occurring sporadically we can give the benefit of the doubt. |
it’s not platform specific and only occasionally fails |
The other option is |
@jreback should I extended the deadline to 2000 ms or disable deadline checking for the test case ? |
let’s just disable the deadline |
have seen this failure occasionally, need to see if this is an actual test case that we are not handling, or its just hypthesis flakiness. Let's fix in any event.
e.g. https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=6564
The text was updated successfully, but these errors were encountered: