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

prisma-risk / tsoracle / 26378953265
95%

Build:
DEFAULT BRANCH: main
Ran 25 May 2026 01:49AM UTC
Jobs 1
Files 80
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 01:44AM UTC coverage: 94.792% (-0.01%) from 94.803%
26378953265

push

github

web-flow
refactor(client): thread compact TimestampRange through decode and delivery (#370)

The GetTs wire response is a compact range (physical_ms, logical_start,
count). decode_get_ts_response expanded it into a full Vec<Timestamp> of
`count` entries, and deliver re-sliced that vector into per-waiter Vecs, so a
maxed-out chunk (MAX_TIMESTAMPS_PER_RPC = 262_144) ballooned ~16 wire bytes
into ~2 MB materialized twice on the client hot path.

Carry a ~16-byte TimestampRange { physical_ms, logical_start, count } from
decode through coalescing and delivery; expand a Vec<Timestamp> only per
waiter in deliver, which is the irreducible public-API boundary. decode now
validates the packing invariants with a single try_pack on the range's start
endpoint instead of a per-element loop. Public API and wire format unchanged.

Closes #356

52 of 52 new or added lines in 3 files covered. (100.0%)

2 existing lines in 1 file now uncovered.

12121 of 12787 relevant lines covered (94.79%)

457946.0 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
84.37
-0.54% benchmarks/stress/src/topology/paxos.rs
Jobs
ID Job ID Ran Files Coverage
1 26378953265.1 25 May 2026 01:49AM UTC 80
94.79
GitHub Action Run
Source Files on build 26378953265
  • Tree
  • List 80
  • Changed 4
  • Source Changed 3
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26378953265
  • 9f8cecfd on github
  • Prev Build on main (#26378411301)
  • Next Build on main (#26379037445)
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