Skip to content

Split state on parts - #983

Draft
SmaGMan wants to merge 31 commits into
masterfrom
feat/split-state-storage-persistent
Draft

Split state on parts#983
SmaGMan wants to merge 31 commits into
masterfrom
feat/split-state-storage-persistent

chore(core): move core db migration function

5d89709
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 30, 2026 in 0s

54.69% (+0.29%) compared to a96d518

View this Pull Request on Codecov

54.69% (+0.29%) compared to a96d518

Details

Codecov Report

❌ Patch coverage is 59.75568% with 1186 lines in your changes missing coverage. Please review.
✅ Project coverage is 54.69%. Comparing base (a96d518) to head (5d89709).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
core/src/storage/shard_state/mod.rs 51.00% 276 Missing and 16 partials ⚠️
...storage/persistent_state/parts/impls/local_impl.rs 35.13% 140 Missing and 4 partials ⚠️
core/src/storage/persistent_state/mod.rs 63.08% 99 Missing and 28 partials ⚠️
...e/src/storage/persistent_state/descriptor_cache.rs 57.19% 105 Missing and 14 partials ⚠️
core/src/storage/shard_state/cell_storage.rs 59.22% 73 Missing and 11 partials ⚠️
core/src/storage/db/migrations.rs 0.00% 60 Missing ⚠️
core/src/storage/persistent_state/tests.rs 84.22% 7 Missing and 46 partials ⚠️
core/src/block_strider/starter/cold_boot.rs 0.00% 46 Missing ⚠️
...src/storage/persistent_state/shard_state/writer.rs 71.23% 35 Missing and 7 partials ⚠️
core/src/storage/shard_state/store_state_raw.rs 68.00% 30 Missing and 10 partials ⚠️
... and 21 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #983      +/-   ##
==========================================
+ Coverage   54.40%   54.69%   +0.29%     
==========================================
  Files         402      406       +4     
  Lines       67237    69440    +2203     
  Branches    67237    69440    +2203     
==========================================
+ Hits        36582    37982    +1400     
- Misses      28846    29549     +703     
- Partials     1809     1909     +100     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.