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

mozilla-services / loads
68%
master: 80%

Build:
Build:
LAST BUILD BRANCH: rename-cycle
DEFAULT BRANCH: master
Repo Added 08 Aug 2013 08:50AM UTC
Files 91
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-external-runner-respawning
branch: fix-external-runner-respawning
CHANGE BRANCH
x
Reset
  • fix-external-runner-respawning
  • add-get-url-metrics
  • allow-make-build-python26
  • cpu-file-db
  • debug-doc
  • documentation
  • dynamic
  • errors-apis
  • external-runner-proc-cleanup
  • external-runner-tests
  • external-runners-refactoring
  • fix-158
  • force-flag
  • funkload-output
  • get_runs
  • gevent-gethostbyname
  • makefile-py27
  • master
  • metrics
  • optim
  • rename-cycle
  • renamed
  • rfk/fix-printing-of-errs-without-tb
  • rfk/gethostbyname_ex
  • silent-streams
  • socket-stats
  • stats-tweaks
  • stop-run-with-duration
  • update-metadata

pending completion
465

push

travis-ci

rfk
Tighter control over respawning for duration-based external runs.

Prior to this commit, the ExternalRunner kept a reference to all subprocs
it had ever spawned.  When re-spawning to continue a duration-based test,
it would spawn a new proc for every item in this list, leading to an
exponential increase in the number of active processes.

With this commit, it now keeps references to only those subprocs that are
currently active, and only re-spawns processes that have terminated since
the previous check.  This should make it much better behaved for long-running
duration-based tests.

1961 of 2903 relevant lines covered (67.55%)

1.35 hits per line

Relevant lines Covered
Build:
Build:
2903 RELEVANT LINES 1961 COVERED LINES
1.35 HITS PER LINE
Source Files on fix-external-runner-respawning
  • 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
465 fix-external-runner-respawning Tighter control over respawning for duration-based external runs. Prior to this commit, the ExternalRunner kept a reference to all subprocs it had ever spawned. When re-spawning to continue a duration-based test, it would spawn a new proc for ev... push 30 Aug 2013 02:07AM UTC rfk travis-ci pending completion  
See All Builds (226)
  • Repo on GitHub
  • CI Project
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