From fa1f845a9f9562b1727ecdbd06608c485a3b09b5 Mon Sep 17 00:00:00 2001 From: gbellato <gbellato@localhost> Date: Tue, 23 Sep 2008 12:58:07 +0000 Subject: [PATCH] Fix for 3488 : Replication initialization or quicksetup sometime fails The problem was that after a full update the ReplicationDomain restarts the broker before reloading the serverState and generationID. --- opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java index 4fba9f1..986cad8 100644 --- a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java +++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java @@ -81,7 +81,6 @@ import org.opends.server.types.SearchFilter; import org.opends.server.types.SearchResultEntry; import org.opends.server.types.SearchScope; -import org.opends.server.util.TimeThread; import org.testng.annotations.AfterClass; import org.testng.annotations.BeforeClass; import org.testng.annotations.Test; -- Gitblit v1.10.0