-
Notifications
You must be signed in to change notification settings - Fork 728
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
server: use an individual package for leader #1668
Conversation
e7f9d1d
to
a9ab057
Compare
Codecov Report
@@ Coverage Diff @@
## master #1668 +/- ##
==========================================
+ Coverage 76.52% 76.66% +0.13%
==========================================
Files 157 157
Lines 15352 15392 +40
==========================================
+ Hits 11748 11800 +52
+ Misses 2587 2579 -8
+ Partials 1017 1013 -4
Continue to review full report at Codecov.
|
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
Signed-off-by: Ryan Leung <rleungx@gmail.com>
Signed-off-by: Ryan Leung <rleungx@gmail.com>
Signed-off-by: Ryan Leung <rleungx@gmail.com>
/run-all-tests |
What problem does this PR solve?
Part of modularizing PD. It should be reviewed after #1662 is merged.
What is changed and how it works?
This PR uses an individual package for
leader
.Check List
Tests