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

prisma-risk / tsoracle / 26380284228
95%

Build:
DEFAULT BRANCH: main
Ran 25 May 2026 02:42AM UTC
Jobs 1
Files 82
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 02:36AM UTC coverage: 94.866% (-0.02%) from 94.883%
26380284228

push

github

web-flow
fix(core): name all operands on window-extension overflow (#384)

try_prepare_window_extension returned PhysicalMsOutOfRange(u64::MAX) as a
hardcoded placeholder when max(floor, now_ms) + ahead_ms overflowed,
discarding the real operands. A saturated SystemClock (now_ms saturates
to u64::MAX) plus any non-zero ahead_ms reaches this path, and the log
then reads as "someone passed an absurd physical_ms" when the real cause
was a misconfigured clock.

Add CoreError::WindowExtensionOverflow { floor, now_ms, ahead_ms } and
return it at the overflow site so the error names all three inputs,
making a saturated now_ms distinguishable from a large ahead_ms. The
sibling floor overflow and the out-of-range check are unchanged.

Map the variant to Status::internal in core_status: the operands are
server-side (clock plus window config), not client-supplied, so it is a
server fault like InvalidLeadershipWindow rather than an out_of_range
request.

Closes #339

15 of 20 new or added lines in 2 files covered. (75.0%)

12455 of 13129 relevant lines covered (94.87%)

482193.67 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
92.41
-3.02% crates/tsoracle-server/src/service.rs
Jobs
ID Job ID Ran Files Coverage
1 26380284228.1 25 May 2026 02:42AM UTC 82
94.87
GitHub Action Run
Source Files on build 26380284228
  • Tree
  • List 82
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26380284228
  • be079ae8 on github
  • Prev Build on main (#26380175437)
  • Next Build on main (#26380510018)
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