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

databendlabs / openraft / 28148326580
87%

Build:
DEFAULT BRANCH: main
Ran 25 Jun 2026 05:12AM 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

25 Jun 2026 05:05AM UTC coverage: 86.91% (+0.02%) from 86.886%
28148326580

push

github

drmingdrmer
fix: avoid commit channels for complete-only responders

Add ProgressResponder::complete_only() for callers that only need the final
result, and use it in completion-only write paths.

ProgressResponder::new() always creates both commit and completion channels.
Callers such as client_write or client_write_many only use the completion
receiver.  client_write happens to keep the commit receiver in scope until it
is signaled, but client_write_man, in each loop iteration drops the commit
receiver immediately after constructing the responder.

When Raft later commits those entries, ProgressResponder::on_commit() attempts
to send through each abandoned commit channel and logs a warning for every
dropped receiver. This is benign because these call sites deliberately only
wait for completion, but batch writes can produce a large amount of misleading
log noise.

28 of 28 new or added lines in 2 files covered. (100.0%)

2 existing lines in 2 files now uncovered.

16844 of 19381 relevant lines covered (86.91%)

162132.76 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
83.33
0.0% openraft/src/metrics/serde_instant.rs
1
98.48
-0.56% openraft/src/raft/responder/impls/progress_responder.rs
Jobs
ID Job ID Ran Files Coverage
1 28148326580.1 25 Jun 2026 05:12AM UTC 264
86.91
GitHub Action Run
Source Files on build 28148326580
  • Tree
  • List 264
  • Changed 7
  • Source Changed 5
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28148326580
  • 20c0b8ce on github
  • Prev Build on main (#28119054731)
  • Next Build on main (#28153627511)
  • 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