Skip to content
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

Increase unit test parallelism #1072

Closed
JukkaL opened this issue Dec 13, 2015 · 1 comment
Closed

Increase unit test parallelism #1072

JukkaL opened this issue Dec 13, 2015 · 1 comment

Comments

@JukkaL
Copy link
Collaborator

JukkaL commented Dec 13, 2015

Currently if using parallelism of 4 or more, for a good chunk of ./runtests.py unit-test only 1-2 tasks are running. We could split some of the longer test suites automatically to multiple tasks to speed things up. On the other hand, this could slow down things when we run only a small number of test cases, so we may want to address that first.

@JukkaL JukkaL added the feature label Dec 13, 2015
@ddfisher ddfisher modified the milestones: 0.4.0, Future Mar 2, 2016
@gvanrossum gvanrossum removed this from the Future milestone Mar 29, 2017
@JukkaL
Copy link
Collaborator Author

JukkaL commented May 18, 2018

This doesn't seem to be a problem any more.

@JukkaL JukkaL closed this as completed May 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants