envoyproxy / gateway

Manages Envoy Proxy as a Standalone or Kubernetes-based Application Gateway
https://gateway.envoyproxy.io
Apache License 2.0
1.63k stars 352 forks source link

workaroud for the flaky oidc e2e test #4603

Closed zhaohuabing closed 1 week ago

zhaohuabing commented 2 weeks ago

Delete and recreate SecurityPolicy to force repushing xDS to Envoy to recover from the OIDC test failure. This is just a workaround to reduce the time of e2e test due to the failed OIDC test. We still need to investage the root cause and fix it.

Related issue: https://github.com/envoyproxy/gateway/issues/3898 Release Notes: No

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 65.55%. Comparing base (f384a64) to head (b609279). Report is 6 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4603 +/- ## ========================================== + Coverage 65.53% 65.55% +0.02% ========================================== Files 211 211 Lines 31942 31942 ========================================== + Hits 20934 20941 +7 + Misses 9764 9759 -5 + Partials 1244 1242 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.