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

Netflix / genie / 2242 / 1
89%
master: 94%

Build:
Build:
LAST BUILD BRANCH: lt_log_failed_dependency
DEFAULT BRANCH: master
Ran 22 Apr 2019 08:26PM UTC
Files 210
Run time 12s
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

22 Apr 2019 08:15PM UTC coverage: 89.043%. Remained the same
2242.1

Pull #853

travis-ci

web-flow
Switch from 'ps' to 'kill -0' to check on children processes

Using 'ps' to check for process termination can sometimes produce false-negatives.
I.e. returning with non-zero exit code when the process is actually still running.
This situation can lead Genie to mark a job as failed when it was actually still running.

Switch to using 'kill -0' as per POSIX recommendation.

I.e. returning with non-zero exit code when the process is actually still running.
This situation can lead Genie to mark a job as failed when it was actually still running.

Switch to using  as per POSIX recommendation.
(this can still produce false negatives, such as when permissions are lacking, or when kill fails to launch due to resource exhaustion)
Pull Request #853: Switch from 'ps' to 'kill -0' to check on children processes

6420 of 7210 relevant lines covered (89.04%)

0.89 hits per line

Source Files on job 2242.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2094
  • Travis Job 2242.1
  • 7920cdf4 on github
  • Prev Job for on 3.3.x (#2235.1)
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