Skip to content

fix: eliminate unnecessary cleanup I/O costs for empty tree deletions - #639

Merged
QuantumExplorer merged 4 commits into
developfrom
fix/delete-tree-cleanup-fees
Mar 10, 2026
Merged

fix: eliminate unnecessary cleanup I/O costs for empty tree deletions#639
QuantumExplorer merged 4 commits into
developfrom
fix/delete-tree-cleanup-fees

Revert "fix: skip cleanup for empty trees with DeleteChildren"

abd5f3a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 10, 2026 in 0s

90.83% (-0.01%) compared to 0f7faf5

View this Pull Request on Codecov

90.83% (-0.01%) compared to 0f7faf5

Details

Codecov Report

❌ Patch coverage is 81.25000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.83%. Comparing base (0f7faf5) to head (abd5f3a).

Files with missing lines Patch % Lines
grovedb/src/batch/mod.rs 80.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #639      +/-   ##
===========================================
- Coverage    90.83%   90.83%   -0.01%     
===========================================
  Files          182      182              
  Lines        51898    51895       -3     
===========================================
- Hits         47142    47138       -4     
- Misses        4756     4757       +1     
Components Coverage Δ
grovedb-core 89.05% <81.25%> (-0.01%) ⬇️
merk 91.94% <ø> (ø)
storage 86.36% <ø> (ø)
commitment-tree 96.43% <ø> (ø)
mmr 96.76% <ø> (ø)
bulk-append-tree 89.65% <ø> (ø)
element 97.56% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.