-
Notifications
You must be signed in to change notification settings - Fork 118
[close #663] Avoid overflow #664
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
Conversation
Signed-off-by: shiyuhang <1136742008@qq.com>
Codecov ReportBase: 35.19% // Head: 35.03% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #664 +/- ##
============================================
- Coverage 35.19% 35.03% -0.17%
+ Complexity 1451 1446 -5
============================================
Files 278 278
Lines 17380 17382 +2
Branches 1975 1975
============================================
- Hits 6117 6089 -28
- Misses 10647 10686 +39
+ Partials 616 607 -9
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Signed-off-by: shiyuhang <1136742008@qq.com>
Signed-off-by: shiyuhang <1136742008@qq.com>
|
@zhangyangyu, Thanks for your review. The bot only counts LGTMs from Reviewers and higher roles, but you're still welcome to leave your comments. You are not a reviewer or committer or co-leader or leader. |
|
This PR is stale because it has been open 30 days with no activity. Remove the status/stale label or comment or this PR will be closed in 7 days. |
|
This PR was closed because it has been stalled for 7 days with no activity. |
|
/merge |
|
/run-all-tests |
|
/merge |
|
Your auto merge job has been accepted, waiting for:
|
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-3.3 in PR #689 |
Signed-off-by: shiyuhang 1136742008@qq.com
What problem does this PR solve?
Avoid overflow
Issue Number: close #issue_number
Problem Description: TBD
What is changed and how does it work?
Code changes
Check List for Tests
This PR has been tested by at least one of the following methods:
Side effects
Related changes