Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: updated the lower bound of interactive timeout and fix the kwarg… #1182

Merged
merged 7 commits into from
Nov 10, 2022

Conversation

BigTailWolf
Copy link
Contributor

  • Udpated the lower bound of interactive timeout
  • Fix the kwargs invalid syntax

@BigTailWolf BigTailWolf added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Nov 9, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 9, 2022
@clundin25 clundin25 changed the title fix: udpated the lower bound of interactive timeout and fix the kwarg… fix: updated the lower bound of interactive timeout and fix the kwarg… Nov 9, 2022
google/auth/pluggable.py Outdated Show resolved Hide resolved
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 9, 2022
Copy link
Contributor

@clundin25 clundin25 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change needs accompanied unit tests

@@ -132,7 +132,7 @@ def __init__(
self._credential_source_executable_output_file = self._credential_source_executable.get(
"output_file"
)
self._tokeninfo_username = kwargs.get("tokeninfo_username", "") # dummy value
self._tokeninfo_username = "" # dummy value. This variable is only used via injection, not exposed to ctor
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: I think None is a more appropriate placeholder

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then we are going to re-write a bunch of tests since we didn't properly mock the behavior.
This will be updated by a full feature of retrieve token info from the proper endpoint.

@BigTailWolf BigTailWolf added the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 10, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 10, 2022
@lsirac lsirac added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Nov 10, 2022
@lsirac lsirac removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Nov 10, 2022
@BigTailWolf BigTailWolf added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Nov 10, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 10, 2022
@BigTailWolf BigTailWolf merged commit 50c0fd2 into googleapis:main Nov 10, 2022
@BigTailWolf BigTailWolf deleted the fixing branch January 6, 2023 21:58
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
kokoro:force-run Add this label to force Kokoro to re-run the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants