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

Netflix / genie / 2242
89%
master: 94%

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

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

2 of 2 new or added lines in 1 file covered. (100.0%)

6420 of 7210 relevant lines covered (89.04%)

0.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2242.1 22 Apr 2019 08:26PM UTC 0
89.04
Travis Job 2242.1
Source Files on build 2242
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2242
  • Pull Request #853
  • PR Base - 3.3.x (#2235)
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