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

AuthExampleIT.testAuthApiKey test failing #10023

Open
nbayati opened this issue Feb 11, 2025 · 0 comments · May be fixed by #10024
Open

AuthExampleIT.testAuthApiKey test failing #10023

nbayati opened this issue Feb 11, 2025 · 0 comments · May be fixed by #10024
Assignees
Labels
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

@nbayati
Copy link
Contributor

nbayati commented Feb 11, 2025

AuthExampleIT.testAuthApiKey was failing with an error " INVALID_ARGUMENT: API key expired". As requested by @ldetmer, the test has been temporarily disabled in PR #9994 to unblock the PR. Please address the issue and re-enable the test.

[ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.841 s <<< FAILURE! - in com.google.cloud.auth.samples.AuthExampleIT
[ERROR] com.google.cloud.auth.samples.AuthExampleIT.testAuthApiKey  Time elapsed: 2.679 s  <<< ERROR!
com.google.api.gax.rpc.InvalidArgumentException: io.grpc.StatusRuntimeException: INVALID_ARGUMENT: API key expired. Please renew the API key.
Caused by: io.grpc.StatusRuntimeException: INVALID_ARGUMENT: API key expired. Please renew the API key.

[ERROR] Errors: 
[ERROR]   AuthExampleIT.testAuthApiKey » InvalidArgument io.grpc.StatusRuntimeException:...
[ERROR] Tests run: 12, Failures: 0, Errors: 1, Skipped: 0
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (default) on project auth: There are test failures.
@nbayati nbayati 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 Feb 11, 2025
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Feb 11, 2025
nbayati added a commit to nbayati/java-docs-samples that referenced this issue Feb 11, 2025
minherz pushed a commit that referenced this issue Feb 11, 2025
…9994)

Adds Credential Access Boundary Factory example.
Add integration test for the cab.
Temporarily disable the failing test while ldetmer is working on it. See issue #10023 for details.
@ldetmer ldetmer assigned ldetmer and unassigned bourgeoisor Feb 11, 2025
@ldetmer ldetmer linked a pull request Feb 11, 2025 that will close this issue
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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

Successfully merging a pull request may close this issue.

3 participants