From 38b7eb64966ff4e32fc86df09b45b73d186aa6c7 Mon Sep 17 00:00:00 2001
From: ugaston <ugaston@localhost>
Date: Thu, 25 Oct 2007 17:06:44 +0000
Subject: [PATCH] Uncomment dsreplication initialize for cn=schema as it hangs no more (issue 2487 fixed)

---
 opendj-sdk/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml b/opendj-sdk/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
index ae4d220..ace8e16 100644
--- a/opendj-sdk/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
+++ b/opendj-sdk/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
@@ -202,8 +202,7 @@
                   'expectedRC'  :  65 }
               </call>                     
 
-              <!-- Perform the total update on every server -->                 
-              <!-- Issue #2487 makes 'dsreplication initialize-all' for cn=schema hang.
+              <!-- Perform the total update on every server -->
               <iterate var="server" in="consumerList">
                 <sequence>     
                   <call function="'initializeReplication'">
@@ -217,8 +216,7 @@
                     }
                   </call>
                 </sequence>
-              </iterate>
-              -->                  
+              </iterate>       
                 
               <!-- Add entry to "consumer" server -->                       
               <call function="'addEntry'">

--
Gitblit v1.10.0