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

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: 06/13/2006 22:19:18
Time to build: 95 minutes 54 seconds
Last changed: 06/12/2006 18:26:28
Last log entry: *** empty log message ***

 Unit Tests: (1657)  Total Errors and Failures: (42)
testRemoveDataorg.jboss.cache.loader.BdbjeCacheLoaderTest
testRemoveRootorg.jboss.cache.loader.BdbjeCacheLoaderTest
testRemoveDataorg.jboss.cache.loader.ChainingCacheLoaderBasicTest
testRemoveRootorg.jboss.cache.loader.ChainingCacheLoaderBasicTest
testRemoveDataorg.jboss.cache.loader.FileCacheLoaderTest
testRemoveRootorg.jboss.cache.loader.FileCacheLoaderTest
testRemoveDataorg.jboss.cache.loader.FileExtendedCacheLoaderTest
testRemoveRootorg.jboss.cache.loader.FileExtendedCacheLoaderTest
testRemoveDataorg.jboss.cache.loader.JDBCCacheLoaderDerbyDSTest
testRemoveRootorg.jboss.cache.loader.JDBCCacheLoaderDerbyDSTest
testRemoveDataorg.jboss.cache.loader.JDBCCacheLoaderTest
testRemoveRootorg.jboss.cache.loader.JDBCCacheLoaderTest
testRemoveDataorg.jboss.cache.loader.JdbmCacheLoaderTest
testRemoveRootorg.jboss.cache.loader.JdbmCacheLoaderTest
testRemoveDataorg.jboss.cache.loader.LocalDelegatingCacheLoaderTest
testRemoveRootorg.jboss.cache.loader.LocalDelegatingCacheLoaderTest
testRemoveDataorg.jboss.cache.loader.TcpCacheLoaderTest
testRemoveRootorg.jboss.cache.loader.TcpCacheLoaderTest
testNotificationsorg.jboss.cache.mgmt.NotificationTest
testRemoveDataorg.jboss.cache.passivation.PassivationToBdbjeCacheLoaderTest
testRemoveData3Passivationorg.jboss.cache.passivation.PassivationToBdbjeCacheLoaderTest
testRemoveRootorg.jboss.cache.passivation.PassivationToBdbjeCacheLoaderTest
testRemoveDataorg.jboss.cache.passivation.PassivationToFileCacheLoaderTest
testRemoveData3Passivationorg.jboss.cache.passivation.PassivationToFileCacheLoaderTest
testRemoveRootorg.jboss.cache.passivation.PassivationToFileCacheLoaderTest
testRemoveDataorg.jboss.cache.passivation.PassivationToLocalDelegatingCacheLoaderTest
testRemoveData3Passivationorg.jboss.cache.passivation.PassivationToLocalDelegatingCacheLoaderTest
testRemoveRootorg.jboss.cache.passivation.PassivationToLocalDelegatingCacheLoaderTest
testLoadEntireStateAfterStartorg.jboss.cache.statetransfer.StateTransfer1241Test
testConcurrentUseSyncorg.jboss.cache.statetransfer.StateTransfer1241Test
testConcurrentUseAsyncorg.jboss.cache.statetransfer.StateTransfer1241Test
testLoadEntireStateAfterStartorg.jboss.cache.statetransfer.StateTransfer124Test
testConcurrentUseSyncorg.jboss.cache.statetransfer.StateTransfer124Test
testConcurrentUseAsyncorg.jboss.cache.statetransfer.StateTransfer124Test
testLoadEntireStateAfterStartorg.jboss.cache.statetransfer.StateTransfer130Test
testConcurrentUseSyncorg.jboss.cache.statetransfer.StateTransfer130Test
testConcurrentUseAsyncorg.jboss.cache.statetransfer.StateTransfer130Test
testLoadEntireStateAfterStartorg.jboss.cache.statetransfer.StateTransfer140Test
testConcurrentUseSyncorg.jboss.cache.statetransfer.StateTransfer140Test
testConcurrentUseAsyncorg.jboss.cache.statetransfer.StateTransfer140Test
testCLLeakageorg.jboss.cache.aop.memory.ReplicatedAopTest
testThreadedAccess_RWLockorg.jboss.cache.lock.IdentityLockTest
 

 Modifications since last build:  (first 50 of 120)
1.50modifiedmsurtanitests/perf/org/jboss/cache/Server.java*** empty log message ***
1.2modifiedmsurtanitests/perf/org/jboss/cache/SizeOf.java*** empty log message ***
1.3modifiedmsurtanitests/perf/org/jboss/cache/optimistic/OptimisticPerfTestBase.java*** empty log message ***
1.1addedmsurtanitests/functional/org/jboss/cache/options/CacheModeLocalSimpleTest.javaJBCACHE-655 (Cache under transaction should allow mix of LOCAL or REPL mode option)
1.3modifiedmsurtanitests/functional/org/jboss/cache/options/cachemodelocal/CacheModeLocalTestBase.javaJBCACHE-655 (Cache under transaction should allow mix of LOCAL or REPL mode option)
1.5modifiedmsurtanisrc/org/jboss/cache/marshall/LegacyTreeCacheMarshaller.javaFixed broken interop tests
1.5modifiedmsurtanisrc/org/jboss/cache/marshall/VersionAwareMarshaller.javaFixed broken interop tests
1.3modifiedmsurtanitests/functional/org/jboss/cache/marshall/VersionAwareMarshallerTest.javaBetter UT
1.4modifiedmsurtanisrc/org/jboss/cache/marshall/VersionAwareMarshaller.javaBetter UT
1.2modifiedmsurtanitests/functional/org/jboss/cache/marshall/VersionAwareMarshallerTest.javaBetter UT
1.3modifiedmsurtanisrc/org/jboss/cache/marshall/JBCMethodCall.javaAdded empty ctor for backward-compatible externalization
1.4modifieddhuangtests/functional/org/jboss/cache/eviction/FIFOAlgorithmTest.javaMarking a node as in use will prevent it from being evicted. Only LRU has a fully tested implementation right now. The others will have this feature post 1.4.0.
1.3modifieddhuangtests/functional/org/jboss/cache/eviction/FIFOQueueTest.javaMarking a node as in use will prevent it from being evicted. Only LRU has a fully tested implementation right now. The others will have this feature post 1.4.0.
1.10modifieddhuangtests/functional/org/jboss/cache/eviction/LRUPolicyTest.javaMarking a node as in use will prevent it from being evicted. Only LRU has a fully tested implementation right now. The others will have this feature post 1.4.0.
1.6deletedbwangtests/functional/org/jboss/cache/aop/classloader/ReplicatedAopTest.javaRenamed to memory package
1.1addedbwangtests/functional/org/jboss/cache/aop/memory/ReplicatedAopTest.javaRenamed to memory package
1.5modifiedbwangtests/functional/org/jboss/cache/aop/classloader/ReplicatedAopTest.javaTests for classloader leaking
1.6modifiedmsurtanitests/functional/org/jboss/cache/marshall/ActiveInactiveTest.javaAdded version ids to headers of all data streams
1.1addedmsurtanisrc/org/jboss/cache/marshall/Marshaller.javaAdded version ids to headers of all data streams
1.1addedmsurtanisrc/org/jboss/cache/marshall/TreeCacheMarshaller140.javaAdded version ids to headers of all data streams
1.5modifiedmsurtanitests/functional/org/jboss/cache/marshall/ActiveInactiveTest.javaAdded version ids to headers of all data streams
1.5modifiedmsurtanitests/functional/org/jboss/cache/marshall/AsyncReplTest.javaAdded version ids to headers of all data streams
1.8deletedmsurtanitests/functional/org/jboss/cache/marshall/EnhancedTreeCacheMarshallerTest.javaAdded version ids to headers of all data streams
1.1addedmsurtanitests/functional/org/jboss/cache/marshall/VersionAwareMarshallerTest.javaAdded version ids to headers of all data streams
1.3modifiedmsurtanisrc/org/jboss/cache/marshall/VersionAwareMarshaller.javaAdded version ids to headers of all data streams
1.2modifiedmsurtanisrc/org/jboss/cache/marshall/JBCMethodCall.javaAdded version ids to headers of all data streams
1.4modifiedmsurtanisrc/org/jboss/cache/marshall/LegacyTreeCacheMarshaller.javaAdded version ids to headers of all data streams
1.3modifiedmsurtanisrc/org/jboss/cache/marshall/MarshallUtil.javaAdded version ids to headers of all data streams
1.3modifiedmsurtanisrc/org/jboss/cache/marshall/MarshallingException.javaAdded version ids to headers of all data streams
1.3modifiedmsurtanisrc/org/jboss/cache/marshall/MethodCallFactory.javaAdded version ids to headers of all data streams
1.8modifiedmsurtanisrc/org/jboss/cache/marshall/MethodDeclarations.javaAdded version ids to headers of all data streams
1.15modifiedmsurtanisrc/org/jboss/cache/marshall/ObjectSerializationFactory.javaAdded version ids to headers of all data streams
1.6modifiedmsurtanisrc/org/jboss/cache/marshall/Region.javaAdded version ids to headers of all data streams
1.11modifiedmsurtanisrc/org/jboss/cache/marshall/RegionManager.javaAdded version ids to headers of all data streams
1.3modifiedmsurtanisrc/org/jboss/cache/marshall/RegionNameConflictException.javaAdded version ids to headers of all data streams
1.3modifiedmsurtanisrc/org/jboss/cache/marshall/RegionNotFoundException.javaAdded version ids to headers of all data streams
1.2modifiedmsurtanisrc/org/jboss/cache/marshall/VersionAwareMarshaller.javaAdded version ids to headers of all data streams
1.4modifiedmsurtanitests/functional/org/jboss/cache/marshall/ActiveInactiveTest.javaAdded version ids to headers of all data streams
1.7modifiedmsurtanitests/functional/org/jboss/cache/marshall/EnhancedTreeCacheMarshallerTest.javaAdded version ids to headers of all data streams
1.5modifiedmsurtanitests/functional/org/jboss/cache/marshall/LocalTest.javaAdded version ids to headers of all data streams
1.4modifiedbwangtests/functional/org/jboss/cache/aop/classloader/ReplicatedAopTest.javaadded test for classloader gc
1.1addedmsurtanisrc/org/jboss/cache/marshall/JBCMethodCall.javaAbstracted dependency on JGroups 2.2.9.x
1.4modifiedmsurtanitests/functional/org/jboss/cache/buddyreplication/BuddyManagerTest.javaAbstracted dependency on JGroups 2.2.9.x
1.6modifiedmsurtanitests/functional/org/jboss/cache/marshall/EnhancedTreeCacheMarshallerTest.javaAbstracted dependency on JGroups 2.2.9.x
1.3modifiedmsurtanisrc/org/jboss/cache/marshall/LegacyTreeCacheMarshaller.javaAbstracted dependency on JGroups 2.2.9.x
1.2modifiedmsurtanisrc/org/jboss/cache/marshall/MethodCallFactory.javaAbstracted dependency on JGroups 2.2.9.x
1.7modifiedmsurtanisrc/org/jboss/cache/marshall/MethodDeclarations.javaAbstracted dependency on JGroups 2.2.9.x
1.19modifiedmsurtanisrc/org/jboss/cache/marshall/TreeCacheMarshaller.javaAbstracted dependency on JGroups 2.2.9.x
1.3modifiedbwangtests/functional/org/jboss/cache/aop/classloader/ReplicatedAopTest.javaadded test for classloader gc
1.2modifiedbwangtests/functional/org/jboss/cache/aop/classloader/ReplicatedAopTest.javaadded test for classloader gc

_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to