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

prisma-risk / tsoracle / 26350567390
95%

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

push

github

web-flow
fix(paxos-toolkit): floor MemStorage append at compacted_idx after full trim (#277)

After a full trim leaves the log empty, `MemStorage::append_entry` and
`append_entries` fell back to absolute index 0 (`unwrap_or(0)`) instead of
the compaction floor. Production `RocksdbStorage::next_log_idx` floors the
next write at `compacted_idx`, so the fake diverged: a post-compaction
append landed below the floor, unreachable via `get_suffix(compacted_idx)`
and underflowing `get_log_len` to 0.

Because the fake exists to let downstream conformance suites run without
RocksDB, this divergence silently masked regressions in the very
post-compaction append path the suite is meant to guard.

Floor both append methods at `inner.compacted_idx`, mirroring production,
and add conformance tests parallel to the existing RocksDB test
`append_after_full_trim_writes_at_compacted_idx`.

Closes #255

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

2 existing lines in 1 file now uncovered.

10602 of 11183 relevant lines covered (94.8%)

464391.63 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 26350567390.1 24 May 2026 03:20AM UTC 74
94.8
GitHub Action Run
Source Files on build 26350567390
  • 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 #26350567390
  • a7fd4dae on github
  • Prev Build on main (#26350529015)
  • Next Build on main (#26350643476)
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