| | |
| | | |
| | | <!-- Verify the synchronization of the trees among the servers in |
| | | the topology --> |
| | | <!-- If the trees don't match, we may have come across Issue 3891 |
| | | (Replication conflict: add child , delete parent) --> |
| | | <call function="'verifyTrees'"> |
| | | [ clientHost, clientPath, server1, [server2], synchroSuffix ] |
| | | [ clientHost, clientPath, server1, [server2], synchroSuffix, |
| | | '3891' ] |
| | | </call> |
| | | |
| | | <!-- Delete added entries --> |
| | |
| | | |
| | | <!-- Verify the synchronization of the trees among the servers in |
| | | the topology --> |
| | | <!-- If the trees don't match, we may have come across Issue 3401 |
| | | (RFE: Solve naming conflict of 2 adds with same dn, different |
| | | <call function="'verifyTrees'"> |
| | | [ clientHost, clientPath, server1, [server2], synchroSuffix ] |
| | | [ clientHost, clientPath, server1, [server2], synchroSuffix, |
| | | '3401' ] |
| | | </call> |
| | | |
| | | <!-- Delete added entries --> |
| | |
| | | 'dsInstancePort' : server.getPort(), |
| | | 'dsInstanceDn' : server.getRootDn(), |
| | | 'dsInstancePswd' : server.getRootPwd(), |
| | | 'dsDn' : [entryToDelete], |
| | | 'knownIssue' : '3401' |
| | | 'dsDn' : [entryToDelete] |
| | | } |
| | | </call> |
| | | </paralleliterate> |
| | |
| | | |
| | | <!-- Verify the synchronization of the trees among the servers in |
| | | the topology --> |
| | | <!-- If the trees don't match, we may have come across Issue 3401 |
| | | (RFE: Solve naming conflict of 2 adds with same dn, different |
| | | attr value) --> |
| | | <call function="'verifyTrees'"> |
| | | [ clientHost, clientPath, server1, [server2], synchroSuffix ] |
| | | [ clientHost, clientPath, server1, [server2], synchroSuffix, |
| | | '3401' ] |
| | | </call> |
| | | |
| | | <!-- Delete added entries --> |
| | |
| | | 'dsInstancePort' : server.getPort(), |
| | | 'dsInstanceDn' : server.getRootDn(), |
| | | 'dsInstancePswd' : server.getRootPwd(), |
| | | 'dsDn' : [entryToDelete], |
| | | 'knownIssue' : '3401' |
| | | 'dsDn' : [entryToDelete] |
| | | } |
| | | </call> |
| | | </paralleliterate> |