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

prisma-risk / tsoracle / 28899439000
95%

Build:
DEFAULT BRANCH: main
Ran 07 Jul 2026 09:26PM UTC
Jobs 1
Files 97
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

07 Jul 2026 09:18PM UTC coverage: 95.125% (+0.01%) from 95.114%
28899439000

push

github

web-flow
fix(server): make the lease-commit epoch guard atomic with the table mutation (#664)

The guard read the allocator epoch, released that lock, and only then took the lease-table lock — a step-down interleaving between the two applies the mutation to the just-cleared follower table, leaving a phantom in-memory record under a stale epoch. Checking the epoch while holding the table lock closes the window: step_down clears the allocator before it takes the table lock, so a raced commit is either refused or wiped by the subsequent table clear. The nested lock order introduced here (table, then allocator) is unique to lease_commit; every other path takes the two locks sequentially.

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

45 of 46 new or added lines in 1 file covered. (97.83%)

18383 of 19325 relevant lines covered (95.13%)

310935.98 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
96.98
0.48% crates/tsoracle-server/src/serving_core.rs
Jobs
ID Job ID Ran Files Coverage
1 28899439000.1 07 Jul 2026 09:26PM UTC 97
95.13
GitHub Action Run
Source Files on build 28899439000
  • Tree
  • List 97
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28899439000
  • 00f0fc41 on github
  • Prev Build on main (#28898610927)
  • Next Build on main (#28899755367)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc