-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
CI/TST: slow tests #34131
Comments
updated the above list for top 30: https://travis-ci.org/github/pandas-dev/pandas/jobs/686095405 is the build (one of the standard ones) |
For |
The issue is here: https://github.com/pandas-dev/pandas/pull/33939/files#diff-dd427a6bbdfef7e333ac320adb15614dR539 its not the tz's at all, rather upsampling creates an enormous array e.g.
so should split this test up into 2, e.g. no real need to upsample Y to 10s |
take |
I've made a PR to remove the fixtures On the other hand, I have gathered these data for tests that take a lot of time to finish. It may be the functions to look to ?
|
most of the above list are now fixed by #34413; the csv multithread test could use some work on reducing the time |
Cleared the milestone. When will we be able to close this? |
Since it appears these timings were run a while ago, it's probably better that we open targeted issues for slow tests so it's more actionable. Closing. |
xref #30641
from the new arm64 job, but indicative of general slowness: https://travis-ci.org/github/pandas-dev/pandas/jobs/685955999
slow
if neededdurations
to 20 or 30This issue can be closed by multiple PRs
The text was updated successfully, but these errors were encountered: