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

prisma-risk / tsoracle / 26350643476
95%

Build:
DEFAULT BRANCH: main
Ran 24 May 2026 03:24AM 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:20AM UTC coverage: 94.815% (+0.01%) from 94.805%
26350643476

push

github

web-flow
fix(driver-paxos): gate submit_advance on a per-call barrier nonce (#256) (#278)

submit_advance waited on a threshold — `new_decided > snapshot_decided
&& high_water() >= at_least` — that a racing caller's Advance can satisfy
before this call's own Advance is applied. Both halves can be caused by
an unrelated entry, so the returned high-water was not provably
attributable to this call; the apply-wait contract was not actually
enforced, leaving the epoch fence as the only real safety net.

Mirror current_high_water: append a Barrier { node, seq } nonce
immediately after the Advance and wait until the apply path folds that
specific barrier. A folded barrier proves every earlier decided entry —
this call's own Advance among them — has been folded, so the returned
value is provably this call's. The trailing high_water() >= at_least
guard preserves submit_advance's floor postcondition (absent from the
read path) in the corner where a mid-call leadership change drops the
Advance while the barrier still decides under the new leader.

0 of 3 new or added lines in 1 file covered. (0.0%)

10606 of 11186 relevant lines covered (94.81%)

502999.35 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
87.73
-1.64% crates/tsoracle-driver-paxos/src/standalone.rs
Jobs
ID Job ID Ran Files Coverage
1 26350643476.1 24 May 2026 03:24AM UTC 74
94.81
GitHub Action Run
Source Files on build 26350643476
  • 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 #26350643476
  • a1b5b419 on github
  • Prev Build on main (#26350567390)
  • Next Build on main (#26350727505)
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