Skip to content

Conversation

@tseaver
Copy link
Contributor

@tseaver tseaver commented Oct 4, 2019

That API can fail without raising an exception (it returns a status code
and a list of rows affected by each successfull DML statuement).
We would like for our retry mechanism to operate, so raise an exception
for non-zero status inside our unit-of-work function.

Closes #7504

That API can fail without raising an exception (it returns a status code
and a list of rows affected by each successfull DML statuement).
We would like for our retry mechanism to operate, so raise an exception
for non-zero status inside our unit-of-work function.

Closes #7504
@tseaver tseaver added testing api: spanner Issues related to the Spanner API. labels Oct 4, 2019
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 4, 2019
Copy link
Contributor

@larkee larkee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM assuming the import order is correct

@tseaver tseaver merged commit 62c4f5a into googleapis:master Oct 22, 2019
@tseaver tseaver deleted the 7504-spanner-systest-batch_update-aborts branch October 22, 2019 19:31
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 Spanner API. cla: yes This human has signed the Contributor License Agreement. testing

3 participants