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

go-pkgz / pool
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: fix/pool-completion-on-worker-error
DEFAULT BRANCH: master
Repo Added 07 Feb 2025 09:36PM UTC
Files 4
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

LAST BUILD ON BRANCH fix/pool-completion-on-worker-error
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • chore/lift-ci
  • chore/update-examples
  • chore/update-testify
  • feat/rate-limiter-middleware
  • fix-ci-caching
  • fix-pool-bugs-and-tests
  • fix/cancellation-reported-as-success
  • fix/flaky-perf-assertions
  • fix/pool-completion-on-worker-error
  • master
  • middleware
  • perf
  • refs/tags/v0.1.0
  • refs/tags/v0.2.0
  • refs/tags/v0.2.1
  • refs/tags/v0.3.0
  • refs/tags/v0.3.2
  • refs/tags/v0.4.0
  • refs/tags/v0.5.0
  • refs/tags/v0.6.0
  • refs/tags/v0.7.0
  • refs/tags/v0.8.0
  • refs/tags/v0.8.1
  • refs/tags/v0.9.0
  • refs/tags/v0.9.1
  • refs/tags/v0.9.2
  • sned
  • update-deps-modernize

20 Aug 2026 10:08AM UTC coverage: 96.818% (+0.08%) from 96.739%
32357436201

Pull #13

github

paskal
record the published pool checksums in the example go.sum files

with the replace directive active go mod tidy resolves the module from ../.. and
records no checksum for it, so an example copied out of the tree failed to build
with "missing go.sum entry" until the user ran go get. the v0.9.2 module and go.mod
hashes are now present in all ten.

note for later bumps: go mod tidy run with the replace directive in place drops
these lines again, they have to be regenerated with it temporarily removed.
Pull Request #13: run pool completion after a worker error, not by chance

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

639 of 660 relevant lines covered (96.82%)

151395.7 hits per line

Relevant lines Covered
Build:
Build:
660 RELEVANT LINES 639 COVERED LINES
151395.7 HITS PER LINE
Source Files on master
  • Tree
  • List 4
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
32357436201 fix/pool-completion-on-worker-error record the published pool checksums in the example go.sum files with the replace directive active go mod tidy resolves the module from ../.. and records no checksum for it, so an example copied out of the tree failed to build with "missing go.sum... Pull #13 20 Aug 2026 10:09AM UTC paskal github
96.82
32351658175 master update examples to pool v0.9.2 examples were pinned to a mix of v0.7.0 and v0.8.0. bumped all ten modules to v0.9.2 and ran go mod tidy. the compiled binaries from a previous run were committed alongside the go.mod files, about 28MB of build out... push 20 Aug 2026 09:01AM UTC umputun github
96.74
32350284692 chore/update-examples update examples to pool v0.9.2 examples were pinned to a mix of v0.7.0 and v0.8.0. bumped all ten modules to v0.9.2 and ran go mod tidy. the compiled binaries from a previous run were committed alongside the go.mod files, about 28MB of build out... Pull #14 20 Aug 2026 08:45AM UTC paskal github
96.74
32350287537 fix/pool-completion-on-worker-error run pool completion after a worker error, not by chance a failing worker cancels the errgroup context, so a surviving worker exits with context.Canceled and suppresses poolCompleteFn, while the same worker exiting through the drained channels rep... Pull #13 20 Aug 2026 08:45AM UTC paskal github
96.77
32227249834 refs/tags/v0.9.2 drop wall-clock assertions from TestPoolPerf (#12) each pool configuration was asserted to finish faster than a one-off errgroup baseline measured in the same run, which fails whenever the machine is loaded: seen locally at 3.71s against a 3.37s ... push 19 Aug 2026 07:19AM UTC web-flow github
96.74
32221557083 master drop wall-clock assertions from TestPoolPerf (#12) each pool configuration was asserted to finish faster than a one-off errgroup baseline measured in the same run, which fails whenever the machine is loaded: seen locally at 3.71s against a 3.37s ... push 19 Aug 2026 06:00AM UTC web-flow github
96.74
32220116388 fix/flaky-perf-assertions drop wall-clock assertions from TestPoolPerf each pool configuration was asserted to finish faster than a one-off errgroup baseline measured in the same run, which fails whenever the machine is loaded: seen locally at 3.71s against a 3.37s baseli... Pull #12 19 Aug 2026 05:38AM UTC paskal github
96.74
32218820585 master lift CI actions and golangci-lint, fix what the newer linter reports (#11) checkout v4 to v7, setup-go v5 to v7, golangci-lint-action v7 to v9 with the linter pinned at v2.12.2. go-version stays at 1.24 to match the go directive. branches and ta... push 19 Aug 2026 05:18AM UTC web-flow github
96.74
32218810484 master update testify to v1.12.0 (#10) drops go-spew and go-difflib from the module graph, testify no longer needs them. go directive stays at 1.24.0. golang.org/x/sync and golang.org/x/time left alone, every version past the current one declares go 1.... push 19 Aug 2026 05:18AM UTC web-flow github
96.74
32218556085 fix/flaky-perf-assertions drop wall-clock assertions from TestPoolPerf each pool configuration was asserted to finish faster than a one-off errgroup baseline measured in the same run, which fails whenever the machine is loaded: seen locally at 3.71s against a 3.37s baseli... Pull #12 19 Aug 2026 05:13AM UTC paskal github
96.74
See All Builds (109)
  • Repo on GitHub
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