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

davidely
18.43.2007 39b6bdb24bae1de63de3b979369f2e5bd285ef6a
refs
author davidely <davidely@localhost>
Wednesday, April 18, 2007 17:43 +0200
committer davidely <davidely@localhost>
Wednesday, April 18, 2007 17:43 +0200
commit39b6bdb24bae1de63de3b979369f2e5bd285ef6a
tree 263add314135eb2326fb0c3023a08b6dc6c8e66f tree | zip | gz
parent 325694f2762f303c4cf229200d76569be722f36e view | diff
This is a fix for race condition problems in the unit tests where operations left over from the previous test cause the following test to fail.  For the affected tests, the solution was to wait for all previous operations to complete before starting the next test.
6 files modified
56 ■■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java 23 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/BindOperationTestCase.java 9 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/CompareOperationTestCase.java 3 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/OperationTestCase.java 17 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/SearchOperationTestCase.java 1 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/TestModifyDNOperation.java 3 ●●●●● diff | view | raw | blame | history