Skip to content

fix: CommitmentTreeInsert under-costed in estimated-cost paths (issue #812) - #813

Merged
QuantumExplorer merged 7 commits into
developfrom
claude/grovedb-issue-812-22740a
Aug 19, 2026
Merged

fix: CommitmentTreeInsert under-costed in estimated-cost paths (issue #812)#813
QuantumExplorer merged 7 commits into
developfrom
claude/grovedb-issue-812-22740a

fix: saturate the epoch term in the CommitmentTreeInsert estimate

2d5eacb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 17, 2026 in 0s

92.18% (+0.01%) compared to 1b3ed08

View this Pull Request on Codecov

92.18% (+0.01%) compared to 1b3ed08

Details

Codecov Report

❌ Patch coverage is 94.47115% with 23 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.18%. Comparing base (1b3ed08) to head (2d5eacb).

Files with missing lines Patch % Lines
...db/src/batch/estimated_costs/average_case_costs.rs 94.88% 9 Missing ⚠️
...vedb/src/batch/estimated_costs/worst_case_costs.rs 94.48% 8 Missing ⚠️
grovedb/src/batch/batch_structure.rs 84.61% 6 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #813      +/-   ##
===========================================
+ Coverage    92.17%   92.18%   +0.01%     
===========================================
  Files          267      267              
  Lines        81961    82329     +368     
===========================================
+ Hits         75544    75894     +350     
- Misses        6417     6435      +18     
Components Coverage Δ
grovedb-core 90.39% <94.47%> (+0.03%) ⬆️
merk 93.14% <ø> (+0.01%) ⬆️
storage 87.05% <ø> (ø)
commitment-tree 96.05% <ø> (ø)
mmr 96.79% <ø> (ø)
bulk-append-tree 89.82% <ø> (ø)
element 97.92% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.