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

zhmcclient / python-zhmcclient / test-2154
77%

Build:
DEFAULT BRANCH: master
Ran 11 Jan 2024 02:26PM UTC
Jobs 12
Files 53
Run time 6s
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

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%)

9.36 hits per line

Jobs
ID Job ID Ran Files Coverage
1 ubuntu-latest,3.7,minimum - test-2154.1 11 Jan 2024 03:06PM UTC 0
79.54
GitHub Action Run
2 ubuntu-20.04,3.6,minimum - test-2154.2 11 Jan 2024 03:06PM UTC 0
79.54
GitHub Action Run
3 windows-latest,3.12,latest - test-2154.3 11 Jan 2024 03:06PM UTC 0
80.58
GitHub Action Run
4 ubuntu-latest,3.12,minimum - test-2154.4 11 Jan 2024 03:06PM UTC 0
80.58
GitHub Action Run
5 macos-latest,3.12,latest - test-2154.5 11 Jan 2024 03:06PM UTC 0
80.58
GitHub Action Run
6 macos-latest,3.5,latest - test-2154.6 11 Jan 2024 03:06PM UTC 0
79.54
GitHub Action Run
7 windows-latest,3.5,latest - test-2154.7 11 Jan 2024 03:06PM UTC 0
79.54
GitHub Action Run
8 windows-latest,3.12,minimum - test-2154.8 11 Jan 2024 03:06PM UTC 0
80.58
GitHub Action Run
9 macos-latest,3.12,minimum - test-2154.9 11 Jan 2024 03:06PM UTC 0
80.58
GitHub Action Run
10 ubuntu-20.04,3.5,latest - test-2154.10 11 Jan 2024 03:06PM UTC 0
79.54
GitHub Action Run
11 ubuntu-latest,3.12,latest - test-2154.11 11 Jan 2024 03:06PM UTC 0
80.58
GitHub Action Run
12 ubuntu-20.04,3.5,minimum - test-2154.12 11 Jan 2024 03:06PM UTC 0
79.54
GitHub Action Run
Source Files on build test-2154
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 (#7491824132)
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