-
Notifications
You must be signed in to change notification settings - Fork 500
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
pdms: remove shutdown component and add test for scaler&upgrader #5554
pdms: remove shutdown component and add test for scaler&upgrader #5554
Conversation
2989d69
to
e753190
Compare
/run-all-tests |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5554 +/- ##
==========================================
+ Coverage 61.32% 61.47% +0.15%
==========================================
Files 235 235
Lines 30083 30097 +14
==========================================
+ Hits 18449 18503 +54
+ Misses 9793 9740 -53
- Partials 1841 1854 +13
|
/run-pull-e2e-kind-serial |
/run-pull-e2e-kind-tngm |
Signed-off-by: husharp <jinhao.hu@pingcap.com>
/run-all-tests |
2 similar comments
/run-all-tests |
/run-all-tests |
Signed-off-by: husharp <jinhao.hu@pingcap.com>
/run-all-tests |
1 similar comment
/run-all-tests |
@csuzhangxc friendly 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.
rest LGTM
Signed-off-by: husharp <jinhao.hu@pingcap.com>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: csuzhangxc The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
/run-all-tests |
What problem does this PR solve?
Fix the bug that modifing tso config did not take effect
Closes #5553, related tikv/pd#7519
What is changed and how does it work?
Tests
Release Notes
Please refer to Release Notes Language Style Guide before writing the release note.