Bug 2180918
| Summary: | [rhel-8] Sequence processing failures for group_add using server context | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Antonio Torres <antorres> |
| Component: | ipa | Assignee: | Antonio Torres <antorres> |
| Status: | CLOSED ERRATA | QA Contact: | Mohammad Rizwan <myusuf> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.9 | CC: | frenaud, ipa-qe, mpolovka, myusuf, rcritten, rjeffman, tscherf |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ipa-4.9.12-2.module+el8.9.0+18921+013c0de2 | Doc Type: | No Doc Update |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 2180914 | Environment: | |
| Last Closed: | 2023-11-14 15:32:50 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 2180914, 2180919 | ||
| Bug Blocks: | |||
| Deadline: | 2023-06-19 | ||
|
Description
Antonio Torres
2023-03-22 16:04:19 UTC
Upstream PR: https://github.com/freeipa/freeipa/pull/6741 Fixed upstream master: https://pagure.io/freeipa/c/05279ef447fbd3b59d47db51824e410728913064 Fixed upstream ipa-4-6: https://pagure.io/freeipa/c/6c9edcf2b1a830b06100f988503388b5022c16cf Fixed upstream ipa-4-10: https://pagure.io/freeipa/c/b1b7cbc08d96e125ce21113ba1793a592d0ba35a Fixed upstream ipa-4-9: https://pagure.io/freeipa/c/62fe608390c41115edf4e356a6cff2ab1a6d0daf version:
ipa-server-4.9.12-2.module+el8.9.0+18921+013c0de2.x86_64
============================= test session starts ==============================
platform linux -- Python 3.6.8, pytest-3.10.1, py-1.11.0, pluggy-1.0.0 -- /usr/libexec/platform-python
cachedir: /home/cloud-user/.pytest_cache
metadata: {'Python': '3.6.8', 'Platform': 'Linux-4.18.0-494.el8.x86_64-x86_64-with-redhat-8.9-Ootpa', 'Packages': {'pytest': '3.10.1', 'py': '1.11.0', 'pluggy': '1.0.0'}, 'Plugins': {'metadata': '1.11.0', 'html': '1.22.1', 'multihost': '3.0', 'sourceorder': '0.5'}}
rootdir: /usr/lib/python3.6/site-packages/ipatests, inifile:
plugins: metadata-1.11.0, html-1.22.1, multihost-3.0, sourceorder-0.5
collecting ... collected 42 items
test_integration/test_commands.py::TestIPACommand::test_aes_sha_kerberos_enctypes PASSED [ 2%]
[..]
test_integration/test_commands.py::TestIPACommandWithoutReplica::test_sequence_processing_ipaexternalgroup PASSED [ 95%]
test_integration/test_commands.py::TestIPACommandWithoutReplica::test_sequence_processing_nonposix_group PASSED [ 97%]
test_integration/test_commands.py::TestIPAautomount::test_tofiles_orphan_keys PASSED [100%]
---------------- generated xml file: /home/cloud-user/junit.xml ----------------
----------- generated html file: file:///home/cloud-user/report.html -----------
=============================== warnings summary ===============================
test_integration/test_commands.py::TestIPACommand::()::test_ipa_nis_manage_enable
/usr/lib/python3.6/site-packages/ipatests/test_integration/test_commands.py:1238: DeprecationWarning: Use 'ipapython.ipaldap.realm_to_serverid'
serverid = realm_to_serverid(self.master.domain.realm)
test_integration/test_commands.py::TestIPACommand::()::test_ipa_nis_manage_disable
/usr/lib/python3.6/site-packages/ipatests/test_integration/test_commands.py:1238: DeprecationWarning: Use 'ipapython.ipaldap.realm_to_serverid'
serverid = realm_to_serverid(self.master.domain.realm)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=================== 42 passed, 2 warnings in 2685.10 seconds ===================
Automation passed, hence marking the bug as verified.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (idm:client and idm:DL1 bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2023:6977 |