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

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

Build:
Build:
LAST BUILD BRANCH: upstream
DEFAULT BRANCH: master
Ran 31 May 2026 05:10PM 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:07PM UTC coverage: 85.83% (+45.5%) from 40.296%
26718993435

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%)

99 existing lines in 6 files now uncovered.

957 of 1115 relevant lines covered (85.83%)

32.25 hits per line

Uncovered Changes

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

Coverage Regressions

Lines Coverage ∆ File
56
64.31
lib/Gearman/Worker.pm
19
83.43
lib/Gearman/Client.pm
13
84.62
lib/Gearman/Util.pm
5
91.53
lib/Gearman/ResponseParser.pm
4
96.83
lib/Gearman/Task.pm
2
96.92
lib/Gearman/Taskset.pm
Jobs
ID Job ID Ran Files Coverage
1 26718993435.1 31 May 2026 05:10PM UTC 11
85.83
GitHub Action Run
Source Files on build 26718993435
  • Tree
  • List 11
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 08179703 on github
  • Prev Build on upstream (#7)
  • Next Build on upstream (#26719320927)
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