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

prisma-risk / tsoracle / 28642785977
95%

Build:
DEFAULT BRANCH: main
Ran 03 Jul 2026 06:47AM UTC
Jobs 1
Files 93
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

03 Jul 2026 06:27AM UTC coverage: 95.078% (+0.02%) from 95.056%
28642785977

push

github

web-flow
fix(standalone): fail fast when a peer or admin server task dies (#644)

A peer or admin transport server that terminated with an error was logged and abandoned: the spawned task exited, the consensus driver kept running, and the node became a zombie — no health signal, no non-zero exit, no restart, while peers timed out and elected around it.

Supervise all three server tasks (openraft peer, paxos peer, admin) through TransportHandle::spawn_supervised: the server future runs in its own task, and any unexpected exit — an error, a clean return nobody requested, or a panic — trips a per-node FatalSignal. The bin's serve loop selects on that signal next to the OS shutdown signal; on a trip it skips the graceful drain (the node is already degraded), stops the client server, tears down the remaining transports, and exits non-zero so an orchestrator restarts the node. Cooperative shutdown and handle drop remain non-fatal.

Fixes #616

Signed-off-by: Sebastian Thiebaud <sebastian@prismarisk.com>

178 of 185 new or added lines in 6 files covered. (96.22%)

2 existing lines in 1 file now uncovered.

17425 of 18327 relevant lines covered (95.08%)

312614.83 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
97.4
-0.28% crates/tsoracle-standalone/src/transport.rs
3
85.25
0.35% crates/tsoracle-standalone/src/drivers/openraft/mod.rs

Coverage Regressions

Lines Coverage ∆ File
2
93.56
-0.12% crates/tsoracle-client/src/retry.rs
Jobs
ID Job ID Ran Files Coverage
1 28642785977.1 03 Jul 2026 06:47AM UTC 93
95.08
GitHub Action Run
Source Files on build 28642785977
  • Tree
  • List 93
  • Changed 7
  • Source Changed 6
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28642785977
  • 132ed36f on github
  • Prev Build on main (#28642775286)
  • Next Build on main (#28642815525)
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