Bug 2143332
| Summary: | Status of member of fixup task shows an invalid startup date | ||
|---|---|---|---|
| Product: | Red Hat Directory Server | Reporter: | mreynolds |
| Component: | 389-ds-base | Assignee: | mreynolds |
| Status: | CLOSED ERRATA | QA Contact: | LDAP QA Team <idm-ds-qe-bugs> |
| Severity: | medium | Docs Contact: | Zuzana Zoubkova <zzoubkov> |
| Priority: | high | ||
| Version: | 12.2 | CC: | bsmejkal, emartyny, idm-ds-dev-bugs, idm-ds-qe-bugs, mreynolds, pasik, tbordaz, vashirov, zzoubkov |
| Target Milestone: | DS12.2 | Keywords: | Triaged |
| Target Release: | dirsrv-12.2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | redhat-ds-12-9020020221130212339.1674d57 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 2123682 | Environment: | |
| Last Closed: | 2023-05-30 09:40:35 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: | 2123682 | ||
| Bug Blocks: | |||
|
Description
mreynolds
2022-11-16 16:15:43 UTC
Automated test passes: ============================================ test session starts ============================================= platform linux -- Python 3.9.16, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache 389-ds-base: 2.2.6-1.module+el9dsrv+17949+63c5b04e nss: 3.79.0-14.el9_0 nspr: 4.34.0-14.el9_0 openldap: 2.6.2-3.el9 cyrus-sasl: not installed FIPS: disabled rootdir: /mnt/tests/rhds/install/ds/dirsrvtests, configfile: pytest.ini collected 1 item dirsrvtests/tests/suites/memberof_plugin/fixup_test.py::test_fixup_task_limit PASSED [100%] ============================================= 1 passed in 48.74s ============================================ Checking the output manually: On the previous version: [2] Task: cn=memberOf_fixup_2023-02-21T05:48:20.216910,cn=memberOf task,cn=tasks,cn=config -------------------------------------------------------------------------------- - Base DN: dc=example,dc=com - Filter: (objectclass=*) - Status: Processed 5000 entries in 0 seconds (+0 seconds) - Started: Tue Feb 21 10:48:20 2023 (20230221104820Z) - Ended: - Elapsed Time: -1 day, 19:00:02 - Exit Code: Not finished ... On the current (fixed) version: [3] Task: cn=memberOf_fixup_2023-02-21T05:49:59.916905,cn=memberOf task,cn=tasks,cn=config -------------------------------------------------------------------------------- - Base DN: dc=example,dc=com - Filter: (objectclass=*) - Status: Processed 5000 entries in 1 seconds (+0 seconds) - Started: Tue Feb 21 10:49:59 2023 (20230221104959Z) - Ended: - Elapsed Time: - Exit Code: Not finished ... 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 (redhat-ds:12 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:3344 |