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

Parallelize tests #70

Open
nchammas opened this issue Dec 15, 2015 · 1 comment
Open

Parallelize tests #70

nchammas opened this issue Dec 15, 2015 · 1 comment

Comments

@nchammas
Copy link
Owner

This is a follow-up to #58, where we found that we need some work done to xdist to make it usable for running Flintrock's acceptance tests in parallel.

Once that work is done, we'll be able to add a few options here and we should be all set.

Depends on pytest-dev/pytest-xdist#18.

@nchammas
Copy link
Owner Author

Another approach to parallelizing the acceptance tests -- which currently take upwards of 1 hour -- is to launch all the clusters we need in parallel within a shared fixture or something.

Upside: We can do this ourselves right now; no dependency on pytest-dev/pytest-xdist#18.
Downside: Running one acceptance test will spin up all the test clusters required by all the acceptance tests.

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

No branches or pull requests

1 participant