-
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
executor: Migrate dataForStatistics, dataForTikVRegionPeers, dataForTiDBHotRegions from package infoschema to executor #15202
Conversation
…iDBHotRegions from package to Signed-off-by: gauss <gauss1314@gmail.com>
Thanks for your contribution. If your PR get merged, you will be rewarded 50 points. |
Codecov Report
@@ Coverage Diff @@
## master #15202 +/- ##
===============================================
+ Coverage 80.3363% 80.3593% +0.023%
===============================================
Files 503 503
Lines 132839 132903 +64
===============================================
+ Hits 106718 106800 +82
+ Misses 17716 17706 -10
+ Partials 8405 8397 -8 |
/run-unit-test |
@lonng @crazycs520 PTAL ,CI fails due to problems with random functions. |
/award-point 150 |
Update score success, the task will rewarded 150 after merged. |
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.
Rest LGTM
@gauss1314 Take it easy, the CI failure is not caused by your PR, and we are fixing the unstable test cases. |
@lonng @crazycs520 ping~ |
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
/merge |
/run-all-tests |
Congratulations, you get 200 score from easy level tasks in challenge program season-2, and if your PRs in reviewed stage all got merged, the score will be 200, try some medium and hard tasks!(you can not reward from easy and vector tasks now) |
UCP #15025
UCP #15030
UCP #15032
What problem does this PR solve?
Migrate
dataForStatistics
,dataForTikVRegionPeers
,dataForTiDBHotRegions
from packageinfoschema
toexecutor
.Check List
Tests