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

databendlabs / openraft / 23701727337
86%

Build:
DEFAULT BRANCH: main
Ran 29 Mar 2026 04:54AM UTC
Jobs 1
Files 269
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

29 Mar 2026 04:43AM UTC coverage: 86.354% (-0.02%) from 86.375%
23701727337

push

github

drmingdrmer
fix: in 0.10.0: prevent u8 truncation in small-value bucket cache

The small-value cache was casting bucket indices to `u8` unconditionally.
For wide log scales (e.g., `WIDTH=7` with 896 buckets), indices above 255
would silently truncate, mapping values to wrong buckets.

Stop populating the cache when the bucket index no longer fits in `u8`,
so lookups beyond that point fall through to the uncached path.

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

13 existing lines in 5 files now uncovered.

16555 of 19171 relevant lines covered (86.35%)

142340.99 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
97.89
0.25% openraft/src/base/histogram/log_scale.rs
3
96.41
-0.45% openraft/src/replication/mod.rs
3
82.8
-3.23% openraft/src/replication/snapshot_transmitter.rs
2
81.48
-7.41% openraft/src/core/sm/handle.rs
2
91.74
-1.65% openraft/src/replication/stream_state.rs
Jobs
ID Job ID Ran Files Coverage
1 23701727337.1 29 Mar 2026 04:54AM UTC 269
86.35
GitHub Action Run
Source Files on build 23701727337
  • Tree
  • List 269
  • Changed 8
  • Source Changed 3
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23701727337
  • 503d765f on github
  • Prev Build on main (#23700914850)
  • Next Build on main (#23712461117)
  • 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