-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
bugfix:fix error while the "context" is key word in DM8 when delete undolog #7010
Conversation
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.
请登记pr和作者信息至changes文件夹中的中英两版2.x.md中
Please register the PR and author information into the Chinese and English versions of the 2.x.md file located in the changes folder.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #7010 +/- ##
============================================
- Coverage 52.60% 52.53% -0.07%
+ Complexity 6582 6581 -1
============================================
Files 1126 1126
Lines 39953 40007 +54
Branches 4688 4694 +6
============================================
+ Hits 21017 21019 +2
- Misses 16932 16983 +51
- Partials 2004 2005 +1
|
done |
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
请把你的钉钉号发送至我的邮箱,我将邀请你加入seata社区开发者群中。 |
Ⅰ. Describe what this PR did
fix error while the "context" is key word in DM8 when delete undolog
Ⅱ. Does this pull request fix one issue?
fixes #7009
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews