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

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-JBossCache.xml:104: 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: 11/07/2006 02:35:40
Time to build: 89 minutes 50 seconds
Last changed: 11/07/2006 02:05:31
Last log entry: changed to 3 second interval.

 Unit Tests: (1803)  Total Errors and Failures: (33)
unknownorg.jboss.cache.buddyreplication.BuddyGroupAssignmentTest
unknownorg.jboss.cache.buddyreplication.BuddyPoolBroadcastTest
unknownorg.jboss.cache.buddyreplication.BuddyReplicationContentTest
unknownorg.jboss.cache.buddyreplication.BuddyReplicationFailoverTest
unknownorg.jboss.cache.buddyreplication.BuddyReplicationWithCacheLoaderTest
testLegacyAPIorg.jboss.cache.eviction.LRUPolicyTest
testEvictionErrororg.jboss.cache.eviction.OptimisticEvictionTest
testVisitNodeorg.jboss.cache.interceptors.EvictionInterceptorTest
testVisitElementorg.jboss.cache.interceptors.EvictionInterceptorTest
testCreateNodeorg.jboss.cache.interceptors.EvictionInterceptorTest
testCreateElementorg.jboss.cache.interceptors.EvictionInterceptorTest
testRemoveNodeorg.jboss.cache.interceptors.EvictionInterceptorTest
testRemoveElementorg.jboss.cache.interceptors.EvictionInterceptorTest
testMixedEventorg.jboss.cache.interceptors.EvictionInterceptorTest
testGetKeyValueorg.jboss.cache.loader.ClusteredCacheLoaderTest
testGetorg.jboss.cache.loader.ClusteredCacheLoaderTest
testGetChildrenNamesorg.jboss.cache.loader.ClusteredCacheLoaderTest
testExistsorg.jboss.cache.loader.ClusteredCacheLoaderTest
testConcurrentPassivationorg.jboss.cache.passivation.ConcurrentPassivationTest
testRecursiveSetorg.jboss.cache.pojo.RecursiveRefTest
testConflictingHashorg.jboss.cache.pojo.collection.CachedSetTest
testPartialStateTransferWithLoaderorg.jboss.cache.pojo.statetransfer.StateTransfer200AopTest
testConcurrencyorg.jboss.cache.api.NodeMoveOptimisticTest
testReplConcurrencyorg.jboss.cache.api.NodeReplicatedMoveOptimisticTest
testReplConcurrencyorg.jboss.cache.api.NodeReplicatedMoveTest
testPersistentStateTransferorg.jboss.cache.buddyreplication.BuddyAssignmentStateTransferTest
testWithDataGravitationEvictionorg.jboss.cache.buddyreplication.BuddyReplicationWithPassivationTest
testXMLParsing3org.jboss.cache.eviction.LRUConfigurationTest
testEvictionOccurenceorg.jboss.cache.eviction.OptimisticEvictionTest
testLocalCacheLoader2Modificationsorg.jboss.cache.loader.deadlock.ConcurrentCreationDeadlockTest
testReplSyncCacheLoader2Modificationsorg.jboss.cache.loader.deadlock.ConcurrentCreationDeadlockTest
testRelationshipWithSharedSet1org.jboss.cache.pojo.collection.ReplicatedSyncSetTest
testInitialStateTferWithLoaderorg.jboss.cache.pojo.statetransfer.StateTransfer200AopTest
 

 Modifications since last build:  (first 50 of 34)
1.3modifiedbwangetc/META-INF/pojocache-passivation-service.xmlchanged to 3 second interval.
1.8modifiedbwangtests-50/functional/org/jboss/cache/pojo/passivation/LocalTest.javapojocache passivation tests
1.8modifiedbwangtests-50/functional/org/jboss/cache/pojo/passivation/ReplicatedTest.javapojocache passivation tests
1.2modifiedbwangetc/META-INF/pojocache-passivation-service.xmlpojocache passivation config.
1.2modifiedbwangsrc-50/org/jboss/cache/pojo/util/CacheApiUtil.javaChecked if cacheloader is present, we don't skip the interceptor.
1.3modifiedgenmansrc/org/jboss/cache/config/BuddyReplicationConfig.javaFix potential NPE found using static analysis, clean up unused variables, use Integer.valueOf() as an optimization
1.9modifiedgenmansrc/org/jboss/cache/interceptors/InvocationContextInterceptor.javaFix potential NPE found using static analysis, clean up unused variables, use Integer.valueOf() as an optimization
1.36modifiedgenmansrc/org/jboss/cache/interceptors/OptimisticValidatorInterceptor.javaFix potential NPE found using static analysis, clean up unused variables, use Integer.valueOf() as an optimization
1.3modifiedgenmansrc/org/jboss/cache/lock/LockStrategySerializable.javaFix potential NPE found using static analysis, clean up unused variables, use Integer.valueOf() as an optimization
1.3modifiedgenmansrc/org/jboss/cache/lock/SimpleLock.javaFix potential NPE found using static analysis, clean up unused variables, use Integer.valueOf() as an optimization
1.20modifiedgenmansrc/org/jboss/cache/marshall/MethodDeclarations.javaFix potential NPE found using static analysis, clean up unused variables, use Integer.valueOf() as an optimization
1.8modifiedgenmansrc/org/jboss/cache/marshall/TreeCacheMarshaller200.javaFix potential NPE found using static analysis, clean up unused variables, use Integer.valueOf() as an optimization
1.18modifiedgenmantests/functional/org/jboss/cache/loader/BdbjeCacheLoaderTest.javaFix potential NPE found using static analysis, clean up unused variables, use Integer.valueOf() as an optimization
1.6modifiedgenmantests/functional/org/jboss/cache/loader/JdbmCacheLoaderTest.javaFix potential NPE found using static analysis, clean up unused variables, use Integer.valueOf() as an optimization
1.15modifiedgenmansrc/org/jboss/cache/GlobalTransaction.javaFix potential NPE found using static analysis, clean up unused variables, use Integer.valueOf() as an optimization
1.47modifiedgenmansrc/org/jboss/cache/buddyreplication/BuddyManager.javaFix potential NPE found using static analysis, clean up unused variables, use Integer.valueOf() as an optimization
1.8modifiedgenmansrc-50/org/jboss/cache/pojo/impl/ObjectGraphHandler.javaJBCACHE-485 - Set.contains() remove() and add() O(1) ops now
1.3modifiedgenmansrc-50/org/jboss/cache/pojo/memory/FieldPersistentReference.javaJBCACHE-485 - Set.contains() remove() and add() O(1) ops now
1.5modifiedgenmantests-50/functional/org/jboss/cache/pojo/collection/CachedSetTest.javaJBCACHE-485 - Set.contains() remove() and add() O(1) ops now
1.7modifiedgenmansrc-50/org/jboss/cache/pojo/PojoCache.javaJBCACHE-485 - Set.contains() remove() and add() O(1) ops now
1.11modifiedgenmansrc-50/org/jboss/cache/pojo/collection/CachedListImpl.javaJBCACHE-485 - Set.contains() remove() and add() O(1) ops now
1.10modifiedgenmansrc-50/org/jboss/cache/pojo/collection/CachedSetImpl.javaJBCACHE-485 - Set.contains() remove() and add() O(1) ops now
1.1addedgenmansrc-50/org/jboss/cache/pojo/collection/IntegerCache.javaJBCACHE-485 - Set.contains() remove() and add() O(1) ops now
1.2modifiedbstansberrytests/functional/org/jboss/cache/api/CacheSPITest.javaAdd proper setUp/tearDown
1.1addedbstansberrytests/functional/org/jboss/cache/api/CacheSPITest.javaAdd simple tests of membership list / coordinator role
1.5modifiedbwangtests-50/functional/org/jboss/cache/pojo/collection/ReplicatedSyncListTest.javaUse removeNode api
1.5modifiedbwangtests-50/functional/org/jboss/cache/pojo/collection/ReplicatedSyncMapTest.javaUse removeNode api
1.5modifiedbwangtests-50/functional/org/jboss/cache/pojo/integrated/NetworkManagementTest.javaUse removeNode api
1.4modifiedbwangtests-50/functional/org/jboss/cache/pojo/integrated/PropagationManagerlTest.javaUse removeNode api
1.5modifiedbwangtests-50/functional/org/jboss/cache/pojo/integrated/ReplicatedNetworkManagementTest.javaUse removeNode api
1.4modifiedbwangtests-50/functional/org/jboss/cache/pojo/integrated/ReplicatedPropagationManagerlTest.javaUse removeNode api
1.4modifiedbwangtests-50/functional/org/jboss/cache/pojo/ReplicatedCircularGraphTest.javaUse removeNode api
1.7modifiedbwangtests-50/functional/org/jboss/cache/pojo/ReplicatedObjectGraphTest.javaUse removeNode api
1.5modifiedbwangtests-50/functional/org/jboss/cache/pojo/collection/ReplicatedSyncSetTest.javaUse removeNode api