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

flake: fix credential_injector_oauth_integration_test/RetryOnClusterNotFound #38274

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

vikaschoudhary16
Copy link
Contributor

Commit Message: test flake: fix credential_injector_oauth_integration_test/RetryOnClusterNotFound
Additional Description:
Test was verifying stat increment on every retry. Test was relying on retry timeout to approximate the stat increment verification timeout. This can fail based on resources/load on the underlying machine.
Now test has been changed from verifying stat increment on every failed retry to if any retry happened which will be more stable.

fixes: #38263

@wbpcode wbpcode merged commit c045a86 into envoyproxy:main Feb 5, 2025
24 checks passed
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.

flake in IpVersionsAndGrpcTypes/CredentialInjectorIntegrationTest.RetryOnClusterNotFound/0
2 participants