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

Try optimizing e2e tests by removing potentially redundant sleeps from tests themselves #21009

Closed
andrii-korotkov-verkada opened this issue Nov 30, 2024 · 0 comments · Fixed by #21010
Labels
component:test Test requests (e2e or unit) enhancement New feature or request

Comments

@andrii-korotkov-verkada
Copy link
Contributor

Summary

There are a number of sleeps in the tests, some of them may no longer be needed. This is complementary to #21007.

Motivation

Improve e2e tests run time.

Proposal

Try exploring and experimenting with removing sleeps.

@andrii-korotkov-verkada andrii-korotkov-verkada added enhancement New feature or request component:test Test requests (e2e or unit) labels Nov 30, 2024
andrii-korotkov-verkada added a commit to andrii-korotkov-verkada/argo-cd that referenced this issue Nov 30, 2024
Closes argoproj#21009

Some sleeps may no longer be necessary or be too long. Try removing or reducing duration.

Signed-off-by: Andrii Korotkov <[email protected]>
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

Successfully merging a pull request may close this issue.

1 participant