Skip to content

Do a better job parallelizing the inital batch of tests #13

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

Merged
merged 3 commits into from
Nov 19, 2015

Conversation

sah
Copy link
Contributor

@sah sah commented Nov 18, 2015

...when the number of nodes is more than half the number of tests. This makes it
possible, for example, to run all tests in parallel, where previous
the maximum parallelization was half of all tests. This fixes #12.

Steven Hazel added 3 commits November 18, 2015 13:06
number of nodes is more than half the number of tests. This makes it
possible, for example, to run all tests in parallel, where previous
the maximum parallelization was half of all tests.
@sah
Copy link
Contributor Author

sah commented Nov 18, 2015

Note the remaining failing test here was broken in master by an earlier merge.

RonnyPfannschmidt added a commit that referenced this pull request Nov 19, 2015
Do a better job parallelizing the inital batch of tests
@RonnyPfannschmidt RonnyPfannschmidt merged commit 974bd56 into pytest-dev:master Nov 19, 2015
@RonnyPfannschmidt
Copy link
Member

Well done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--dist=load runs at most half your tests at once
2 participants