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

stacklok / toolhive / 21680231196
61%

Build:
DEFAULT BRANCH: main
Ran 04 Feb 2026 04:55PM UTC
Jobs 1
Files 490
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 Feb 2026 04:48PM UTC coverage: 60.714% (+0.03%) from 60.68%
21680231196

push

github

web-flow
Fix zombie process when proxy stops due to health check failure (#3543)

When health checks fail for a remote MCP server, the TransparentProxy
calls Stop() which closes its shutdownCh. However, HTTPTransport.IsRunning()
only checked its own shutdownCh, not the proxy's. This caused the runner's
status monitor to keep returning true, preventing the process from exiting.

Changes:
- Add IsRunning() method to the Proxy interface
- Update HTTPTransport.IsRunning() to also check proxy.IsRunning()
- Add IsRunning() implementations to HTTPSSEProxy and HTTPProxy (streamable)
- Add unit tests for the IsRunning behavior
- Add e2e test for health check zombie prevention

The TransparentProxy already had IsRunning() - this change ensures the
HTTPTransport properly delegates to it when checking running status.

Signed-off-by: Greg Katz <gkatz@indeed.com>
Co-authored-by: Don Browne <dmjb@users.noreply.github.com>

28 of 49 new or added lines in 7 files covered. (57.14%)

2 existing lines in 1 file now uncovered.

40314 of 66400 relevant lines covered (60.71%)

75.96 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
37.15
0.0% pkg/runner/runner.go
1
45.71
0.0% pkg/transport/stdio.go
3
76.24
-0.42% pkg/transport/proxy/transparent/transparent_proxy.go
4
31.4
6.29% pkg/transport/types/mocks/mock_transport.go
6
80.37
-0.49% pkg/transport/proxy/httpsse/http_proxy.go
6
63.73
-0.81% pkg/transport/proxy/streamable/streamable_proxy.go

Uncovered Existing Lines

Lines Coverage ∆ File
2
82.83
-0.26% pkg/vmcp/composer/workflow_engine.go
Jobs
ID Job ID Ran Files Coverage
1 21680231196.1 04 Feb 2026 04:55PM UTC 490
60.71
GitHub Action Run
Source Files on build 21680231196
  • Tree
  • List 490
  • Changed 10
  • Source Changed 8
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #21680231196
  • f33de134 on github
  • Prev Build on main (#21679839514)
  • Next Build on main (#21680894383)
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