-
Notifications
You must be signed in to change notification settings - Fork 8
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
Forward porting Gloo service lookup by labels to 1.19.x #10669
Conversation
Issues linked to changelog: |
/kick |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Visit the preview URL for this PR (updated for commit 1033c97): https://gloo-edge--pr10669-rolds-forwardport-gl-8edeuqjz.web.app (expires Tue, 11 Mar 2025 16:33:53 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 77c2b86e287749579b7ff9cadb81e099042ef677 |
@@ -383,8 +388,8 @@ func awsStsClusterAssertion(testInstallation *e2e.TestInstallation) func(ctx con | |||
g.Expect(socketAddr.GetAddress()).To(gomega.Equal(expectedStsUri)) | |||
}). | |||
WithContext(ctx). | |||
WithTimeout(time.Second * 10). | |||
WithPolling(time.Millisecond * 200). | |||
WithTimeout(time.Second * 30). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm good with this change. I'm always a little nervous when we have timeouts that take 30 seconds (or some time frame beyond what I would expect for a change to propagate in a small environment) since those can be a signal of some other issue going on that we're masking.
Description
Forward porting the Gloo service discovery changes made to 1.17.x. Added namespace argument to service lookup to make it easier to test.
Checklist: