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

Avoid transient failures in e2e_helm tests #57

Conversation

antoninbas
Copy link
Contributor

WaitUntilDeploymentAvailable can sometimes panic if called too quickly after creating the Deployment. We add a short sleep to avoid the issue.

See gruntwork-io/terratest#1329

WaitUntilDeploymentAvailable can sometimes panic if called too quickly
after creating the Deployment. We add a short sleep to avoid the issue.

See gruntwork-io/terratest#1329

Signed-off-by: Antonin Bas <[email protected]>
@antoninbas antoninbas merged commit c2962da into antrea-io:main Aug 9, 2023
10 checks passed
@antoninbas antoninbas deleted the avoid-transient-failures-in-e2e_helm-tests branch August 9, 2023 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant