Skip to content

IAM: QuickstartTests.java needs refactoring #10082

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

Open
alarconesparza opened this issue Apr 28, 2025 · 0 comments
Open

IAM: QuickstartTests.java needs refactoring #10082

alarconesparza opened this issue Apr 28, 2025 · 0 comments
Assignees
Labels
api: iam Issues related to the Identity and Access Management API. priority: p2 Moderately-important priority. Fix may not be included in next release. samples Issues that are directly related to samples. triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@alarconesparza
Copy link
Contributor

(QuickstartTests.java)[iam/snippets/src/test/java/QuickstartTests.java] has two major bugs:

  1. Test setup is not implementing exponential backoff when creating service account, causing intermittent issue (could use functions from Util class).
  2. When previous error is not happening, the test is failing intermittently when trying to test addBiding function.
@alarconesparza alarconesparza added priority: p2 Moderately-important priority. Fix may not be included in next release. triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Apr 28, 2025
@product-auto-label product-auto-label bot added api: iam Issues related to the Identity and Access Management API. samples Issues that are directly related to samples. labels Apr 28, 2025
alarconesparza added a commit to alarconesparza/java-docs-samples that referenced this issue Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: iam Issues related to the Identity and Access Management API. priority: p2 Moderately-important priority. Fix may not be included in next release. samples Issues that are directly related to samples. triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

2 participants