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

gbellato
10.57.2007 37d94bc7fc4991912f2c0d87730ac8c3c26ab00d
refs
author gbellato <gbellato@localhost>
Monday, December 10, 2007 17:57 +0100
committer gbellato <gbellato@localhost>
Monday, December 10, 2007 17:57 +0100
commit37d94bc7fc4991912f2c0d87730ac8c3c26ab00d
tree 3243bdd64c8b9e8998fa5dd47a4a3484e41831eb tree | zip | gz
parent cb0bd5f7ef034e847ef882098cec314a69e14015 view | diff
This fixes 2724 : and enable/fix some more replication tests.

If the Replication Server is stopped while the ServerHandler writer threads are blocked waiting for some window credit they are blocked and don't stop
immediately.

This issue is minimal for real life but can cause unit test failure because replication Servers are stopped and started a number of times during the tests.

This commit also enabled some more replication tests and change them to make the
order in which they are run more predictible.
5 files modified
133 ■■■■■ changed files
opends/src/server/org/opends/server/replication/server/ServerHandler.java 12 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java 9 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/UpdateOperationTest.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplicationServerTest.java 108 ●●●● diff | view | raw | blame | history