TESTS FAILED |
Ant Error Message: /services/cruisecontrol/work/scripts/build-JBossCache.xml:86: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures. |
Date of build: 04/05/2006 02:25:05 |
Time to build: 35 minutes 39 seconds |
Last changed: 04/04/2006 15:29:53 |
Last log entry: Prior to JBCACHE-533 , clean up race condition with long increment, also shrinkthe synchronized {} block. |
Unit Tests: (1429) Total Errors and Failures: (3) | ||||||
| ||||||
Modifications since last build: (first 50 of 9) | ||||
1.18 | modified | genman | src/org/jboss/cache/interceptors/PassivationInterceptor.java | Prior to JBCACHE-533 , clean up race condition with long increment, also shrinkthe synchronized {} block. |
1.12 | modified | genman | src/org/jboss/cache/loader/AsyncCacheLoader.java | JBCACHE-525 - Fix potential race condition; unfortunately BTree node iteration(reads) requires the tree to be locked against concurrent writes. Hopefullythese heavy locks can be removed when JDBM has a better tree iteratorJBCACHE-526 - Upon shutdown, put(List l) all remaining tasks that were polledand removed from the common queue; they were not being applied before.Add unit test for asynchronous storeEntireState operation |
1.6 | modified | genman | src/org/jboss/cache/loader/jdbm/JdbmCacheLoader.java | JBCACHE-525 - Fix potential race condition; unfortunately BTree node iteration(reads) requires the tree to be locked against concurrent writes. Hopefullythese heavy locks can be removed when JDBM has a better tree iteratorJBCACHE-526 - Upon shutdown, put(List l) all remaining tasks that were polledand removed from the common queue; they were not being applied before.Add unit test for asynchronous storeEntireState operation |
1.11 | modified | genman | tests/functional/org/jboss/cache/loader/AsyncFileCacheLoaderTest.java | JBCACHE-525 - Fix potential race condition; unfortunately BTree node iteration(reads) requires the tree to be locked against concurrent writes. Hopefullythese heavy locks can be removed when JDBM has a better tree iteratorJBCACHE-526 - Upon shutdown, put(List l) all remaining tasks that were polledand removed from the common queue; they were not being applied before.Add unit test for asynchronous storeEntireState operation |
1.23 | modified | genman | src/org/jboss/cache/interceptors/ActivationInterceptor.java | Clean-up the code, move cut/pasted code into private functionsNo actual semantic changes, tests pass :-) |
1.13 | modified | genman | src/org/jboss/cache/interceptors/CacheMgmtInterceptor.java | Fix possible sequence number generation race condition |
1.4 | modified | smarlow | src/org/jboss/cache/xml/XmlHelper.java | Specify utf8 encoding for call to getBytes instead of using default platform encoding.I saw this issue when working on JBCACHE-531, however, this change is not needed to solve JBCACHE-531. |
1.8 | modified | smarlow | src/org/jboss/cache/config/CacheLoaderConfig.java | fix for JBCACHE-531. |
1.8 | modified | bwang | src/org/jboss/cache/aop/CollectionClassHandler.java | JBCACHE-435 putObject can do removeObject first multiple times |