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

zhmcclient / python-zhmcclient / 5446534442
79%
master: 80%

Build:
Build:
LAST BUILD BRANCH: andy/fix-feature-enabled
DEFAULT BRANCH: master
Ran 03 Jul 2023 04:13PM 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
5446534442

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 5446534442
Detailed source file information is not available for this build.
  • Back to Repo
  • 6c1e0236 on github
  • Prev Build on stable_1.8 (#TEST-1577)
  • Next Build on stable_1.8 (#TEST-1581)
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