Skip to content

refactor(transaction): error handling #360

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

Merged
merged 6 commits into from
Nov 19, 2018
Merged

refactor(transaction): error handling #360

merged 6 commits into from
Nov 19, 2018

Conversation

callmehiphop
Copy link
Contributor

@callmehiphop callmehiphop commented Oct 4, 2018

Fixes #325

  • Tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Sorry, something went wrong.

@callmehiphop callmehiphop added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Oct 4, 2018
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 4, 2018
@ghost ghost assigned callmehiphop Oct 4, 2018
@callmehiphop
Copy link
Contributor Author

/cc @eric4545

this.request(
{
client: 'SpannerClient',
method: 'commit',
reqOpts: reqOpts,
},
function(err, resp) {
(err, resp) => {
if (!err) {

This comment was marked as spam.

This comment was marked as spam.

@JustinBeckwith
Copy link
Contributor

@callmehiphop @crwilcox just checking in on where this one is :)

@callmehiphop callmehiphop removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Nov 15, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@callmehiphop
Copy link
Contributor Author

Seems like CI is choking since merging #400 into master. Waiting on #441 to resolve said issues.

callmehiphop and others added 2 commits November 19, 2018 11:42

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@JustinBeckwith JustinBeckwith added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 19, 2018
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 19, 2018
@JustinBeckwith JustinBeckwith merged commit 9f781ff into googleapis:master Nov 19, 2018
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.

None yet

6 participants