-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Improve speed of the test harness #253
Comments
Yes, this works quite nice on a capable machine. On CI I've had different results (most CI have only 2 virtual CPU), where the gain wasn't that obvious. One thing to keep in mind, if unspecific errors are occurring, this might be due to race conditions between different parallel tests. Thanks for sharing, @amotl . |
Two updates on this.
|
I think this is more or less fixed. Other work has to be done probably on GH CI side to get this working in our pipelines. |
Is your feature request related to a problem?
The speed of the test harness can be tremendously improved.
Describe the solution you'd like
By following @andersy005 on behalf of pangeo-data/climpred#515, I just gave pytest-xdist a shot. The outcome is promising.
Before
After
cc @kmuehlbauer
The text was updated successfully, but these errors were encountered: