Skip to content
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

IAM: ServiceAccountTests.java needs refactoring #10041

Open
telpirion opened this issue Mar 18, 2025 · 0 comments
Open

IAM: ServiceAccountTests.java needs refactoring #10041

telpirion opened this issue Mar 18, 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

@telpirion
Copy link
Contributor

ServiceAccountTests.java has two major global bugs:

  1. It uses resources created in previous test cases as inputs for subsequent test cases.
  2. It uses samples to set up & tear down resources in tests.
@telpirion telpirion added api: iam Issues related to the Identity and Access Management API. 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 Mar 18, 2025
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Mar 18, 2025
@minherz minherz removed their assignment Mar 19, 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

3 participants