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

Run cluster tests in parallel #53

Open
omus opened this issue Apr 28, 2021 · 0 comments
Open

Run cluster tests in parallel #53

omus opened this issue Apr 28, 2021 · 0 comments

Comments

@omus
Copy link
Member

omus commented Apr 28, 2021

The cluster tests are by far the slowest part of our test suite. As these tests run on k8s they provide us with an opportunity for running these testsets in parallel. Specifically, what we can do is we can start the jobs/pods all at the same time and if the cluster the these are run on can handle them all running in parallel they can all run at once. We can then have the test suites wait for their respective jobs/pods to finish and evaluate them normally.

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