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

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/13/2006 06:42:37
Time to build: 36 minutes 33 seconds
Last changed: 04/13/2006 05:47:37
Last log entry: upd

 Unit Tests: (1503)  Total Errors and Failures: (13)
testPutObjectGraphAndEvictorg.jboss.cache.aop.eviction.PojoEvictionTest
testMultipleRefenceorg.jboss.cache.aop.loader.FileCacheLoaderObjectGraphAopTest
testSharedCacheLoadingWithReplicationorg.jboss.cache.optimistic.OptimisticWithCacheLoaderTest
testCallRemoteMethodsMethodCallRemoteorg.jboss.cache.rpc.RpcTreeCacheFunctionalTest
testEvictionInterceptorConfigorg.jboss.cache.InterceptorConfigurationTest
testSimpleEvictionorg.jboss.cache.aop.eviction.AopLRUPolicyTest
testRemoveEvictionorg.jboss.cache.aop.eviction.AopLRUPolicyTest
testUpdateEvictionorg.jboss.cache.aop.eviction.AopLRUPolicyUpdateEvictionTest
testPutAndEvictorg.jboss.cache.aop.eviction.PojoEvictionTest
testEvictionorg.jboss.cache.eviction.MRUPolicyTest
testBadRpcHandlerNonLocalorg.jboss.cache.rpc.RpcTreeCacheFunctionalTest
testAsyncCallNonLocalorg.jboss.cache.rpc.RpcTreeCacheFunctionalTest
testExcludeSelfNonLocalorg.jboss.cache.rpc.RpcTreeCacheFunctionalTest
 

 Modifications since last build:  (first 50 of 295)
1.7modifiedbwangtests/scripts/benchmark.shupd
1.29modifiedbwangtests/perf/org/jboss/cache/Server.javaupd
1.28modifiedbwangtests/perf/org/jboss/cache/Server.javaupd
1.5modifiedgenmantests/functional/org/jboss/cache/eviction/ReplicatedAopLRUPolicyTest.javaFix broken unit test; setMarshalling(true) to match changed etc/META-INF/replSync-service.xml
1.27modifiedbwangtests/perf/org/jboss/cache/Server.javaupd
1.26modifiedbwangtests/perf/org/jboss/cache/Server.javaNeed to keep generate new pojo during putObject
1.25modifiedbwangtests/perf/org/jboss/cache/Server.javacommented out output
1.5modifiedbwangtests/scripts/readme.txtupd
1.5modifiedbwangtests/scripts/bench.xmlupd
1.4modifiedbwangtests/scripts/readme.txtupd
1.24modifiedbwangtests/perf/org/jboss/cache/Server.javaAdded PojoCache tester
1.2modifiedbwangtests/perf/org/jboss/cache/data/Address.javaAdded PojoCache tester
1.2modifiedbwangtests/perf/org/jboss/cache/data/Course.javaAdded PojoCache tester
1.2modifiedbwangtests/perf/org/jboss/cache/data/Person.javaAdded PojoCache tester
1.7modifiedbwangtests/scripts/bench.txtAdded PojoCache test
1.4modifiedbwangtests/scripts/bench.xmlAdded PojoCache test
1.6modifiedbwangtests/scripts/benchmark.shAdded PojoCache test
1.3modifieddhuangtests/functional/org/jboss/cache/eviction/EvictionConfigurationTest.javaCorrect a unit test.
1.3modifieddhuangtests/functional/org/jboss/cache/eviction/MRUPolicyTest.javaEviction refactored into an EvictionInterceptor. # of elements changes is also recorded for now. EvictionAlgorithm changes to support maxElements will follow shortly.
1.4modifieddhuangtests/functional/org/jboss/cache/eviction/RegionTest.javaEviction refactored into an EvictionInterceptor. # of elements changes is also recorded for now. EvictionAlgorithm changes to support maxElements will follow shortly.
1.1addeddhuangtests/functional/org/jboss/cache/interceptors/EvictionInterceptorTest.javaEviction refactored into an EvictionInterceptor. # of elements changes is also recorded for now. EvictionAlgorithm changes to support maxElements will follow shortly.
1.4modifiedgenmantests/functional/org/jboss/cache/eviction/ReplicatedLRUPolicyTest.javaClean up tests and diagnostics; setUseMarshalling was not set on all nodesfor test; add help binary dump to TreeCacheMarshaller
1.7modifiedgenmantests/functional/org/jboss/cache/rpc/RpcTreeCacheFunctionalTest.javaClean up tests and diagnostics; setUseMarshalling was not set on all nodesfor test; add help binary dump to TreeCacheMarshaller
1.3deletedbwangtests/functional/org/jboss/cache/eviction/AopLRUPolicyUpdateEvictionTest.javaMoved aop eviction to its own dir.
1.6modifiedgenmantests/functional/org/jboss/cache/optimistic/ComparatorTest.javaJBCACHE-555 -Remove non-working code from WorkspaceNodeImpl.getParentClean up OptimisticNodeInterceptor
1.22modifiedgenmantests/functional/org/jboss/cache/loader/CacheLoaderTestsBase.javaJBCACHE-555 -Remove non-working code from WorkspaceNodeImpl.getParentClean up OptimisticNodeInterceptor
1.2modifiedbwangtests/functional/org/jboss/cache/eviction/AopLRUPolicyUpdateEvictionTest.javaJBCACHE-490 Created PojoCache class
1.7modifiedbwangtests/functional/org/jboss/cache/loader/CacheLoaderManagerTest.javaJBCACHE-490 Created PojoCache class
1.2modifiedbwangtests/perf/org/jboss/cache/aop/LocalMapPerfAopTest.javaJBCACHE-490 Created PojoCache class
1.2modifiedbwangtests/perf/org/jboss/cache/aop/LocalPerfAopTest.javaJBCACHE-490 Created PojoCache class
1.2modifiedbwangtests/perf/org/jboss/cache/aop/ReplicatedAsyncMapPerfAopTest.javaJBCACHE-490 Created PojoCache class
1.2modifiedbwangtests/perf/org/jboss/cache/aop/ReplicatedSyncMapContentionAopTest.javaJBCACHE-490 Created PojoCache class
1.2modifiedbwangtests/perf/org/jboss/cache/aop/ReplicatedSyncMapPerfAopTest.javaJBCACHE-490 Created PojoCache class
1.2modifiedbwangtests/perf/org/jboss/cache/aop/ReplicatedSyncPerfAopTest.javaJBCACHE-490 Created PojoCache class
1.2modifiedbwangtests/perf/org/jboss/cache/aop/Server.javaJBCACHE-490 Created PojoCache class
1.2modifiedbwangtests/perf/org/jboss/cache/aop/StudentMetrics.javaJBCACHE-490 Created PojoCache class
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.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.8modifiedgenmantests/functional/org/jboss/cache/loader/CacheLoaderMethodCallCounterTest.javaJBCACHE-535Fix count; CacheLoader no longer does a get when we do a put
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.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.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

Reply via email to