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

box / ClusterRunner / 1767 / 2
79%
master: 5%

Build:
Build:
LAST BUILD BRANCH: updatePublishing
DEFAULT BRANCH: master
Ran 11 Jul 2017 09:28AM UTC
Files 93
Run time 4s
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

11 Jul 2017 09:25AM UTC coverage: 5.948%. Remained the same
TARGETS="test-integration-with-coverage"

push

travis-ci

josephharrington
Refactor subjob start threading

This is a follow-up to the previous change to move subjob start off
of `SafeThread` to avoid taking down the master service. This change
further improves the behavior when a subjob start call fails.

- Instead of the `Slave` class starting a new thread to kick off a
  subjob, `ClusterMaster` starts the thread. This makes more sense
  since threads are only started to perform asynchronous actions in
  response to API requests and the `Slave` class shouldn't need to
  worry about that.
- In the case where a new subjob is not started and the slave is
  instead torn down, previously the teardown API call happened
  synchronously with the slave's API call to report a result (which
  is bad). The teardown API call is now asynchronous.
- Record error metric when subjob fails to start.
- Requeue subjobs when subjob fails to start because of a dead slave
  or an error on the slave side. Previously subjobs were only
  requeued if the slave was explicitly put in shutdown mode.

236 of 3968 relevant lines covered (5.95%)

0.06 hits per line

Source Files on job 1767.2 (TARGETS="test-integration-with-coverage")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1767
  • Travis Job 1767.2
  • b069492b on github
  • Prev Job for TARGETS="test-integration-with-coverage" on refactor-thread-start (#1765.2)
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