Closed JacksonYao287 closed 9 months ago
Attention: 31 lines
in your changes are missing coverage. Please review.
Comparison is base (
c3a1459
) 72.43% compared to head (fba3006
) 72.23%.
Files | Patch % | Lines |
---|---|---|
src/lib/homestore_backend/hs_pg_manager.cpp | 66.29% | 23 Missing and 7 partials :warning: |
src/include/homeobject/pg_manager.hpp | 0.00% | 1 Missing :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.
I have manually tested this PR with tree replicas. it works as expected!
@szmyd all the tests are passed in my local env, seem the CI failure is not caused by this PR itself, could you help taking a look?
this PR can be successfully built after https://github.com/eBay/HomeStore/pull/284/files is merged
we need to replicate create PG message across the rafte group, so that the follower can create pginfo and index table.