Skip to content

Conversation

@olavloite
Copy link

The generic retry helper that was introduced for aborted transactions for Cloud Spanner did not respect any retry info that might have been returned by the server. This PR fixes that.

Fixes #5545

@olavloite olavloite requested a review from a team as a code owner June 25, 2019 14:25
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 25, 2019
@codecov
Copy link

codecov bot commented Jun 25, 2019

Codecov Report

Merging #5558 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #5558   +/-   ##
=========================================
  Coverage     50.86%   50.86%           
- Complexity    24192    24207   +15     
=========================================
  Files          2270     2270           
  Lines        230115   230115           
  Branches      25009    25004    -5     
=========================================
  Hits         117041   117041           
  Misses       104436   104436           
  Partials       8638     8638

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 03f4bec...998aea4. Read the comment docs.

@kolea2 kolea2 merged commit 81e06ed into googleapis:master Jun 25, 2019
@JesseLovelace JesseLovelace mentioned this pull request Jun 26, 2019
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: Ensure client backoff is implemented to respect client configuration.

3 participants