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

gbellato
18.20.2007 5d3ab17c74a50bd020fc175c213f81700134c9f8
refs
author gbellato <gbellato@localhost>
Thursday, January 18, 2007 10:20 +0100
committer gbellato <gbellato@localhost>
Thursday, January 18, 2007 10:20 +0100
commit5d3ab17c74a50bd020fc175c213f81700134c9f8
tree e1b3e1d8dc33769f03100dfc5e56e910c70e4d48 tree | zip | gz
parent 4e8521a6b0c4eb0aad30a3a1871852804f069870 view | diff
put back the 980 revision that had been removed because of a regression.
- fix the regression (schema problem)
- disabled the ChangelogTest.stopChangelog() test that appear to cause
some hangs.

----------

This change includes a set of new unit tests dedicated to the startup phase
of the synchronization server (former changelog server) and the connection
phase of client LDAP server to this synchronization server.
These tests cover various cases of this connection checking that the adequate
changes are then sent to the client.

This change also include the fix for :
issue 1155 : synchronization server miss one change when a new LDAP server is added
to the topology
10 files modified
731 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/synchronization/changelog/Changelog.java 5 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/synchronization/changelog/ChangelogDB.java 21 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/synchronization/changelog/DbHandler.java 62 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/synchronization/plugin/ChangelogBroker.java 1 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/synchronization/plugin/PersistentServerState.java 100 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/ProtocolWindowTest.java 18 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java 18 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/SynchronizationTestCase.java 73 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/UpdateOperationTest.java 32 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/changelog/ChangelogTest.java 401 ●●●●● diff | view | raw | blame | history