-
Notifications
You must be signed in to change notification settings - Fork 4.5k
credentials/alts: fix defer in TestDial #7301
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
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.
lgtm for fix
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.
one question tho. Also while you are here, do you mind capturing the intend of the test as a docstring to TestDial?
dab452f
to
5256bff
Compare
Please update the test comment to actually say what it does. |
51a3b23
to
d280ecb
Compare
d280ecb
to
3d65a69
Compare
3d65a69
to
6146559
Compare
6146559
to
8b37565
Compare
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.
Thanks for taking care of this!
fix: second call in the defer isn't executing, which prevents the hsDialer restore and hence it was never getting updated. This PR fixes the
TestDial
.RELEASE NOTES: n/a