Closed xiaoxichen closed 9 months ago
Attention: 2 lines
in your changes are missing coverage. Please review.
Comparison is base (
6abaabb
) 72.56% compared to head (5f44d5b
) 75.18%.
Files | Patch % | Lines |
---|---|---|
src/lib/repl_service_ctx.cpp | 60.00% | 1 Missing and 1 partial :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
just added a few line of UT https://github.com/eBay/nuraft_mesg/compare/30b499f2e92984dc9b08c0f129cdfd4fa2c3a058..fe567bc351cbec992fb4f6ef7766768e1a62ff0d
sorry for the force-push
Thanks @szmyd , the static assert added, that is much better
SM needs to return leader in both response of some API call as well as PGStat report.
This helps client(of SM) to know up-to-date leader and send requests to leader.