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

box / ClusterRunner / 1779
79%
master: 5%

Build:
Build:
LAST BUILD BRANCH: updatePublishing
DEFAULT BRANCH: master
Ran 12 Jul 2017 07:32AM UTC
Jobs 3
Files 93
Run time 3min
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

pending completion
1779

push

travis-ci

web-flow
Refactor subjob start threading (#386)

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.

3131 of 3968 relevant lines covered (78.91%)

0.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1779.1 (TARGETS="lint test-unit-with-coverage") 12 Jul 2017 07:35AM UTC 0
76.94
Travis Job 1779.1
2 1779.2 (TARGETS="test-integration-with-coverage") 12 Jul 2017 07:32AM UTC 0
5.95
Travis Job 1779.2
3 1779.3 (TARGETS="test-functional test-unit-via-clusterrunner") 12 Jul 2017 07:35AM UTC 0
Travis Job 1779.3
Source Files on build 1779
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1779
  • 97c122fe 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