mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

ugaston
23.27.2009 4506bab7c0eba9cf53ffbd9c5b934f2bda8d0181
Mark new knownIssue + handle better other knownIssue in Repl Conflict suite
1 files modified
22 ■■■■■ changed files
opends/tests/staf-tests/functional-tests/testcases/replication/conflict/conflict.xml 22 ●●●●● patch | view | raw | blame | history
opends/tests/staf-tests/functional-tests/testcases/replication/conflict/conflict.xml
@@ -2713,8 +2713,11 @@
              <!-- 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 -->
@@ -3228,8 +3231,11 @@
              <!-- 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 -->
@@ -3256,8 +3262,7 @@
                        'dsInstancePort' : server.getPort(),
                        'dsInstanceDn'   : server.getRootDn(),
                        'dsInstancePswd' : server.getRootPwd(),
                        'dsDn'           : [entryToDelete],
                        'knownIssue'     : '3401'
                        'dsDn'           : [entryToDelete]
                      }
                    </call>
                  </paralleliterate>
@@ -3486,8 +3491,12 @@
              <!-- 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 -->
@@ -3514,8 +3523,7 @@
                        'dsInstancePort' : server.getPort(),
                        'dsInstanceDn'   : server.getRootDn(),
                        'dsInstancePswd' : server.getRootPwd(),
                        'dsDn'           : [entryToDelete],
                        'knownIssue'     : '3401'
                        'dsDn'           : [entryToDelete]
                      }
                    </call>
                  </paralleliterate>