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

prisma-risk / tsoracle / 26274068826
95%

Build:
DEFAULT BRANCH: main
Ran 22 May 2026 07:20AM UTC
Jobs 1
Files 51
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 May 2026 07:17AM UTC coverage: 96.241%. Remained the same
26274068826

push

github

web-flow
fix(openraft-piggyback): wait for ServingState after failover (#110)

The smoke test was polling the new leader's state machine for up to 5s
to observe the failover-fence high-water advance. Under noisy CI runners
the two raft round-trips inside the fence (ensure_linearizable +
client_write) could blow past that budget, leaving the SM at the
pre-failover value and tripping the freshness-invariant assertion.

Swap the busy-wait for a watch::Receiver subscription on the server's
ServingState. The fence publishes Serving only after persist_high_water
has committed and applied via raft, so a Serving observation is a
race-free signal that the SM already reflects the new epoch. Local
runs drop from ~7s to ~1.2s; 5/5 runs pass deterministically.

6503 of 6757 relevant lines covered (96.24%)

80934.12 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26274068826.1 22 May 2026 07:20AM UTC 51
96.24
GitHub Action Run
Source Files on build 26274068826
  • Tree
  • List 51
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26274068826
  • 1316a9c2 on github
  • Prev Build on main (#26272116796)
  • Next Build on main (#26295339568)
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