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

prisma-risk / tsoracle / 26379281817
95%

Build:
DEFAULT BRANCH: main
Ran 25 May 2026 02:09AM 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:57AM UTC coverage: 94.846% (+0.03%) from 94.816%
26379281817

push

github

web-flow
test(paxos): isolate async_write failpoint tests into the integration binary (#377)

The async_write failpoint tests lived as #[cfg(test)] unit tests in
src/storage/mod.rs, so they ran in the lib test binary alongside non-failpoint
unit tests. cargo runs a binary's tests concurrently and the fail registry is
process-global, so while one of these tests had paxos_toolkit::storage::async_write
armed, a sibling test doing a batch_async write (e.g.
append_after_full_trim_survives_reopen's trim) could trip it and fail
intermittently under cargo test --all-features.

Move both tests (lost_compacted_index_after_trim_recovers_forward_only and the
metrics test failed_async_write_increments_labelled_failure_counter) into the
existing tests/failpoints.rs integration binary, rewritten against the public
API and the common helpers, and add a FAILPOINT_TEST_SERIAL parking_lot::Mutex
guard so the binary's failpoint tests are mutually serialized -- matching the
convention already used by tsoracle-openraft-toolkit, tsoracle-driver-file, and
tsoracle-tests. The lib test binary no longer arms any failpoint, so concurrent
unit tests can no longer be poisoned.

12108 of 12766 relevant lines covered (94.85%)

453140.54 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
97.44
-0.32% benchmarks/stress/src/loadgen.rs
Jobs
ID Job ID Ran Files Coverage
1 26379281817.1 25 May 2026 02:09AM UTC 80
94.85
GitHub Action Run
Source Files on build 26379281817
  • Tree
  • List 80
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26379281817
  • 05f6876d on github
  • Prev Build on main (#26379085453)
  • Next Build on main (#26379535391)
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