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

prisma-risk / tsoracle / 26409571283
95%

Build:
DEFAULT BRANCH: main
Ran 25 May 2026 04:15PM UTC
Jobs 1
Files 67
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

25 May 2026 04:10PM UTC coverage: 95.001% (+0.003%) from 94.998%
26409571283

push

github

web-flow
fix(paxos-toolkit)!: enforce PaxosRunner::start guard in release builds (#412)

PaxosRunner::start guarded against a double-start with a debug_assert!,
which compiles away in release. There a second start() silently overwrote
self.handle and orphaned the prior tick task, briefly running two tick
loops on one OmniPaxos handle — double BLE ticks and a double
outgoing_messages drain.

Mirror the host primitive that already learned this (StandaloneHost::start
returns Err(AlreadyRunning)): start now returns Result<(), AlreadyRunning>
with a runtime guard that runs before spawning either the tick task or its
outbound sender task, so a rejected call spawns nothing and leaves the live
task untouched.

StandaloneHost::start bridges the toolkit's AlreadyRunning onto its own and
now starts the runner before spawning the apply task, so a rejection cannot
orphan a freshly-spawned apply task. Remaining direct callers (toolkit
tests, the lifecycle integration test, and the paxos-piggyback example)
consume the new Result.

This is a breaking change to the PaxosRunner::start signature.

32 of 34 new or added lines in 2 files covered. (94.12%)

9349 of 9841 relevant lines covered (95.0%)

580386.27 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
78.49
1.11% crates/tsoracle-paxos-toolkit/src/lifecycle/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 26409571283.1 25 May 2026 04:15PM UTC 67
95.0
GitHub Action Run
Source Files on build 26409571283
  • Tree
  • List 67
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26409571283
  • 2da6d238 on github
  • Prev Build on main (#26408960300)
  • Next Build on main (#26409991118)
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