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(spanner): check for Aborted error #3039

Merged
merged 1 commit into from
Oct 16, 2020
Merged

test(spanner): check for Aborted error #3039

merged 1 commit into from
Oct 16, 2020

Conversation

olavloite
Copy link
Contributor

The test did not check whether the query returned an Aborted error. If the transaction was aborted by Spanner, the Aborted error should be propagated to the transaction runner, which will automatically retry the transaction.

Fixes #3029

The test did not check whether the query returned an Aborted error. If the transaction
was aborted by Spanner, the Aborted error should be propagated to the transaction runner,
which will automatically retry the transaction.

Fixes #3029
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 16, 2020
@skuruppu skuruppu merged commit 9391975 into master Oct 16, 2020
@skuruppu skuruppu deleted the issue-3029 branch October 16, 2020 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

spanner: TestIntegration_DML failed
2 participants