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

Add very basic parallel test runner #78

Closed
sjagoe opened this issue Oct 28, 2014 · 0 comments · Fixed by #86
Closed

Add very basic parallel test runner #78

sjagoe opened this issue Oct 28, 2014 · 0 comments · Fixed by #86
Milestone

Comments

@sjagoe
Copy link
Member

sjagoe commented Oct 28, 2014

Basic idea:

A test runner that will:

  • Assume no interaction between tests
  • Flatten all test suites into a single list of tests to be executed.
  • Feed tests into a queue
  • Create a multiprocessing process pool (or similar), each worker of which will act as a consumer of the queue of tests to be executed
  • The test results are fed into a return queue, consumed by the master to construct the test result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant