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

flaky: FAIL TestE2E/OIDC http_route_with_oidc_authentication #3898

Open
shawnh2 opened this issue Jul 19, 2024 · 6 comments
Open

flaky: FAIL TestE2E/OIDC http_route_with_oidc_authentication #3898

shawnh2 opened this issue Jul 19, 2024 · 6 comments
Labels
area/testing help wanted Extra attention is needed

Comments

@shawnh2
Copy link
Contributor

shawnh2 commented Jul 19, 2024

ref https://github.com/envoyproxy/gateway/actions/runs/10002832453/job/27649851258#step:6:56104

@shawnh2
Copy link
Contributor Author

shawnh2 commented Jul 20, 2024

cc @zhaohuabing

@zirain
Copy link
Contributor

zirain commented Jul 22, 2024

@zirain
Copy link
Contributor

zirain commented Jul 22, 2024

Copy link

This issue has been automatically marked as stale because it has not had activity in the last 30 days.

@github-actions github-actions bot added the stale label Aug 21, 2024
@zirain
Copy link
Contributor

zirain commented Sep 13, 2024

Now it's the top 1 flaky.

@zirain zirain added help wanted Extra attention is needed and removed stale labels Sep 13, 2024
@zhaohuabing
Copy link
Member

zhaohuabing commented Sep 30, 2024

Looks like it's a xDS sequence issue. Sometimes, the clusters come before the listeners.

We had this issue before but it has been fixed in envoyproxy/go-control-plane#752 and envoyproxy/go-control-plane#801. However, it seems like there're still some edge cases that have not been covered.

keycloak_gateway-conformance-infra_80 was received at "2024-09-30T03:38:17.438Z", and the listener gateway-conformance-infra/same-namespace/http with the OAuth2 filter was received ast "2024-09-30T03:38:17.433Z",

{
          "version_info": "128f48574c7597a14171b86d0843a3b9e4260fa85903ac200b688f95b485cffc",
          "cluster": {
           "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster",
           "name": "keycloak_gateway-conformance-infra_80",
            .....     
          "last_updated": "2024-09-30T03:38:17.438Z"
         },

         ....
         "error_state": {
           "failed_configuration": {
            "@type": "type.googleapis.com/envoy.config.listener.v3.Listener",
            "name": "gateway-conformance-infra/same-namespace/http",
         "last_update_attempt": "2024-09-30T03:38:17.433Z",
           "details": "OAuth2 filter: unknown cluster 'keycloak_gateway-conformance-infra_80' in config. Please specify which cluster to direct OAuth requests to."
          

Full log: https://productionresultssa12.blob.core.windows.net/actions-results/0755865f-f088-4383-a22d-ac6aff0f6840/workflow-job-run-5846ad87-d8c0-5b26-6b06-bd348efdf943/logs/job/job-logs.txt?rsct=text%2Fplain&se=2024-09-30T04%3A20%3A04Z&sig=ZvSAbYbTBuaOqRsHjjBABxDkcTjPt9pRlhuym7JmaAw%3D&ske=2024-09-30T15%3A31%3A14Z&skoid=ca7593d4-ee42-46cd-af88-8b886a2f84eb&sks=b&skt=2024-09-30T03%3A31%3A14Z&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skv=2024-08-04&sp=r&spr=https&sr=b&st=2024-09-30T04%3A09%3A59Z&sv=2024-08-04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants