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 E2E Tests #315

Open
jonathan-innis opened this issue Jun 13, 2021 · 2 comments
Open

Parallelize E2E Tests #315

jonathan-innis opened this issue Jun 13, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request size : M Scoped out tasks of medium size
Projects
Milestone

Comments

@jonathan-innis
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Our tests are currently running ~20m for E2E and will take longer as we add more features. We should parallelize the testing with ginkgo -p so that we creates tests with this in mind. Currently, it seems there is some failure that is hard to track down when running this. It's possible there is some pointer that is polluting the isolation between test cases.

Describe the solution you'd like

Use ginkgo -p to cutdown on the runtime of E2E testing

@jonathan-innis jonathan-innis added enhancement New feature or request size : M Scoped out tasks of medium size labels Jun 13, 2021
@jonathan-innis jonathan-innis changed the title Parallelize Tests Parallelize E2E Tests Jun 13, 2021
@jonathan-innis
Copy link
Contributor Author

Some of the work on this has been started here #277 but more work needs to be done to get these tests passing

@jonathan-innis jonathan-innis added this to the v1beta1 milestone Jun 14, 2021
@nitishm nitishm added this to To Do in Orkestra Jun 14, 2021
@nitishm nitishm modified the milestones: v1beta1, Milestone #2 Jun 14, 2021
@mahalrs
Copy link
Contributor

mahalrs commented Jun 20, 2021

@jonathan-innis I will work on it.

@nitishm nitishm moved this from To Do to In progress in Orkestra Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size : M Scoped out tasks of medium size
Projects
Orkestra
  
In progress
Development

No branches or pull requests

3 participants