Bug 1266944
Summary: | ns-slapd crash during ipa-replica-manage del | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Scott Poore <spoore> | ||||
Component: | 389-ds-base | Assignee: | Noriko Hosoi <nhosoi> | ||||
Status: | CLOSED ERRATA | QA Contact: | Viktor Ashirov <vashirov> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 7.2 | CC: | lkrispen, lmiksik, nkinder, rcritten, rmeggins | ||||
Target Milestone: | rc | Keywords: | Regression, TestBlocker | ||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | 389-ds-base-1.3.4.0-19.el7 | Doc Type: | Bug Fix | ||||
Doc Text: |
Since it is a regression, no doc is needed.
|
Story Points: | --- | ||||
Clone Of: | Environment: | ||||||
Last Closed: | 2015-11-19 11:44:18 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: | |||||||
Attachments: |
|
Description
Scott Poore
2015-09-28 15:38:21 UTC
Created attachment 1077964 [details]
abrt dir for crash
Upstream ticket: https://fedorahosted.org/389/ticket/48298 I just saw this again in the same place and it's confirmed to be the same crash. I'm marking this TestBlocker since it is repeatable and is blocking tests from completing properly. Verified. Version :: 389-ds-base-1.3.4.0-19.el7.x86_64 Results :: I've run a full battery of ipa-replica-manage tests where this was originally seen. I have not seen this issue again. And here you can see a good del call: :: [ BEGIN ] :: Running 'ipa-replica-manage -p Secret123 del nocp9.testrelm.test -f 2>&1 | tee /tmp/output.irm_useradd 2>&1' ipa: INFO: Setting agreement cn=meTodell-pe1950-03.testrelm.test,cn=replica,cn=dc\=testrelm\,dc\=test,cn=mapping tree,cn=config schedule to 2358-2359 0 to force synch ipa: INFO: Deleting schedule 2358-2359 0 from agreement cn=meTodell-pe1950-03.testrelm.test,cn=replica,cn=dc\=testrelm\,dc\=test,cn=mapping tree,cn=config ipa: INFO: Replication Update in progress: FALSE: status: 0 Replica acquired successfully: Incremental update succeeded: start: 0: end: 0 Deleting replication agreements between nocp9.testrelm.test and dell-pe1950-03.testrelm.test Deleted replication agreement from 'dell-pe1950-03.testrelm.test' to 'nocp9.testrelm.test' Background task created to clean replication data. This may take a while. This may be safely interrupted with Ctrl+C :: [ PASS ] :: Command 'ipa-replica-manage -p Secret123 del nocp9.testrelm.test -f 2>&1 | tee /tmp/output.irm_useradd 2>&1' (Expected 0, got 0) And here it shows that the replication agreement was indeed removed: :: [ BEGIN ] :: Running 'ipa-replica-manage -p Secret123 list > /tmp/output.irm_useradd 2>&1' :: [ PASS ] :: Command 'ipa-replica-manage -p Secret123 list > /tmp/output.irm_useradd 2>&1' (Expected 0, got 0) :: [ BEGIN ] :: Running 'cat /tmp/output.irm_useradd' dell-pe1950-02.testrelm.test: master idm-qe-01.testrelm.test: master dell-pe1950-03.testrelm.test: master idm-qe-02.testrelm.test: master :: [ PASS ] :: Command 'cat /tmp/output.irm_useradd' (Expected 0, got 0) :: [ PASS ] :: File '/tmp/output.irm_useradd' should not contain 'nocp9.testrelm.test' No crashes seen. Before crashes were causing tests to pause due to other debugging traps for failures. No pauses or hangs and with no crashes, this one is 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, 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://rhn.redhat.com/errata/RHBA-2015-2351.html |