View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-cache-testsuite?log=log20060405022505

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)
testEvictionWithCacheLoaderPassivationorg.jboss.cache.passivation.PassivationToBdbjeCacheLoaderTest
testEvictionWithCacheLoaderPassivationorg.jboss.cache.passivation.PassivationToFileCacheLoaderTest
testEvictionWithCacheLoaderPassivationorg.jboss.cache.passivation.PassivationToLocalDelegatingCacheLoaderTest
 

 Modifications since last build:  (first 50 of 9)
1.18modifiedgenmansrc/org/jboss/cache/interceptors/PassivationInterceptor.javaPrior to JBCACHE-533 , clean up race condition with long increment, also shrinkthe synchronized {} block.
1.12modifiedgenmansrc/org/jboss/cache/loader/AsyncCacheLoader.javaJBCACHE-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.6modifiedgenmansrc/org/jboss/cache/loader/jdbm/JdbmCacheLoader.javaJBCACHE-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.11modifiedgenmantests/functional/org/jboss/cache/loader/AsyncFileCacheLoaderTest.javaJBCACHE-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.23modifiedgenmansrc/org/jboss/cache/interceptors/ActivationInterceptor.javaClean-up the code, move cut/pasted code into private functionsNo actual semantic changes, tests pass :-)
1.13modifiedgenmansrc/org/jboss/cache/interceptors/CacheMgmtInterceptor.javaFix possible sequence number generation race condition
1.4modifiedsmarlowsrc/org/jboss/cache/xml/XmlHelper.javaSpecify 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.8modifiedsmarlowsrc/org/jboss/cache/config/CacheLoaderConfig.javafix for JBCACHE-531.
1.8modifiedbwangsrc/org/jboss/cache/aop/CollectionClassHandler.javaJBCACHE-435 putObject can do removeObject first multiple times

Reply via email to