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

Optimize e2e tests by parallelizing work in EnsureCleanState #20968

Open
andrii-korotkov-verkada opened this issue Nov 27, 2024 · 1 comment
Open
Assignees
Labels
component:test Test requests (e2e or unit) enhancement New feature or request

Comments

@andrii-korotkov-verkada
Copy link
Contributor

Summary

There can be steps to be executed in parallel (a naive assumption could be that nearly all steps can be) to save time.

Motivation

EnsureCleanState is ~10-30% of each e2e test run time, so optimizing it can substantially reduce the overall e2e tests run time.

Proposal

Figure out which blocks are safe to execute in parallel and do so.

@andrii-korotkov-verkada andrii-korotkov-verkada added enhancement New feature or request component:test Test requests (e2e or unit) labels Nov 27, 2024
@andrii-korotkov-verkada
Copy link
Contributor Author

Will do after #20942 and #20939 are merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:test Test requests (e2e or unit) enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant