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

zhmcclient / python-zhmcclient / 7490062551
80%

Build:
DEFAULT BRANCH: master
Ran 11 Jan 2024 02:25PM 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
7490062551

push

github

andy-maier
Regexp support for name filtering in find() and findall()

Details:

* Fixed that the 'find()' and 'findall()' methods now also support regular
  expression matching when the resource name is passed as a filter argument.
  (issue #1070)

* Improved the 'list()' methods by using the name-to-URI cache when the
  resource name is passed as a filter argument. (part of issue #1070)
  This is an incompatible change for code that accesses properties of
  the returned resource via resource.properties and needs to be fixed
  by changing the code to use either resource.get_property() or by
  setting full_properties=True on the list() method.

* Improved the 'delete()' methods of zhmcclient resource classes by setting
  the ceased-existence flag on the resource. This will cause optimized
  find-like methods that operate on local data to properly raise
  CeasedExistence when used on the deleted resource object.
  (part of issue #1070)
  Depending on the user code, this change may also be incompatible.

* Added unit test cases for find() and findall() to test the regular
  expression matching that is now supported.

* Adjusted unit test cases for the name-to-URI caching because they
  depend on the internal call structure.

* Adjusted testcases for the get_property() and prop() methods to
  accomodate for the changed ceased-existence and full-properties
  behavior.

Signed-off-by: Andreas Maier <maiera@de.ibm.com>
Source Files on build 7490062551
Detailed source file information is not available for this build.
  • Back to Repo
  • e9133b55 on github
  • Prev Build on master (#7479780413)
  • Next Build on master (#TEST-2154)
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