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

klmitch / parallelizer
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v1.0.0
DEFAULT BRANCH: master
Repo Added 02 Feb 2020 11:52AM UTC
Files 5
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 v0.3.1
branch: v0.3.1
CHANGE BRANCH
x
Reset
  • v0.3.1
  • master
  • v0.1.0
  • v0.1.1
  • v0.1.2
  • v0.2.0
  • v0.3.0
  • v0.3.2
  • v1.0.0

04 Feb 2020 06:53PM UTC coverage: 100.0%. First build
10

push

travis-ci

klmitch
Fix parallel manager

The parallel manager was exiting when all the work had been sent to the
workers, but before it had received results from the workers; and some of
those workers were sending back results that added new work that now there
weren't any workers to work.  This commit adds a "waiting" field to the
parallelManager struct that counts the number of results we're waiting on,
and the "shut down workers" logic now also demands that that value be less
than or equal to 0.  This solves the deadlock problem.

432 of 432 relevant lines covered (100.0%)

4.64 hits per line

Relevant lines Covered
Build:
Build:
432 RELEVANT LINES 432 COVERED LINES
4.64 HITS PER LINE
Source Files on v0.3.1
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
10 v0.3.1 Fix parallel manager The parallel manager was exiting when all the work had been sent to the workers, but before it had received results from the workers; and some of those workers were sending back results that added new work that now there were... push 04 Feb 2020 06:54PM UTC klmitch travis-ci
100.0
See All Builds (20)
  • Repo on GitHub
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