| Summary: | Setting nsds5ReplicaEnabled attribute to Off is not working on i386 | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Sankar Ramalingam <sramling> |
| Component: | 389-ds-base | Assignee: | Rich Megginson <rmeggins> |
| Status: | CLOSED NOTABUG | QA Contact: | Sankar Ramalingam <sramling> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.5 | CC: | jgalipea, mreynolds, nkinder |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-18 19:28:52 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: | |
|
Description
Sankar Ramalingam
2013-10-30 13:43:35 UTC
Does it work on x86_64? I can not reproduce this on: 389-ds-base-1.2.11.15-29.el6.i686 389-ds-base-debuginfo-1.2.11.15-29.el6.i686 389-ds-base-devel-1.2.11.15-29.el6.i686 389-ds-base-libs-1.2.11.15-29.el6.i686 or 389-ds-base-1.2.11.15 389-ds-base-1.2.11.24 389-ds-base-1.3.2 Maybe you need a "sleep 1" after setting the agreement to "off"? This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux. (In reply to mreynolds from comment #3) > I can not reproduce this on: > > 389-ds-base-1.2.11.15-29.el6.i686 > 389-ds-base-debuginfo-1.2.11.15-29.el6.i686 > 389-ds-base-devel-1.2.11.15-29.el6.i686 > 389-ds-base-libs-1.2.11.15-29.el6.i686 > > or > > 389-ds-base-1.2.11.15 > 389-ds-base-1.2.11.24 > 389-ds-base-1.3.2 > > Maybe you need a "sleep 1" after setting the agreement to "off"? Added sleep 5 to verify this. The test execution still fails on 32 bit. Few lines from the report... Modify nsds5ReplicaEnabled's value to off on Master M1 /usr/lib/mozldap/ldapmodify -h localhost -p 30100 -D cn=directory manager -w Secret123 -f /tet/tet/../data/DS/6.0/mmrepl/fourwaymmr//nsds5ReplicaEnabled_off modifying entry cn=M1_to_M2,cn=replica,cn="dc=example,dc=com",cn=mapping tree,cn=config Adding sleep of 5 secs as per Mark's comment for bug #1024835 on i386 platform Adding the test entry in M1 adding new entry uid=test_bug834074,dc=example,dc=com check the replication should not be happened in M2 dn: uid=test_bug834074,dc=example,dc=com ldapsearch on m2 passed, and test case failed as attribute nsds5ReplicaEnabled is OFF on M1 TestCase [bug834074_02] result-> [FAIL] Sankar, what happens when you manually run the test? Also, is this test system still setup? Can I log on to the system to poke around? From an email with Sankar: "I cloned another beaker job and this time the result shows 100% PASS. I am not going to spend much time on it since its not a consistent failure. So, closing the bug as "Not a Bug". " Closing bug for Sankar... |