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

prisma-risk / tsoracle / 26350814947
95%

Build:
DEFAULT BRANCH: main
Ran 24 May 2026 03:35AM UTC
Jobs 1
Files 74
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

24 May 2026 03:29AM UTC coverage: 94.808% (+0.02%) from 94.788%
26350814947

push

github

web-flow
fix(core): return NotLeader from try_prepare_window_extension off-leader (#251) (#280)

Every other mutating method on Allocator returns Err(CoreError::NotLeader)
for a non-leader, but try_prepare_window_extension returned Ok(0) — a value
indistinguishable from a legitimately prepared bound. A caller that skipped
is_leader() would proceed as if preparation had succeeded.

The NotLeader arm now returns Err(CoreError::NotLeader). In the server's
extend_window the arm was already unreachable (the allocator lock is held
across both the epoch() pre-check and the prepare call), so production
behavior is unchanged; the fix hardens the contract for future callers.

The monotonicity proptest relied on the Ok(0) sentinel: it called prepare
on every random Op::Extend, including off-leader sequences. It now gates the
prepare+commit behind the leader check, which is the pre-check callers should
perform anyway.

6 of 6 new or added lines in 1 file covered. (100.0%)

10627 of 11209 relevant lines covered (94.81%)

544698.68 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26350814947.1 24 May 2026 03:35AM UTC 74
94.81
GitHub Action Run
Source Files on build 26350814947
  • Tree
  • List 74
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26350814947
  • 2d90e0c5 on github
  • Prev Build on main (#26350727505)
  • Next Build on main (#26350876198)
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