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

databendlabs / openraft / 28210692020 / 1
87%
main: 87%

Build:
DEFAULT BRANCH: main
Ran 26 Jun 2026 01:13AM UTC
Files 264
Run time 6s
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.921% (+0.05%) from 86.876%
28210692020.1

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

16860 of 19397 relevant lines covered (86.92%)

162233.09 hits per line

Source Files on job 28210692020.1
  • Tree
  • List 264
  • Changed 5
  • Source Changed 1
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 28210692020
  • f076cf6f on github
  • Prev Job for on main (#28157323203.1)
  • Next Job for on main (#28227196545.1)
  • 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