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

ZelAnton / ProcessKit-rs / 30956789552
94%

Build:
DEFAULT BRANCH: main
Ran 04 Aug 2026 10:33PM UTC
Jobs 1
Files 53
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

04 Aug 2026 10:30PM UTC coverage: 95.081% (+0.1%) from 94.951%
30956789552

push

github

ZelAnton
Stop the merge-pipe reader from parking a blocking-pool thread on Unix

The Unix side of Command::merge_stderr_in_pipe read its shared stdout+stderr
pipe through tokio::fs::File, so each read occupied a runtime blocking-pool
thread. Dropping the reading future only cancels the wait, not the
underlying read(2); a grandchild that inherited the pipe's write end could
hold that thread — and the pipe's read end — parked for as long as it lived,
even after the direct child exited and the chain was torn down.

Move that reader onto the reactor with O_NONBLOCK + AsyncFd, mirroring the
existing PTY master fd pattern: a read with nothing available holds no
thread, and dropping the reader closes the fd immediately. Windows is
unaffected and keeps its tokio::fs::File-backed reader for now. Add
integration regressions through launch/pump_lines_core covering the normal
merged-output path, EOF, read-error propagation, and teardown against a
grandchild that keeps the write end open without producing output.

132 of 137 new or added lines in 2 files covered. (96.35%)

276 existing lines in 5 files now uncovered.

27486 of 28908 relevant lines covered (95.08%)

21284.71 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
96.32
src/sys/merge_pipe.rs

Coverage Regressions

Lines Coverage ∆ File
196
86.82
2.2% src/sys/linux.rs
46
84.07
1.08% src/sys/pty/unix.rs
29
96.86
0.65% src/sys/pgroup.rs
4
96.58
2.21% src/sys/skip_drop_kill.rs
1
91.88
-0.14% src/running/stream.rs
Jobs
ID Job ID Ran Files Coverage
1 30956789552.1 04 Aug 2026 10:33PM UTC 53
95.08
GitHub Action Run
Source Files on build 30956789552
  • Tree
  • List 53
  • Changed 7
  • Source Changed 6
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30956789552
  • 69246660 on github
  • Prev Build on main (#30937760654)
  • Next Build on main (#30995825362)
  • Delete
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