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

prisma-risk / tsoracle / 26374252603
95%

Build:
DEFAULT BRANCH: main
Ran 24 May 2026 10:20PM UTC
Jobs 1
Files 75
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 10:16PM UTC coverage: 94.846%. Remained the same
26374252603

push

github

web-flow
test: make the remaining real-time consensus-harness tests deterministic (#326)

Convert the last wall-clock-dependent tests across the paxos and openraft
test harnesses to deterministic execution, removing their timing flakiness.
No production changes.

Two techniques, chosen by where each test's regression lives:

- Synchronous step-driver (step/step_until) for pure consensus-progression
  contracts, where apply_once faithfully stands in for the async apply task:
  driver-paxos reconfiguration and single_node (the inert case takes the peer
  hosts out so only one node steps, so no quorum is reachable).

- tokio virtual time (start_paused) where the regression lives in the async
  apply task or a yield-point race that the step-driver's synchronous
  apply_once would bypass: driver-paxos blocking_reads_missed_notify,
  linearized_barrier, submit_advance_attribution, standalone_stale_permit,
  standalone_shutdown; paxos-toolkit lifecycle; openraft-toolkit
  mem_network_smoke. These keep the real runner/apply machinery and
  yield-point gating, so the race is preserved (verified red-green under
  virtual time) while wall-clock variance is removed.

11354 of 11971 relevant lines covered (94.85%)

485412.64 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26374252603.1 24 May 2026 10:20PM UTC 75
94.85
GitHub Action Run
Source Files on build 26374252603
  • Tree
  • List 75
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26374252603
  • cfe81fad on github
  • Prev Build on main (#26374152608)
  • Next Build on main (#26374735542)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc