eBay / HomeObject

Replicated BLOB Store built upon HomeStore
Apache License 2.0
6 stars 15 forks source link

enhance shard recovery test case #114

Closed zichanglai closed 1 year ago

zichanglai commented 1 year ago

add unit test to verify shard sequence num will be recovered after HO restarted.

codecov-commenter commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f797726) 78.84% compared to head (eb34e3c) 78.84%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #114 +/- ## ======================================= Coverage 78.84% 78.84% ======================================= Files 29 29 Lines 1035 1035 Branches 101 101 ======================================= Hits 816 816 Misses 158 158 Partials 61 61 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

szmyd commented 1 year ago

This looks good generally to me, but will let @raakella1 approve since he wrote the original issue #102