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

p-alik / perl-Gearman / 26719320927
86%
master: 86%

Build:
Build:
LAST BUILD BRANCH: upstream
DEFAULT BRANCH: master
Ran 31 May 2026 05:24PM UTC
Jobs 1
Files 11
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

31 May 2026 05:22PM UTC coverage: 85.83%. Remained the same
26719320927

push

github

p-alik
Worker: don't die on a stray error packet during grab_job

work_complete/work_fail/work_status are sent fire-and-forget. When a
job server has already timed out a job server-side, it rejects the
worker's later work result with an asynchronous error packet
(JOB_NOT_FOUND), which only surfaces on the next grab_job read.

Previously the worker die()d on that packet, killing the whole worker
process and hanging any client waiting on a subsequent job. t/14-sleep.t
reproduces this against gearmand 1.1.20 (it intentionally runs jobs past
a CAN_DO_TIMEOUT), which is why CI hung.

Treat a stray error packet during grab_job as non-fatal: log it under
debug and move on to the next job server.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: Alexei Pastuchov <info@maximka.de>

0 of 5 new or added lines in 1 file covered. (0.0%)

49 existing lines in 1 file now uncovered.

957 of 1115 relevant lines covered (85.83%)

33.19 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
64.31
0.0% lib/Gearman/Worker.pm

Coverage Regressions

Lines Coverage ∆ File
49
64.31
0.0% lib/Gearman/Worker.pm
Jobs
ID Job ID Ran Files Coverage
1 26719320927.1 31 May 2026 05:24PM UTC 11
85.83
GitHub Action Run
Source Files on build 26719320927
  • Tree
  • List 11
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 837731f2 on github
  • Prev Build on upstream (#26718993435)
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