• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

databendlabs / openraft / 28212023607
87%
main: 87%

Build:
Build:
LAST BUILD BRANCH: release-0.10
DEFAULT BRANCH: main
Ran 26 Jun 2026 01:55AM UTC
Jobs 1
Files 264
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

26 Jun 2026 01:06AM UTC coverage: 86.936% (+0.06%) from 86.876%
28212023607

push

github

drmingdrmer
fix: keep VecProgress sorted above quorum

# Summary

Restore the VecProgress ordering invariant whenever a voter advances above `quorum_accepted`, preventing the quorum scan from committing a value that no actual quorum reached.

# Details

`move_up()` now runs for every voter update whose new value is above `quorum_accepted`, while quorum recalculation remains limited to values that cross the previous quorum boundary. This keeps the optimized scan's prefix assumption valid without adding unnecessary `is_quorum()` calls for already-above voters.

The regression test covers the five-voter sequence from #1802 where a stale prefix order previously advanced `quorum_accepted` to 6 even though only two voters had reached it.

Fixes #1802

23 of 23 new or added lines in 1 file covered. (100.0%)

3 existing lines in 1 file now uncovered.

16863 of 19397 relevant lines covered (86.94%)

161638.43 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
86.96
-3.26% openraft/src/core/heartbeat/worker.rs
Jobs
ID Job ID Ran Files Coverage
1 28212023607.1 26 Jun 2026 01:55AM UTC 264
86.94
GitHub Action Run
Source Files on build 28212023607
  • Tree
  • List 264
  • Changed 7
  • Source Changed 1
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28212023607
  • f076cf6f on github
  • Prev Build on main (#28157323203)
  • Next Build on release-0.10 (#28229089670)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc