-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
*: add rollback for load data statement #9444
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9444 +/- ##
==========================================
+ Coverage 67.38% 67.39% +<.01%
==========================================
Files 374 374
Lines 78653 78659 +6
==========================================
+ Hits 53000 53009 +9
+ Misses 20894 20891 -3
Partials 4759 4759
Continue to review full report at Codecov.
|
@tiancaiamao @jackysp @lysu PTAL |
/run-all-tests |
/run-all-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@tiancaiamao @jackysp PTAL |
Please address comment, rest looks good to me |
/run-all-tests |
/run-unit-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@tiancaiamao PTAL |
/run-all-tests |
Conflicts: server/conn.go
What problem does this PR solve?
Add transaction rollback for load data.
What is changed and how it works?
Check List
Tests
Code changes
Side effects
Related changes