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

databendlabs / openraft / 18549407440
88%
main: 88%

Build:
Build:
LAST BUILD BRANCH: release-0.10
DEFAULT BRANCH: main
Ran 16 Oct 2025 03:37AM UTC
Jobs 1
Files 199
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

16 Oct 2025 03:06AM UTC coverage: 91.345% (-0.05%) from 91.391%
18549407440

push

github

drmingdrmer
improve: Apply command no longer depends on preceding commands

`SaveCommittedAndApply` is automatically generated by examining progress
state. Previously, it had to wait for all preceding commands to execute
first (e.g., waiting for AppendEntries IO to submit entries to storage
before applying them).

This commit generates progress-driven commands only when their conditions
are already met. For example, `SaveCommittedAndApply` is only generated
when entries are already submitted to storage. This makes these commands
unconditional - they can execute immediately without waiting.

Benefits:
- Progress-driven commands can run anytime after generation
- No longer blocked by postponed commands in the queue
- Eliminates potential deadlock where the queue cannot be exhausted

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

11 existing lines in 3 files now uncovered.

11778 of 12894 relevant lines covered (91.34%)

139691.88 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
97.37
-0.19% openraft/src/engine/engine_impl.rs
1
80.8
-0.4% openraft/src/replication/mod.rs
9
85.92
-12.68% openraft/src/core/heartbeat/worker.rs
Jobs
ID Job ID Ran Files Coverage
1 18549407440.1 16 Oct 2025 03:37AM UTC 199
91.34
GitHub Action Run
Source Files on build 18549407440
  • Tree
  • List 199
  • Changed 4
  • Source Changed 2
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #18549407440
  • 675fda0d on github
  • Prev Build on release-0.10 (#18521054672)
  • Next Build on release-0.10 (#18625023051)
  • 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