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

databendlabs / openraft / 20436309739
88%

Build:
DEFAULT BRANCH: main
Ran 22 Dec 2025 03:30PM UTC
Jobs 1
Files 245
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

22 Dec 2025 03:17PM UTC coverage: 92.007% (-0.07%) from 92.079%
20436309739

push

github

drmingdrmer
feat: add `client_write_many()` for batch writes

Add a new API method that allows writing multiple application data payloads
in a single batch operation. Returns a boxed stream that yields results in
submission order, which is more efficient than calling `client_write()`
multiple times.

Changes:
- Add `client_write_many()` to `Raft` returning `BoxStream<Result<WriteResult, Fatal>>`
- Add `WriteResult` and `WriteResponse` types for simplified batch write responses
- Add `into_write_result()` to convert internal `ClientWriteResult` to public `WriteResult`
- Change `do_client_write_ff()` to accept `Batch` containers for batch support
- Add test verifying batch writes return sequential results in order

35 of 39 new or added lines in 3 files covered. (89.74%)

16 existing lines in 7 files now uncovered.

15770 of 17140 relevant lines covered (92.01%)

161346.51 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
97.87
-2.13% openraft/src/raft/api/app.rs
3
75.0
openraft/src/raft/message/write.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
81.4
0.0% openraft/src/base/batch/mod.rs
1
83.33
0.0% openraft/src/metrics/serde_instant.rs
2
96.86
-0.9% openraft/src/replication/mod.rs
3
91.61
-0.35% openraft/src/core/raft_core.rs
3
79.17
-12.5% openraft/src/core/sm/handle.rs
3
90.77
-4.62% openraft/src/raft/raft_inner.rs
3
82.8
-3.23% openraft/src/replication/snapshot_transmitter.rs
Jobs
ID Job ID Ran Files Coverage
1 20436309739.1 22 Dec 2025 03:30PM UTC 245
92.01
GitHub Action Run
Source Files on build 20436309739
  • Tree
  • List 245
  • Changed 10
  • Source Changed 3
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20436309739
  • e586c8be on github
  • Prev Build on main (#20425869488)
  • Next Build on main (#20437223712)
  • 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