-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: 310-dev build seems to be timing out #44173
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
cc @jbrockmendel any ideas here |
looks like it is stalling somewhere in the network tests, which is also where the windows stalls usually are. thats all i got |
xref #43611 not sure if @mzeitlin11 figured out what was going on there |
ok let's disable these for now then. its super hard to see failures w/o green (well its not that hard but it takes a lot of time). |
In that case it also looked like network tests, but ended up actually being deadlocks in |
you can comment out parts of the ci config to turn it off temporarily |
In #44183, both ubuntu and macos timed out. Filtering the logs to contain only lines with Based on this, tests in |
cc @mroeschke let's move back some of the moved tests |
@jreback moving back the tests in my recent PRs wouldn't make a difference since all tests in There's a lot of tests in https://github.com/pandas-dev/pandas/runs/3990827693?check_suite_focus=true specifically looks to specifically end on a test that uses the |
kk can i push a PR to skip these in 3.10? |
Hm. Instead of splitting the build, can we just skip the tests instead? Adding more builds clogs up the CI pipeline since GHA has a concurrency limit. I am planning on moving 3.10 MacOS and Windows to Azure and the rest to just the posix pipeline, and config the dev build for Python 3.11 but I'm kind of busy right now, so it'll take a while. |
Was more of a temp fix to get things working, (hence I left this issue open for a longer term solution). But they should run concurrently as they are in different concurrency groups: https://github.com/pandas-dev/pandas/pull/44204/files#diff-f6f33d5fc5cfd739f0d6efd63ea9dff886abe35cdfff5672e9a863ec8da8e72cR34 |
https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing-and-administration#usage-limits. |
xref https://github.com/pandas-dev/pandas/runs/3990827693?check_suite_focus=true
not sure where this changed recently or a numpy issue.
The text was updated successfully, but these errors were encountered: