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

databendlabs / openraft / 20340037209
88%

Build:
DEFAULT BRANCH: main
Ran 18 Dec 2025 02:23PM UTC
Jobs 1
Files 238
Run time 61min
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

18 Dec 2025 01:24PM UTC coverage: 92.566% (+0.06%) from 92.509%
20340037209

push

github

drmingdrmer
feat: add `max_append_entries` config for storage I/O batching

Add a dedicated config option to limit the number of log entries batched
in a single storage write operation. This is separate from `max_payload_entries`
which controls network replication payload size.

Changes:
- Add `max_append_entries: Option<u64>` config field with default 4096
- Add `max_append_entries()` method to return configured value
- Update `CommandScheduler` to accept `&Config` instead of `max_entries` parameter
- Simplify merge logic by combining conditions in match guard

48 of 49 new or added lines in 3 files covered. (97.96%)

43 existing lines in 4 files now uncovered.

15153 of 16370 relevant lines covered (92.57%)

146338.83 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
98.03
openraft/src/engine/command_scheduler.rs

Uncovered Existing Lines

Lines Coverage ∆ File
2
81.13
1.54% openraft/src/engine/engine_output.rs
2
77.78
-11.11% openraft/src/engine/handler/establish_handler/mod.rs
3
95.65
-3.26% openraft/src/core/heartbeat/worker.rs
36
90.26
-0.08% openraft/src/core/raft_core.rs
Jobs
ID Job ID Ran Files Coverage
1 20340037209.1 18 Dec 2025 02:23PM UTC 238
92.57
GitHub Action Run
Source Files on build 20340037209
  • Tree
  • List 238
  • Changed 7
  • Source Changed 3
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20340037209
  • 2bbf7eb9 on github
  • Prev Build on main (#20338376087)
  • Next Build on main (#20344216752)
  • 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