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

stacklok / toolhive / 20305543338
51%

Build:
DEFAULT BRANCH: main
Ran 17 Dec 2025 02:08PM UTC
Jobs 1
Files 406
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

17 Dec 2025 02:05PM UTC coverage: 50.229%. Remained the same
20305543338

push

github

web-flow
Fix Squid proxy crash loop on container restart (#3022)

Squid proxy containers enter an infinite crash loop when restarted via
  Docker directly because the PID file persists across restarts.

  Change pid_filename from /tmp/squid.pid to none so Squid doesn't create
  a PID file that can become stale on abrupt container restarts.

  The PID file was only used by Squid internally to prevent multiple
  instances. Since Docker ensures only one container runs, it's redundant.
  The container healthcheck uses ps aux | grep squid, not the PID file.

  Fixes #2440

Signed-off-by: carlos <21148423+carlos-gn@users.noreply.github.com>
Co-authored-by: Eleftheria Stein-Kousathana <eleftheria@stacklok.com>

1 of 1 new or added line in 1 file covered. (100.0%)

27909 of 55564 relevant lines covered (50.23%)

56.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 20305543338.1 17 Dec 2025 02:08PM UTC 406
50.23
GitHub Action Run
Source Files on build 20305543338
  • Tree
  • List 406
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20305543338
  • 0a7bacfa on github
  • Prev Build on main (#20302990992)
  • Next Build on main (#20307224613)
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

© 2025 Coveralls, Inc