-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
split macos tests in 2 #43517
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
split macos tests in 2 #43517
Conversation
On a run like https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=66005&view=results, the test distribution looks like windows1: |
Looking at the Windows timeouts, the last lines before the timeout nearly all look like they are making HTTP requests, e.g.
I could totally imagine something in the network stack blocking and not having a timeout set. |
Good observation. I moved it by one letter. There are a lot of tests in the "i" category, so let's see how this change helps. |
Split now |
thanks @Dr-Irv |
This comment has been minimized.
This comment has been minimized.
@meeseeksdev backport 1.3.x |
follow up to #43468 to also split MacOS tests in half to speed up CI tests per comment from @jreback #43468 (comment)