Bug 1492829
| Summary: | Fix regression that was missed in 389-ds-base-1.3.6 [rhel-7.4.z] | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Tom Lavigne <tlavigne> |
| Component: | 389-ds-base | Assignee: | mreynolds |
| Status: | CLOSED ERRATA | QA Contact: | Viktor Ashirov <vashirov> |
| Severity: | urgent | Docs Contact: | Marc Muehlfeld <mmuehlfe> |
| Priority: | urgent | ||
| Version: | 7.5 | CC: | amsharma, mreynolds, msauton, nkinder, rmeggins, tlavigne |
| Target Milestone: | rc | Keywords: | ZStream |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 389-ds-base-1.3.6.1-20.el7_4 | Doc Type: | Bug Fix |
| Doc Text: |
Due to a bug, adding or deleting a back end in Directory Server previously failed, and an "Error 53 (UNWILLING_TO_PERFORM)" was displayed. This update fixes the problem. As a result, adding and removing back ends work as expected.
|
Story Points: | --- |
| Clone Of: | 1492821 | Environment: | |
| Last Closed: | 2017-10-19 15:11:57 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: | 1492821 | ||
| Bug Blocks: | |||
|
Description
Tom Lavigne
2017-09-18 17:17:22 UTC
Missed patch tested and working fine.
[root@qeos-162 tickets]# pytest -v -s ticket48665_test.py
================================================================ test session starts =================================================================
platform linux2 -- Python 2.7.5, pytest-3.2.2, py-1.4.34, pluggy-0.4.0 -- /usr/bin/python
cachedir: .cache
metadata: {'Python': '2.7.5', 'Platform': 'Linux-3.10.0-693.el7.x86_64-x86_64-with-redhat-7.4-Maipo', 'Packages': {'py': '1.4.34', 'pytest': '3.2.2', 'pluggy': '0.4.0'}, 'Plugins': {'html': '1.16.0', 'metadata': '1.5.0'}}
DS build: 1.3.6.1
389-ds-base: 1.3.6.1-20.el7_4
nss: 3.28.4-14.el7_4
nspr: 4.13.1-1.0.el7_3
openldap: 2.4.44-5.el7
svrcore: 4.1.3-2.el7
rootdir: /mnt/tests/rhds/tests/upstream/ds/dirsrvtests/tests/tickets, inifile:
plugins: metadata-1.5.0, html-1.16.0
collected 1 item
ticket48665_test.py::test_ticket48665 OK group dirsrv exists
OK user dirsrv exists
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'suffix': 'dc=example,dc=com', 'krb5_realm': None, 'deployed-dir': '/usr', 'inst-backupdir': '/tmp', 'hostname': 'localhost', 'server-id': 'standalone1', 'root-pw': 'password', 'root-dn': 'cn=Directory Manager', 'group-id': None, 'InstScriptsEnabled': None, 'user-id': None, 'ldap-secureport': None} was created.
INFO:dirsrvtests.tests.tickets.ticket48665_test:5 entries are returned from the server.
CRITICAL:dirsrvtests.tests.tickets.ticket48665_test:Failed to change nsslapd-cachememsize No such object
INFO:dirsrvtests.tests.tickets.ticket48665_test:5 entries are returned from the server.
INFO:dirsrvtests.tests.tickets.ticket48665_test:5 entries are returned from the server.
INFO:dirsrvtests.tests.tickets.ticket48665_test:Test complete
PASSEDInstance slapd-standalone1 removed.
============================================================== 1 passed in 4.28 seconds ==============================================================
suites/import/regression_test.py::test_del_suffix_import FAILED with 389-ds-base: 1.3.6.1-16.el7 suites/import/regression_test.py::test_del_suffix_import PASSED with 389-ds-base: 1.3.6.1-20.el7_4 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, 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-2017:2932 |