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 rest tests against multiple clusters #48229

Closed
alpar-t opened this issue Oct 18, 2019 · 2 comments
Closed

Run rest tests against multiple clusters #48229

alpar-t opened this issue Oct 18, 2019 · 2 comments
Labels
:Delivery/Build Build or test infrastructure Team:Delivery Meta label for Delivery team

Comments

@alpar-t
Copy link
Contributor

alpar-t commented Oct 18, 2019

We have rest tests that grow fairly large see #48212 , docs tests etc.

It would make sense to be able to split these and run them against different clusters to make their run faster. This is especially important in smaller runs.

The improvements in #47793 would likely help, as we could maybe generate one class per file , and then run with a fixed number of forks to which testclusters would be sensitive to to start multiple clones of the cluster, then based on the worker ID the test would route to a specific clone.

@alpar-t alpar-t added the :Delivery/Build Build or test infrastructure label Oct 18, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (:Core/Infra/Build)

@rjernst rjernst added the Team:Core/Infra Meta label for core/infra team label May 4, 2020
@mark-vieira mark-vieira added Team:Delivery Meta label for Delivery team and removed Team:Core/Infra Meta label for core/infra team labels Nov 11, 2020
@mark-vieira
Copy link
Contributor

We are slowly moving towards splitting these up, specifically the XPackRestIT by moving some of those tests in the corresponding subprojects. I think we want to do more of that kind of modular refactoring work rather than bake logic into the build to do this splitting for us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Delivery/Build Build or test infrastructure Team:Delivery Meta label for Delivery team
Projects
None yet
Development

No branches or pull requests

4 participants