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

zhmcclient / python-zhmcclient / test-2154 / 8
80%
master: 80%

Build:
DEFAULT BRANCH: master
Ran 11 Jan 2024 03:06PM UTC
Files 53
Run time 3s
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

11 Jan 2024 02:20PM UTC coverage: 80.58%. First build
test-2154.8

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>

7830 of 9717 relevant lines covered (80.58%)

0.81 hits per line

Source Files on job windows-latest,3.12,minimum - test-2154.8
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 0
  • e9133b55 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