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

gbellato
09.27.2007 e945215c9883531e54237fa48c8e8d34d4ee469a
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.

The fix is to clean the database at the beginning of the lostHeartbeatFailover test
1 files modified
2 ■■■■■ changed files
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/UpdateOperationTest.java 2 ●●●●● patch | view | raw | blame | history
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");