Skip to content

feat(replication): state sync support for the append-only tree family (fixes #785) - #788

Open
QuantumExplorer wants to merge 5 commits into
developfrom
claude/eager-blackwell-838b49
Open

feat(replication): state sync support for the append-only tree family (fixes #785)#788
QuantumExplorer wants to merge 5 commits into
developfrom
claude/eager-blackwell-838b49

refactor(replication): address CodeRabbit review on #788

df05f98
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 3, 2026 in 0s

92.11% (-0.01%) compared to d473818

View this Pull Request on Codecov

92.11% (-0.01%) compared to d473818

Details

Codecov Report

❌ Patch coverage is 80.24316% with 130 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.11%. Comparing base (d473818) to head (df05f98).
⚠️ Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
grovedb/src/replication/non_merk_sync.rs 83.78% 72 Missing ⚠️
grovedb/src/lib.rs 67.01% 32 Missing ⚠️
grovedb/src/replication/state_sync_session.rs 74.22% 25 Missing ⚠️
grovedb/src/replication.rs 95.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #788      +/-   ##
===========================================
- Coverage    92.11%   92.11%   -0.01%     
===========================================
  Files          257      258       +1     
  Lines        77936    78920     +984     
===========================================
+ Hits         71794    72696     +902     
- Misses        6142     6224      +82     
Components Coverage Δ
grovedb-core 90.40% <80.24%> (+0.03%) ⬆️
merk 92.89% <ø> (ø)
storage 87.00% <ø> (ø)
commitment-tree 96.05% <ø> (ø)
mmr 96.79% <ø> (ø)
bulk-append-tree 89.82% <ø> (ø)
element 97.95% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.