-
Notifications
You must be signed in to change notification settings - Fork 1.5k
WIP: Make AWS API call to GetHostedZone with a context #7058
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
Conversation
|
@sadasu: This pull request references Jira Issue OCPBUGS-10767, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/jira refresh |
|
@sadasu: This pull request references Jira Issue OCPBUGS-10767, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira ([email protected]), skipping review request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
r4f4
left a comment
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.
When you change client API interfaces, make sure you also update the mock generated code. The unit tests also need to be fixed.
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.
This is an empty context that never expires [1] so this is not doing anything for the API call. We want a context.WithTimeout() where we specify a reasonable timeout for the call to execute and return
|
@sadasu: This pull request references Jira Issue OCPBUGS-10767, which is valid. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira ([email protected]), skipping review request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
6852c1c to
5a07157
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@mtulio could you make sure this fix doesn't break anything for AWS edge pools? |
Co-authored-by: Rafael F. <[email protected]>
5a07157 to
770cc19
Compare
|
@sadasu: This pull request references Jira Issue OCPBUGS-10767, which is valid. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira ([email protected]), skipping review request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Validating feature: edge subnets / installing in existing subnets with Local Zones (#6371)
/lgtm |
|
@sadasu it would be good for posterity to document in the commit description what the mutex problem is and how we're fixing it. |
|
/retest |
|
/retest-required Current failure in e2e-aws-ovn is not related to this fix. |
|
@sadasu: No Jira issue is referenced in the title of this pull request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@sadasu: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@yunjiang29 that's great testing. I appreciate the comprehensive |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Issue fixed by #7070. |
This makes sure that the AWS API call to GetHostedZone would not hang indefinitely.
Co-authored-by: Rafael F. [email protected]