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

gbellato
22.59.2007 7d9d0fb263d859f08a12262c4de6cae507561c95
refs
author gbellato <gbellato@localhost>
Thursday, March 22, 2007 17:59 +0100
committer gbellato <gbellato@localhost>
Thursday, March 22, 2007 17:59 +0100
commit7d9d0fb263d859f08a12262c4de6cae507561c95
tree 22eb3ce5610739387c6936bab7521cd22c9f5940 tree | zip | gz
parent 628d5c1842b0bdb6226e086b8da72c4960e324a3 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
opendj-sdk/opends/src/server/org/opends/server/synchronization/changelog/ChangelogDB.java 16 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/ReSyncTest.java 10 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/SchemaSynchronizationTest.java 2 ●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/changelog/ChangelogTest.java 29 ●●●●● diff | view | raw | blame | history