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 tests #195

Open
alekc opened this issue Oct 25, 2024 · 1 comment
Open

Optimize tests #195

alekc opened this issue Oct 25, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@alekc
Copy link
Owner

alekc commented Oct 25, 2024

At the moment there are several tests taking longer than they should , i.e.

--- PASS: TestAccKubectl_WaitForRolloutDaemonSet (19.67s)
=== RUN   TestAccKubectl_WaitForRolloutStatefulSet
--- PASS: TestAccKubectl_WaitForRolloutStatefulSet (50.30s)
=== RUN   TestAccKubectl_RequireWaitForFieldOrCondition
--- PASS: TestAccKubectl_RequireWaitForFieldOrCondition (51.74s)

Also, a better parallelism where possible should be adopted.

@alekc alekc added the enhancement New feature or request label Oct 25, 2024
@alekc
Copy link
Owner Author

alekc commented Oct 25, 2024

Locally now it takes about a minute to run the test. On github runners getting race condition :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant