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

prisma-risk / tsoracle / 26348648998
95%

Build:
DEFAULT BRANCH: main
Ran 24 May 2026 01:37AM 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 01:33AM UTC coverage: 94.826% (+0.007%) from 94.819%
26348648998

push

github

web-flow
fix(server): retry fence transient errors while racing the leadership stream (#229) (#235)

A fence that exhausted its bounded TransientDriver retry budget published
NotServing and broke out of the retry loop. A node still elected leader at
the same term then received no fresh leadership event (the leadership stream
dedups identical projections), leaving it NotServing indefinitely — a
cluster-wide timestamp-allocation outage until an operator restarts the
process or forces a leadership transition.

Retry TransientDriver indefinitely instead, racing each capped backoff
against the leadership stream so a genuine leadership change — which some
drivers (e.g. the paxos host, whose append failures map to TransientDriver
with no NotLeader escape) report as a transient error rather than NotLeader —
is observed and dispatched rather than spun past. An event seen mid-retry is
stashed and handled on the next watch iteration.

Add a feature-gated tsoracle.leader_transition.fence_transient_retries.total
counter and a rate-limited warning so a sustained stuck fence is observable,
and add regression tests for both the still-leader recovery and the
mid-retry leadership transition.

20 of 24 new or added lines in 1 file covered. (83.33%)

4 existing lines in 1 file now uncovered.

10373 of 10939 relevant lines covered (94.83%)

477745.99 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
96.15
-2.72% crates/tsoracle-server/src/fence.rs

Coverage Regressions

Lines Coverage ∆ File
4
73.54
-1.37% crates/tsoracle-paxos-toolkit/src/lifecycle/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 26348648998.1 24 May 2026 01:37AM UTC 74
94.83
GitHub Action Run
Source Files on build 26348648998
  • Tree
  • List 74
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26348648998
  • 68b18c6f on github
  • Prev Build on main (#26346772476)
  • Next Build on main (#26349056193)
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