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

Flaky test: SpannerR2dbcDialectDateTimeBindingIntegrationTest #2314

Closed
zhumin8 opened this issue Oct 30, 2023 · 1 comment · Fixed by #2874
Closed

Flaky test: SpannerR2dbcDialectDateTimeBindingIntegrationTest #2314

zhumin8 opened this issue Oct 30, 2023 · 1 comment · Fixed by #2874
Assignees
Labels
priority: p3 r2dbc type: bug Something isn't working

Comments

@zhumin8
Copy link
Contributor

zhumin8 commented Oct 30, 2023

Observed this test failing in ci with below error message twice:

Error:  Errors: 
Error:    SpannerR2dbcDialectDateTimeBindingIntegrationTest » Spanner FAILED_PRECONDITION: Operation with name "projects/spring-cloud-gcp-ci/instances/reactivetest/databases/testdb/operations/r9504ea9e_e735_4a46_acbc_bcff5f490623" failed with status = GrpcStatusCode***transportCode=FAILED_PRECONDITION*** and message = Duplicate name in schema: card.
Error:    SpannerR2dbcDialectJsonIntegrationTest » Spanner FAILED_PRECONDITION: Operation with name "projects/spring-cloud-gcp-ci/instances/reactivetest/databases/testdb/operations/r54858ab1_fdfa_4001_a0ab_b04fe61367ff" failed with status = GrpcStatusCode***transportCode=FAILED_PRECONDITION*** and message = Duplicate name in schema: PERSON.
[INFO] 
Error:  Tests run: 5, Failures: 0, Errors: 2, Skipped: 0

https://github.com/GoogleCloudPlatform/spring-cloud-gcp/actions/runs/6670097939/job/18129301265?pr=2227
https://github.com/GoogleCloudPlatform/spring-cloud-gcp/actions/runs/6696751266/job/18195151261?pr=2227

cc @jainsahab @prash-mi

@blakeli0 blakeli0 added the type: bug Something isn't working label Nov 3, 2023
@bjchris32
Copy link
Contributor

hi @zhumin8 and @blakeli0 ,
Would you mind I take a look at this flaky test?
Thank you!

@meltsufin meltsufin self-assigned this May 12, 2024
meltsufin added a commit that referenced this issue May 12, 2024
Create a new database for each test for isolation.

Fixes: #2832.
Fixes: #2314.
meltsufin added a commit that referenced this issue May 13, 2024
* test: fix Spanner R2DBC flaky integration tests

Create a new database for each test for isolation.

Fixes: #2832.
Fixes: #2314.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 r2dbc type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants