FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat(dbapi): add aborted transactions retry support by IlyaFaer · Pull Request #168 · googleapis/python-spanner · GitHub

This repository was archived by the owner on Jun 8, 2026. It is now read-only.
/ python-spanner Public archive

feat(dbapi): add aborted transactions retry support - #168

Merged
c24t merged 5 commits into
googleapis:masterfrom
MaxxleLLC:transaction_retry
Nov 23, 2020
Merged

c24t merged 5 commits into
googleapis:masterfrom
MaxxleLLC:transaction_retry

Conversation

IlyaFaer commented Nov 12, 2020
edited by c24t
Loading

Copy link
Copy Markdown

IlyaFaer added api: spanner Issues related to the googleapis/python-spanner API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Nov 12, 2020
google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label Nov 12, 2020
IlyaFaer marked this pull request as ready for review November 13, 2020 07:38
IlyaFaer requested review from a team and c24t November 13, 2020 07:38

c24t left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM with a few minor comments. I checked that this matches the diffs from googleapis/python-spanner-django#544 and googleapis/python-spanner-django#543, see the comments there for more info.

Comment thread google/cloud/spanner_dbapi/checksum.py Outdated
Comment thread tests/system/test_system.py Outdated
@@ -0,0 +1,63 @@
# Copyright 2020 Google LLC

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Another packaging thing to consider: we might want to move all the DBAPI tests under google/cloud/spanner_dbapi/tests/ so the code and tests live in the same package.

larkee left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM 👍

c24t merged commit d59d502 into googleapis:master Nov 23, 2020
IlyaFaer deleted the transaction_retry branch November 25, 2020 09:45
gcf-merge-on-green Bot pushed a commit that referenced this pull request Nov 30, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: spanner Issues related to the googleapis/python-spanner API. cla: yes This human has signed the Contributor License Agreement. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Transaction: on retry, replays should compare checksums of prior numbered statements that succeeded

3 participants


Back | FazBrowse Home | New Git URL