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

test: DatabaseAdminClientTest.restoreTestBackup is flaky #201

Closed
olavloite opened this issue May 13, 2020 · 0 comments · Fixed by #205
Closed

test: DatabaseAdminClientTest.restoreTestBackup is flaky #201

olavloite opened this issue May 13, 2020 · 0 comments · Fixed by #205
Assignees
Labels
api: spanner Issues related to the googleapis/java-spanner API. type: cleanup An internal cleanup or hygiene concern.

Comments

@olavloite
Copy link
Collaborator

DatabaseAdminClientTest.restoreTestBackup sometimes fails on Java8/Windows with the following error:

com.google.cloud.spanner.SpannerException: ALREADY_EXISTS: com.google.cloud.spanner.SpannerException: ALREADY_EXISTS: io.grpc.StatusRuntimeException: ALREADY_EXISTS
	at com.google.cloud.spanner.DatabaseAdminClientTest.restoreTestBackup(DatabaseAdminClientTest.java:820)
	at com.google.cloud.spanner.DatabaseAdminClientTest.setUp(DatabaseAdminClientTest.java:247)
Caused by: java.util.concurrent.ExecutionException: com.google.cloud.spanner.SpannerException: ALREADY_EXISTS: io.grpc.StatusRuntimeException: ALREADY_EXISTS
	at com.google.cloud.spanner.DatabaseAdminClientTest.restoreTestBackup(DatabaseAdminClientTest.java:818)
	at com.google.cloud.spanner.DatabaseAdminClientTest.setUp(DatabaseAdminClientTest.java:247)
Caused by: com.google.cloud.spanner.SpannerException: ALREADY_EXISTS: io.grpc.StatusRuntimeException: ALREADY_EXISTS
	at com.google.cloud.spanner.DatabaseAdminClientTest.restoreTestBackup(DatabaseAdminClientTest.java:817)
	at com.google.cloud.spanner.DatabaseAdminClientTest.setUp(DatabaseAdminClientTest.java:247)
Caused by: io.grpc.StatusRuntimeException: ALREADY_EXISTS
@olavloite olavloite added type: cleanup An internal cleanup or hygiene concern. api: spanner Issues related to the googleapis/java-spanner API. labels May 13, 2020
@olavloite olavloite self-assigned this May 13, 2020
ansh0l pushed a commit to ansh0l/java-spanner that referenced this issue Nov 10, 2022
As of Oct 1, 2019 GCP is no longer supporting Go 1.9 and 1.10.
Cleaning up build scripts to support this.
rajatbhatta pushed a commit to rajatbhatta/java-spanner that referenced this issue Nov 17, 2022
* chore: updated CHANGELOG.md [ci skip]

* chore: updated README.md [ci skip]

* chore: updated versions.txt [ci skip]

* chore: updated samples/pom.xml [ci skip]

* chore: updated samples/install-without-bom/pom.xml [ci skip]

* chore: updated samples/snapshot/pom.xml [ci skip]

* chore: updated pom.xml [ci skip]

* chore: updated samples/snippets/pom.xml

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/java-spanner API. type: cleanup An internal cleanup or hygiene concern.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant