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

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/09/2006 04:36:15
Time to build: 34 minutes 37 seconds
Last changed: 04/08/2006 16:30:08
Last log entry: JBCACHE-555 - Reduce size of WorkspaceNodeImpl from 350 -> 186 bytes General code cleanup elsewhere; doc enhancements, etc.

 Unit Tests: (1459)  Total Errors and Failures: (15)
testRemovesBeforeGetorg.jboss.cache.optimistic.FullStackInterceptorTest
test2InstanceRemoveorg.jboss.cache.optimistic.AsyncFullStackInterceptorTest
testValidationFailCommit2Instancesorg.jboss.cache.optimistic.AsyncFullStackInterceptorTest
testConcurrentNodeRemovalorg.jboss.cache.optimistic.CacheTest
test2InstanceRemoveorg.jboss.cache.optimistic.FullStackInterceptorTest
testValidationFailCommit2Instancesorg.jboss.cache.optimistic.FullStackInterceptorTest
testRemovesorg.jboss.cache.optimistic.FullStackInterceptorTest
testLoopedPutAndGetorg.jboss.cache.optimistic.FullStackInterceptorTest
testCacheStoringorg.jboss.cache.optimistic.OptimisticWithCacheLoaderTest
testCacheLoadingWithReplicationorg.jboss.cache.optimistic.OptimisticWithCacheLoaderTest
testSharedCacheLoadingWithReplicationorg.jboss.cache.optimistic.OptimisticWithCacheLoaderTest
testRemoveNodeorg.jboss.cache.options.cachemodelocal.AsyncInvalidationOptLocksTest
testRemoveNodeorg.jboss.cache.options.cachemodelocal.AsyncReplOptLocksTest
testRemoveNodeorg.jboss.cache.options.cachemodelocal.SyncInvalidationOptLocksTest
testRemoveNodeorg.jboss.cache.options.cachemodelocal.SyncReplOptLocksTest
 

 Modifications since last build:  (first 50 of 84)
1.3modifiedgenmansrc/org/jboss/cache/loader/AsyncExtendedCacheLoader.javaJBCACHE-555 - Reduce size of WorkspaceNodeImpl from 350 -> 186 bytes General code cleanup elsewhere; doc enhancements, etc.
1.6modifiedgenmansrc/org/jboss/cache/loader/SharedStoreCacheLoader.javaJBCACHE-555 - Reduce size of WorkspaceNodeImpl from 350 -> 186 bytes General code cleanup elsewhere; doc enhancements, etc.
1.2modifiedgenmansrc/org/jboss/cache/optimistic/DataVersion.javaJBCACHE-555 - Reduce size of WorkspaceNodeImpl from 350 -> 186 bytes General code cleanup elsewhere; doc enhancements, etc.
1.3modifiedgenmansrc/org/jboss/cache/optimistic/FqnComparator.javaJBCACHE-555 - Reduce size of WorkspaceNodeImpl from 350 -> 186 bytes General code cleanup elsewhere; doc enhancements, etc.
1.8modifiedgenmansrc/org/jboss/cache/optimistic/TransactionWorkspace.javaJBCACHE-555 - Reduce size of WorkspaceNodeImpl from 350 -> 186 bytes General code cleanup elsewhere; doc enhancements, etc.
1.11modifiedgenmansrc/org/jboss/cache/optimistic/TransactionWorkspaceImpl.javaJBCACHE-555 - Reduce size of WorkspaceNodeImpl from 350 -> 186 bytes General code cleanup elsewhere; doc enhancements, etc.
1.20modifiedgenmansrc/org/jboss/cache/optimistic/WorkspaceNodeImpl.javaJBCACHE-555 - Reduce size of WorkspaceNodeImpl from 350 -> 186 bytes General code cleanup elsewhere; doc enhancements, etc.
1.22modifiedgenmansrc/org/jboss/cache/interceptors/OptimisticValidatorInterceptor.javaJBCACHE-555 - Reduce size of WorkspaceNodeImpl from 350 -> 186 bytes General code cleanup elsewhere; doc enhancements, etc.
1.3modifiedgenmansrc/org/jboss/cache/optimistic/DefaultDataVersion.javaJBCACHE-541Use constant DefaultDataVersion.ZERO instead of creating a new version forevery node. Saves about 16 bytes per OptimisticTreeNode.
1.6modifiedgenmantests/functional/org/jboss/cache/loader/CacheLoaderManagerTest.javaFix oops in Node.createChildFix CacheLoaderManagerTest to reflect changes in FileCacheLoader interface
1.13modifiedgenmantests/functional/org/jboss/cache/passivation/PassivationTestsBase.javaJBCACHE-555 - Performance and memory enhancementsJBCACHE-541 - Clean up node classesJBCACHE-551 - TreeCache.getKeys() returns empty setOther minor fixes for correcting JBCACHE-535
1.2modifiedgenmansrc/org/jboss/cache/interceptors/BaseCacheLoaderInterceptor.javaJBCACHE-555 - Performance and memory enhancementsJBCACHE-541 - Clean up node classesJBCACHE-551 - TreeCache.getKeys() returns empty setOther minor fixes for correcting JBCACHE-535
1.34modifiedgenmansrc/org/jboss/cache/interceptors/CacheLoaderInterceptor.javaJBCACHE-555 - Performance and memory enhancementsJBCACHE-541 - Clean up node classesJBCACHE-551 - TreeCache.getKeys() returns empty setOther minor fixes for correcting JBCACHE-535
1.22modifiedgenmansrc/org/jboss/cache/interceptors/ReplicationInterceptor.javaJBCACHE-555 - Performance and memory enhancementsJBCACHE-541 - Clean up node classesJBCACHE-551 - TreeCache.getKeys() returns empty setOther minor fixes for correcting JBCACHE-535
1.10modifiedgenmansrc/org/jboss/cache/interceptors/UnlockInterceptor.javaJBCACHE-555 - Performance and memory enhancementsJBCACHE-541 - Clean up node classesJBCACHE-551 - TreeCache.getKeys() returns empty setOther minor fixes for correcting JBCACHE-535
1.5modifiedgenmansrc/org/jboss/cache/loader/ClusteredCacheLoader.javaJBCACHE-555 - Performance and memory enhancementsJBCACHE-541 - Clean up node classesJBCACHE-551 - TreeCache.getKeys() returns empty setOther minor fixes for correcting JBCACHE-535
1.11modifiedgenmansrc/org/jboss/cache/loader/FileCacheLoader.javaJBCACHE-555 - Performance and memory enhancementsJBCACHE-541 - Clean up node classesJBCACHE-551 - TreeCache.getKeys() returns empty setOther minor fixes for correcting JBCACHE-535
1.11modifiedgenmansrc/org/jboss/cache/lock/IdentityLock.javaJBCACHE-555 - Performance and memory enhancementsJBCACHE-541 - Clean up node classesJBCACHE-551 - TreeCache.getKeys() returns empty setOther minor fixes for correcting JBCACHE-535
1.9modifiedgenmansrc/org/jboss/cache/lock/LockMap.javaJBCACHE-555 - Performance and memory enhancementsJBCACHE-541 - Clean up node classesJBCACHE-551 - TreeCache.getKeys() returns empty setOther minor fixes for correcting JBCACHE-535
1.21modifiedgenmantests/functional/org/jboss/cache/loader/CacheLoaderTestsBase.javaJBCACHE-555 - Performance and memory enhancementsJBCACHE-541 - Clean up node classesJBCACHE-551 - TreeCache.getKeys() returns empty setOther minor fixes for correcting JBCACHE-535
1.23modifiedbwangtests/perf/org/jboss/cache/Server.javaadded additional sleep
1.1addedgenmantests/perf/org/jboss/cache/SizeOf.javaAdd simple Java tool to calculate the size of objects
1.4modifiedgenmantests/functional/org/jboss/cache/mgmt/CacheLoaderTest.javaJBCACHE-535Optimization of CacheLoaderInterceptor caused the counts to go downFix these unit tests to match current behavior; fix tests use these variables
1.2modifiedgenmantests/functional/org/jboss/cache/mgmt/PassivationTest.javaJBCACHE-535Optimization of CacheLoaderInterceptor caused the counts to go downFix these unit tests to match current behavior; fix tests use these variables
1.37modifiedmsurtanisrc/org/jboss/cache/interceptors/TxInterceptor.javaJBCACHE-548 - TxManager NPE issues when using with WebLogic and WebSphere
1.8modifiedgenmantests/functional/org/jboss/cache/loader/CacheLoaderMethodCallCounterTest.javaJBCACHE-535Fix count; CacheLoader no longer does a get when we do a put
1.5modifiedmsurtanitests/functional/org/jboss/cache/TreeCacheListenerTest.javaAdded more tree cache listener related tests
1.25modifiedgenmansrc/org/jboss/cache/interceptors/ActivationInterceptor.javaJBCACHE-535Fix PassivationInterceptor which I did not fix; fix PassivationTestsBase toreflect how cache loader now behaves; add flag to change CacheLoaderInterceptorbehavior for sub-classes
1.33modifiedgenmansrc/org/jboss/cache/interceptors/CacheLoaderInterceptor.javaJBCACHE-535Fix PassivationInterceptor which I did not fix; fix PassivationTestsBase toreflect how cache loader now behaves; add flag to change CacheLoaderInterceptorbehavior for sub-classes
1.20modifiedgenmansrc/org/jboss/cache/interceptors/PassivationInterceptor.javaJBCACHE-535Fix PassivationInterceptor which I did not fix; fix PassivationTestsBase toreflect how cache loader now behaves; add flag to change CacheLoaderInterceptorbehavior for sub-classes
1.12modifiedgenmantests/functional/org/jboss/cache/passivation/PassivationTestsBase.javaJBCACHE-535Fix PassivationInterceptor which I did not fix; fix PassivationTestsBase toreflect how cache loader now behaves; add flag to change CacheLoaderInterceptorbehavior for sub-classes
1.1addedbwangtests/perf/org/jboss/cache/aop/ReplicatedSyncMapContentionAopTest.javano message
1.19modifiedgenmansrc/org/jboss/cache/interceptors/PassivationInterceptor.javaAddress JBCACHE-352, JBCACHE-535Clean up the CacheLoaderInterceptor to not load so vigorouslyClean up JavaDoc for TreeCache which seems like it needs themMinor fixes elsewhere
1.6modifiedgenmantests/functional/org/jboss/cache/loader/AbstractCacheLoaderTestBase.javaAddress JBCACHE-352, JBCACHE-535Clean up the CacheLoaderInterceptor to not load so vigorouslyClean up JavaDoc for TreeCache which seems like it needs themMinor fixes elsewhere
1.20modifiedgenmantests/functional/org/jboss/cache/loader/CacheLoaderTestsBase.javaAddress JBCACHE-352, JBCACHE-535Clean up the CacheLoaderInterceptor to not load so vigorouslyClean up JavaDoc for TreeCache which seems like it needs themMinor fixes elsewhere
1.11modifiedgenmantests/functional/org/jboss/cache/passivation/PassivationTestsBase.javaAddress JBCACHE-352, JBCACHE-535Clean up the CacheLoaderInterceptor to not load so vigorouslyClean up JavaDoc for TreeCache which seems like it needs themMinor fixes elsewhere
1.32modifiedgenmansrc/org/jboss/cache/interceptors/CacheLoaderInterceptor.javaAddress JBCACHE-352, JBCACHE-535Clean up the CacheLoaderInterceptor to not load so vigorouslyClean up JavaDoc for TreeCache which seems like it needs themMinor fixes elsewhere
1.19modifiedgenmansrc/org/jboss/cache/interceptors/CacheStoreInterceptor.javaAddress JBCACHE-352, JBCACHE-535Clean up the CacheLoaderInterceptor to not load so vigorouslyClean up JavaDoc for TreeCache which seems like it needs themMinor fixes elsewhere
1.24modifiedgenmansrc/org/jboss/cache/interceptors/ActivationInterceptor.javaPrior to JBCACHE-533 -- What a difference a few misplaced { } make
1.4modifiedbwangsrc/org/jboss/cache/aop/util/ObjectUtil.javacode fixes from analysis
1.5modifiedbwangsrc/org/jboss/cache/eviction/BaseEvictionAlgorithm.javaadded more log tracing
1.10modifiedbwangsrc/org/jboss/cache/eviction/RegionManager.javaJBCACHE-532 disabled hasDefaultRegionOnly
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.

Reply via email to