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

zhmcclient / python-zhmcclient / 5446487710
77%

Build:
DEFAULT BRANCH: master
Ran 03 Jul 2023 04:08PM UTC
Jobs 0
Files 0
Run time –
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
5446487710

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>
Source Files on build 5446487710
Detailed source file information is not available for this build.
  • Back to Repo
  • e6134671 on github
  • Prev Build on master (#TEST-1576)
  • Next Build on master (#TEST-1580)
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