Closed JacksonYao287 closed 4 weeks ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Attention: Patch coverage is 75.00000%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 63.95%. Comparing base (
acb04e8
) to head (2490a3c
). Report is 24 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/lib/homestore_backend/hs_blob_manager.cpp | 50.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.
Can you add another PR to add support for spare replicas. This is needed for PG move. https://github.com/eBay/HomeStore/blob/master/src/tests/test_common/hs_repl_test_common.hpp#L41
Can you add another PR to add support for spare replicas. This is needed for PG move.
ok, will do
pls do a squash merge with some commit msg
1 add a raft test framework for homeobject , which will enable 3-replica raft-based test. 2 move all the current UT from single replica to 3 replicas raft-based 3 find and fix a blob sequence number bug after involving the new test framework.