Bug 2119063
| Summary: | entryuuid fixup tasks fails because entryUUID is not mutable | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | thierry bordaz <tbordaz> |
| Component: | 389-ds-base | Assignee: | Pierre Rogier <progier> |
| Status: | CLOSED ERRATA | QA Contact: | LDAP QA Team <idm-ds-qe-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.5 | CC: | bsmejkal, gkimetto, idm-ds-dev-bugs, mreynolds, progier |
| Target Milestone: | rc | Keywords: | TestCaseProvided, Triaged |
| Target Release: | 8.8 | Flags: | pm-rhel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | sync-to-jira | ||
| Fixed In Version: | 389-ds-1.4-8080020221115220516.6e2e7265 | Doc Type: | Bug Fix |
| Doc Text: |
Cause: Rust plugin were setting the wrong flag for internal modify operation.
Consequence: Entryuuid fixup task is broken on replicated instance.
Fix: The flags have been fixed up
Result: Entryuuid fixup task is now working on replicated instance
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-05-16 08:33:01 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Deadline: | 2023-01-02 | ||
|
Description
thierry bordaz
2022-08-17 12:29:05 UTC
The root cause is identified: The different is that in one case replication is enabled and not in the other case. And there is a real bug: The entryuuid fixup tasks fails on replicated environment (The bug title is a bit misleading) ============================================================================================================ test session starts =============================================================================================================
platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0 -- /usr/bin/python3.6
cachedir: .pytest_cache
metadata: {'Python': '3.6.8', 'Platform': 'Linux-4.18.0-440.el8.x86_64-x86_64-with-redhat-8.8-Ootpa', 'Packages': {'pytest': '7.0.1', 'py': '1.11.0', 'pluggy': '1.0.0'}, 'Plugins': {'metadata': '1.11.0', 'html': '3.2.0', 'libfaketime': '0.1.2', 'flaky': '3.7.0'}}
389-ds-base: 1.4.3.32-1.module+el8.8.0+17275+1a8f9618
nss: 3.79.0-10.el8_6
nspr: 4.34.0-3.el8_6
openldap: 2.4.46-18.el8
cyrus-sasl: 2.1.27-6.el8_5
FIPS: disabled
rootdir: /mnt/tests/rhds/tests/upstream/ds/dirsrvtests, configfile: pytest.ini
plugins: metadata-1.11.0, html-3.2.0, libfaketime-0.1.2, flaky-3.7.0
collected 2 items
dirsrvtests/tests/suites/entryuuid/replicated_test.py::test_entryuuid_with_replication PASSED [ 50%]
dirsrvtests/tests/suites/entryuuid/replicated_test.py::test_entryuuid_fixup_with_replication PASSED [100%]
======================================================================================================= 2 passed in 262.34s (0:04:22) ========================================================================================================
As per comment #c5 marking 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 (389-ds:1.4 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:2811 |