Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

fix: rollback with no id#2231

Merged
gcf-merge-on-green[bot] merged 7 commits intomainfrom
issue_2103
Feb 7, 2025
Merged

fix: rollback with no id#2231
gcf-merge-on-green[bot] merged 7 commits intomainfrom
issue_2103

Conversation

@surbhigarg92
Copy link
Copy Markdown
Contributor

Fixes #2103

@surbhigarg92 surbhigarg92 requested review from a team February 7, 2025 05:31
@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Feb 7, 2025
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/nodejs-spanner API. label Feb 7, 2025
@surbhigarg92 surbhigarg92 added the automerge Merge the pull request once unit tests and other checks pass. label Feb 7, 2025
Comment on lines 505 to 507
const expectedError = new Error(
'Transaction ID is unknown, nothing to rollback.'
);
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.

Suggested change
const expectedError = new Error(
'Transaction ID is unknown, nothing to rollback.'
);

@gcf-merge-on-green gcf-merge-on-green bot merged commit a6919b1 into main Feb 7, 2025
17 checks passed
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Feb 7, 2025
@gcf-merge-on-green gcf-merge-on-green bot deleted the issue_2103 branch February 7, 2025 06:28
surbhigarg92 added a commit that referenced this pull request Feb 7, 2025
surbhigarg92 added a commit that referenced this pull request Feb 7, 2025
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/nodejs-spanner API. size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to rollback transaction with no activity or with only queued mutations

3 participants