Skip to content
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

fix(txn): ensure that txn hash is set #7782

Merged
merged 2 commits into from
May 5, 2021
Merged

Conversation

NamanJain8
Copy link
Contributor

@NamanJain8 NamanJain8 commented May 5, 2021

Fixes GQLSAAS-1290

We were setting the hash after completing the transaction successfully. This leads to the failure of the commit as it won't contain the hash. This PR fixes that issue.


This change is Reviewable

@github-actions github-actions bot added the area/graphql Issues related to GraphQL support on Dgraph. label May 5, 2021
Copy link
Contributor

@ahsanbarkati ahsanbarkati left a comment

Choose a reason for hiding this comment

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

Nice

graphql/resolve/mutation.go Outdated Show resolved Hide resolved
@NamanJain8 NamanJain8 merged commit ae029f0 into master May 5, 2021
@NamanJain8 NamanJain8 deleted the naman/fix-txn-hash branch May 5, 2021 11:48
NamanJain8 added a commit that referenced this pull request May 5, 2021
We were setting the hash after completing the transaction successfully. This leads to the failure of the commit as it won't contain the hash. This PR fixes that issue.

(cherry picked from commit ae029f0)
NamanJain8 added a commit that referenced this pull request May 5, 2021
We were setting the hash after completing the transaction successfully. This leads to the failure of the commit as it won't contain the hash. This PR fixes that issue.

(cherry picked from commit ae029f0)
NamanJain8 added a commit that referenced this pull request May 5, 2021
We were setting the hash after completing the transaction successfully. This leads to the failure of the commit as it won't contain the hash. This PR fixes that issue.

(cherry picked from commit ae029f0)
NamanJain8 added a commit that referenced this pull request May 5, 2021
We were setting the hash after completing the transaction successfully. This leads to the failure of the commit as it won't contain the hash. This PR fixes that issue.

(cherry picked from commit ae029f0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/graphql Issues related to GraphQL support on Dgraph.
Development

Successfully merging this pull request may close these issues.

4 participants