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

prisma-risk / tsoracle / 26267013454
95%

Build:
DEFAULT BRANCH: main
Ran 22 May 2026 03:40AM UTC
Jobs 1
Files 49
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

22 May 2026 03:37AM UTC coverage: 96.2% (-0.002%) from 96.202%
26267013454

push

github

web-flow
tests(stress): remove root and sanitizer fragility from three tests (#80)

Three tests in the stress crate failed when running the workspace
suite as root inside Docker or under nightly LeakSanitizer + QEMU
emulation. Each made an environmental assumption that breaks outside
the GitHub ubuntu-latest x86_64 sandbox CI is tuned against — none
are bugs in product code.

- open_log_store_errors_on_bad_path: asserted a write to a
  /nonexistent-root path would fail. Root inside a container bypasses
  DAC checks and the write succeeds. Use a path whose ancestor is a
  regular file so mkdir_p fails with ENOTDIR for any uid.

- client_task_round_trip_against_real_server: granted the loadgen
  task a fixed 200ms wall-clock budget for warmup + first RPC. Under
  LSan + emulation, first-RPC latency easily exceeds that. Insert a
  counting forwarder between the task and the supervisor and poll
  for the first issued sample with a 30s ceiling; the loop exits as
  soon as progress shows.

- kill_leader_triggers_reelection: polled 2s for a new leader after
  killing the original (election timeout 300-600ms). Same compound
  slowdown can stretch raft worker scheduling past that window.
  Widen to a 30s deadline; still exits as soon as a new leader is
  observed.

29 of 31 new or added lines in 2 files covered. (93.55%)

6278 of 6526 relevant lines covered (96.2%)

82556.66 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
96.64
-0.16% benchmarks/stress/src/loadgen.rs
1
94.15
0.06% benchmarks/stress/src/topology/raft.rs
Jobs
ID Job ID Ran Files Coverage
1 26267013454.1 22 May 2026 03:40AM UTC 49
96.2
GitHub Action Run
Source Files on build 26267013454
  • Tree
  • List 49
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26267013454
  • cb02a390 on github
  • Prev Build on main (#26266359914)
  • Next Build on main (#26268794499)
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