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

gbellato
22.59.2007 b182ea128bb2c9e70bdfb41ac056efef4ea70430
refs
author gbellato <gbellato@localhost>
Thursday, March 22, 2007 17:59 +0100
committer gbellato <gbellato@localhost>
Thursday, March 22, 2007 17:59 +0100
commitb182ea128bb2c9e70bdfb41ac056efef4ea70430
tree 628257a2321054ec35ffe54bd55b978d36c7b6f3 tree | zip | gz
parent 5918ea1b46c953b6f823e2f62c298ccf24147329 view | diff
Fix for issue 1370 : tests for resynchronization after import or restore are failing
This was happening because in some cases the Changelog server was failing to re-send
the changes to the LDAP servers.

A new test have been added to test the Changelog server in this case.

It was also necessary to add some timeout in the test setup to let some time to
the synchornization to setup before starting the actual test. The tests have
therefore been marked as slow.

This commit also enables a Schema Synchronization test that was left disabled by error
in a previous commit

4 files modified
57 ■■■■ changed files
opends/src/server/org/opends/server/synchronization/changelog/ChangelogDB.java 16 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/ReSyncTest.java 10 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/SchemaSynchronizationTest.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/changelog/ChangelogTest.java 29 ●●●●● diff | view | raw | blame | history