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

toidi / hadoop-yarn-api-python-client / 85
93%

Build:
DEFAULT BRANCH: master
Ran 30 Oct 2018 04:05PM UTC
Jobs 3
Files 11
Run time 43s
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
85

push

travis-ci

Luciano Resende
Fix cluster_application_kill method

The recently introduced cluster_application_kill() method was erroneously
calling `self.put()` to issue the status change to `KILLED`.  This resulted
in an AttributeError exception:
```
''ResourceManager' object has no attribute 'put''
```
in client code.

The base class issues put calls, via its `update()` method.  Once updated,
application kill requests succeed.

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

486 of 524 relevant lines covered (92.75%)

2.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 85.1 (TOXENV=py36) 30 Oct 2018 04:05PM UTC 0
92.75
Travis Job 85.1
2 85.2 (TOXENV=py35) 30 Oct 2018 04:06PM UTC 0
92.75
Travis Job 85.2
3 85.3 (TOXENV=py27) 30 Oct 2018 04:05PM UTC 0
92.37
Travis Job 85.3
Source Files on build 85
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #85
  • b3895316 on github
  • Prev Build on master (#82)
  • Next Build on master (#87)
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