Skip to content

fix(collator): fix refill messages buffer in transaction

18ee6b6
Select commit
Loading
Failed to load commit list.
Merged

Collator state undo #995

fix(collator): fix refill messages buffer in transaction
18ee6b6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 18, 2026 in 0s

56.74% (+1.19%) compared to e9b0a93

View this Pull Request on Codecov

56.74% (+1.19%) compared to e9b0a93

Details

Codecov Report

❌ Patch coverage is 91.03609% with 308 lines in your changes missing coverage. Please review.
✅ Project coverage is 56.74%. Comparing base (e9b0a93) to head (18ee6b6).

Files with missing lines Patch % Lines
util/src/transactional/hashmap.rs 31.81% 73 Missing and 2 partials ⚠️
util/src/transactional/btreemap.rs 71.20% 30 Missing and 6 partials ⚠️
collator/src/collator/do_collate/mod.rs 77.34% 27 Missing and 2 partials ⚠️
...ator/src/collator/messages_reader/state/int/mod.rs 25.71% 26 Missing ⚠️
collator/src/collator/statistics/cumulative.rs 95.51% 13 Missing and 10 partials ⚠️
collator/src/collator/messages_reader/mod.rs 77.01% 16 Missing and 4 partials ⚠️
...collator/messages_reader/state/ext/range_reader.rs 56.41% 15 Missing and 2 partials ⚠️
collator/src/internal_queue/types/stats.rs 96.39% 8 Missing and 3 partials ⚠️
...r/src/collator/messages_reader/externals_reader.rs 87.50% 8 Missing and 2 partials ⚠️
...lator/src/collator/do_collate/execution_wrapper.rs 59.09% 5 Missing and 4 partials ⚠️
... and 14 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #995      +/-   ##
==========================================
+ Coverage   55.54%   56.74%   +1.19%     
==========================================
  Files         416      431      +15     
  Lines       70155    72513    +2358     
  Branches    70155    72513    +2358     
==========================================
+ Hits        38966    41145    +2179     
- Misses      29234    29386     +152     
- Partials     1955     1982      +27     

☔ 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.