Bug 1851978
| Summary: | SyncRepl plugin provides a wrong cookie | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | mreynolds |
| Component: | 389-ds-base | Assignee: | thierry bordaz <tbordaz> |
| Status: | CLOSED ERRATA | QA Contact: | RHDS QE <ds-qe-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.0 | CC: | bsmejkal, pasik, sgouvern, spichugi, tbordaz, vashirov |
| Target Milestone: | rc | Keywords: | TestCaseProvided, Triaged |
| Target Release: | 8.0 | Flags: | pm-rhel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 389-ds-devel-1.4-8040020201105165416.866effaa | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-05-18 15:45:18 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: | |||
|
Description
mreynolds
2020-06-29 14:39:27 UTC
Fix is pushed upstream -> POST With build 389-ds-base-1.4.3.16-3.module+el8.4.0+8869+55706461.x86_64, en after applying https://github.com/389ds/389-ds-base/pull/4466, dirsrvtests/suites/syncrepl_plugin/basic_test.py::test_sync_repl_cookie_with_failure is still failing with error # checking that the cookie list contains only one entry > assert len(cookies) == 1 E assert 2 == 1 E +2 E -1 This needs to be investigated -> marking ASSIGNED for tracking The patch https://github.com/389ds/389-ds-base/pull/4467 fixes this remaining failure in test_sync_repl_cookie_with_failure Waiting for review/ack to merge and produce a new build ==================================================================================== test session starts =====================================================================================
platform linux -- Python 3.6.8, pytest-6.1.2, py-1.9.0, pluggy-0.13.1 -- /usr/bin/python3.6
cachedir: .pytest_cache
metadata: {'Python': '3.6.8', 'Platform': 'Linux-4.18.0-257.el8.x86_64-x86_64-with-redhat-8.4-Ootpa', 'Packages': {'pytest': '6.1.2', 'py': '1.9.0', 'pluggy': '0.13.1'}, 'Plugins': {'metadata': '1.11.0', 'html': '3.1.0', 'libfaketime': '0.1.2'}}
389-ds-base: 1.4.3.16-4.module+el8.4.0+8992+caadce03
nss: 3.53.1-11.el8_2
nspr: 4.25.0-2.el8_2
openldap: 2.4.46-16.el8
cyrus-sasl: 2.1.27-5.el8
FIPS: disabled
rootdir: /mnt/tests/rhds/tests/upstream/ds/dirsrvtests, configfile: pytest.ini
plugins: metadata-1.11.0, html-3.1.0, libfaketime-0.1.2
collected 5 items / 2 deselected / 3 selected
dirsrvtests/tests/suites/syncrepl_plugin/basic_test.py::test_sync_repl_cookie PASSED [ 33%]
dirsrvtests/tests/suites/syncrepl_plugin/basic_test.py::test_sync_repl_cookie_add_del PASSED [ 66%]
dirsrvtests/tests/suites/syncrepl_plugin/basic_test.py::test_sync_repl_cookie_with_failure PASSED [100%]
=============================================================================== 3 passed in 160.93s (0:02:40) ===============================================================================
Marking as Verified:Tested.
Missed the ITM 6 milestone -> moving to ITM 7 With build 389-ds-base-1.4.3.16-6.module+el8.4.0+9207+729bbaca.x86_64
================================================== test session starts ==================================================
platform linux -- Python 3.6.8, pytest-6.2.1, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3.6
cachedir: .pytest_cache
metadata: {'Python': '3.6.8', 'Platform': 'Linux-4.18.0-260.el8.x86_64-x86_64-with-redhat-8.4-Ootpa', 'Packages': {'pytest': '6.2.1', 'py': '1.10.0', 'pluggy': '0.13.1'}, 'Plugins': {'metadata': '1.11.0', 'html': '3.1.1', 'libfaketime': '0.1.2'}}
389-ds-base: 1.4.3.16-6.module+el8.4.0+9207+729bbaca
nss: 3.53.1-13.el8_3
nspr: 4.25.0-2.el8_2
openldap: 2.4.46-16.el8
cyrus-sasl: 2.1.27-5.el8
FIPS: disabled
rootdir: /mnt/tests/rhds/tests/upstream/ds/dirsrvtests, configfile: pytest.ini
plugins: metadata-1.11.0, html-3.1.1, libfaketime-0.1.2
collected 3 items
INFO:dirsrvtests.tests.suites.syncrepl_plugin.basic_test:test_sync_repl_cookie: PASS
INFO:dirsrvtests.tests.suites.syncrepl_plugin.basic_test:test_sync_repl_cookie_add_del: PASS
INFO:dirsrvtests.tests.suites.syncrepl_plugin.basic_test:test_sync_repl_cookie_with_failure: PASS
============================================= 3 passed in 145.29s (0:02:25) =============================================
marking 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-2021:1835 |