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

Allow for parallel processing of tests #6

Open
oubiwann opened this issue Jun 13, 2017 · 0 comments
Open

Allow for parallel processing of tests #6

oubiwann opened this issue Jun 13, 2017 · 0 comments
Labels
Milestone

Comments

@oubiwann
Copy link
Member

Talked with @indiejames about this, based on his experiences with running the test suite in CMR:

  • enable parallel by default
  • namespaces should probably be the lowest level of granularity for parallel execution
  • explore using metadata for overriding parallel execution (I think he said this is what eftest does?)

Some other nice things to consider:

  • preserve ordering of tests + assertions superficially (indexing before execution)
  • display results in indexed order using core.async for batching display (fun! :-) )
@oubiwann oubiwann modified the milestone: v0.4.0 Jun 13, 2017
@oubiwann oubiwann modified the milestones: v0.4.0, v0.5.0, v0.6.0 Oct 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant