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

prisma-risk / tsoracle / 26350110025
95%

Build:
DEFAULT BRANCH: main
Ran 24 May 2026 02:55AM 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 02:51AM UTC coverage: 94.736% (-0.002%) from 94.738%
26350110025

push

github

web-flow
fix(proto): bundle LeaderHint epoch into a single nested EpochWire (#252) (#273)

The leader epoch travelled as two independent `optional uint64` halves
(`leader_epoch_hi`/`leader_epoch_lo`) governed only by a prose "both
present or both absent" rule. Nothing enforced it: a bug populating one
half yielded a corrupt epoch, and the client collapsed any partial pair
to `None`, silently skipping the monotone-forward `accept_hint` gate so
a stale or invalid redirect could be followed with no error.

Replace the two halves with a single `optional EpochWire { uint64 hi;
uint64 lo; }`. Presence now implies both halves, making a half-populated
epoch unrepresentable on the wire and in the generated Rust types. The
server builds `Option<EpochWire>` and the client reassembles via a single
`map` with no partial-pair branch.

Field number 2 is reused directly rather than reserved; this is a
breaking wire change, acceptable pre-1.0.

41 of 41 new or added lines in 5 files covered. (100.0%)

10493 of 11076 relevant lines covered (94.74%)

502086.57 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26350110025.1 24 May 2026 02:55AM UTC 74
94.74
GitHub Action Run
Source Files on build 26350110025
  • Tree
  • List 74
  • Changed 5
  • Source Changed 5
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26350110025
  • bf89be31 on github
  • Prev Build on main (#26349625509)
  • Next Build on main (#26350123394)
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