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

gbellato
18.20.2007 aefad4e6cfa33be9eca8cda45861d98236d0faed
refs
author gbellato <gbellato@localhost>
Thursday, January 18, 2007 10:20 +0100
committer gbellato <gbellato@localhost>
Thursday, January 18, 2007 10:20 +0100
commitaefad4e6cfa33be9eca8cda45861d98236d0faed
tree 272378e282035e96caca00c688ef31b482ce6486 tree | zip | gz
parent a9b31a7fd6f665f10673721758e5dedc025135c7 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
opends/src/server/org/opends/server/synchronization/changelog/Changelog.java 5 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/synchronization/changelog/ChangelogDB.java 21 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/synchronization/changelog/DbHandler.java 62 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/synchronization/plugin/ChangelogBroker.java 1 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/synchronization/plugin/PersistentServerState.java 100 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/ProtocolWindowTest.java 18 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java 18 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/SynchronizationTestCase.java 73 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/UpdateOperationTest.java 32 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/changelog/ChangelogTest.java 401 ●●●●● diff | view | raw | blame | history