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

zhmcclient / python-zhmcclient / test-1581 / 6
79%
master: 80%

Build:
Build:
LAST BUILD BRANCH: andy/fix-feature-enabled
DEFAULT BRANCH: master
Ran 03 Jul 2023 04:28PM UTC
Files 53
Run time 2s
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

03 Jul 2023 04:07PM UTC coverage: 79.878%. First build
test-1581.6

push

github

andy-maier
Fixes for HMC restart and session logoff

Details:

* Fixed the handling of HTTP status 202 with empty response content: The
  old code tested the content for '' but the content is always a binary string.
  In Python 3.x, that check results in False and subsequently in an attempt
  to parse the empty string using JSON, which failed with a ParseError.
  Fixed by comparing the empty string against b''.

* Improved the handling of logoff: It now also tolerates a ConnectionError,
  which may be raised when the console.restart() method is used and the
  HMC quickly enough becomes unavailable.

Signed-off-by: Andreas Maier <maiera@de.ibm.com>

7348 of 9199 relevant lines covered (79.88%)

0.8 hits per line

Source Files on job ubuntu-latest,3.11,latest - test-1581.6
  • Tree
  • List 53
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 0
  • 6c1e0236 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

© 2026 Coveralls, Inc