You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@vikaschoudhary16 can you PTAL and see if you can reproduce? there's instructions on how to debug test flakes I think in test/integration - I can dig them up if you can't find them
The text was updated successfully, but these errors were encountered:
…otFound (#38274)
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
Signed-off-by: Vikas Choudhary (vikasc) <[email protected]>
https://github.com/envoyproxy/envoy/actions/runs/13040014256/job/36379532254
@vikaschoudhary16 can you PTAL and see if you can reproduce? there's instructions on how to debug test flakes I think in test/integration - I can dig them up if you can't find them
The text was updated successfully, but these errors were encountered: