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

databendlabs / openraft / 27353408205
87%

Build:
DEFAULT BRANCH: main
Ran 11 Jun 2026 02:20PM UTC
Jobs 1
Files 262
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

11 Jun 2026 02:13PM UTC coverage: 86.468% (+0.01%) from 86.457%
27353408205

push

github

drmingdrmer
docs: clarify try_get_log_entries boundary-tolerance contract

The doc for RaftLogReader::try_get_log_entries said the absence of an
entry is tolerated "at the beginning or end of the range", which reads
as permitting a short read whenever a reader handle has not yet observed
a recently appended entry. That is not the intent: the tolerance only
covers entries the log genuinely does not contain (purged at the front,
not yet appended at the end).

Clarify that omitting an already-appended-but-not-yet-visible entry (a
read-after-write/-flush visibility lag) is a storage contract violation,
not a tolerated boundary short read, and cross-reference the
RaftLogStorage::append requirement that appended entries be readable the
moment it returns -- even before the flush callback fires. Note that
openraft may treat such a short read as fatal, since committed entries
are read back through this method on the apply path.

Refs #1780

16300 of 18851 relevant lines covered (86.47%)

144620.28 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
84.62
-4.62% openraft/src/raft/raft_inner.rs
1
83.33
0.0% openraft/src/metrics/serde_instant.rs
Jobs
ID Job ID Ran Files Coverage
1 27353408205.1 11 Jun 2026 02:20PM UTC 262
86.47
GitHub Action Run
Source Files on build 27353408205
  • Tree
  • List 262
  • Changed 5
  • Source Changed 1
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27353408205
  • 9d7bec1d on github
  • Prev Build on main (#27335072378)
  • Next Build on main (#27361362374)
  • 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