We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Locally now it takes about a minute to run the test. On github runners getting race condition :(
Sorry, something went wrong.
No branches or pull requests
At the moment there are several tests taking longer than they should , i.e.
Also, a better parallelism where possible should be adopted.
The text was updated successfully, but these errors were encountered: