From e945215c9883531e54237fa48c8e8d34d4ee469a Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Fri, 09 Feb 2007 13:27:42 +0000
Subject: [PATCH] Fix a failure happening in the lostHeartbeatFailover because this test reuse some entries that have already been used in the namingConflict test and those entries have not been cleaned.
---
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/UpdateOperationTest.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/UpdateOperationTest.java b/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/UpdateOperationTest.java
index 5f6bf3f..39284d0 100644
--- a/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/UpdateOperationTest.java
+++ b/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/UpdateOperationTest.java
@@ -321,6 +321,8 @@
logError(ErrorLogCategory.SYNCHRONIZATION,
ErrorLogSeverity.NOTICE,
"Starting synchronization test : lostHeartbeatFailover" , 1);
+
+ cleanEntries();
final DN baseDn = DN.decode("ou=People,dc=example,dc=com");
--
Gitblit v1.10.0