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

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/17/2006 01:02:30
Time to build: 77 minutes 42 seconds
Last changed: 11/16/2006 22:12:23
Last log entry: update to 2.0.alpha2

 Unit Tests: (1857)  Total Errors and Failures: (7)
testConcurrentEvictionorg.jboss.cache.eviction.ConcurrentEvictionTest
testRecursion2org.jboss.cache.pojo.collection.ReplicatedSyncMapTest
testAll_RWLockorg.jboss.cache.pojo.region.LocalConcurrentTest
testPersistentStateTransferorg.jboss.cache.buddyreplication.BuddyAssignmentStateTransferTest
testMRUorg.jboss.cache.eviction.MRUAlgorithmTest
testReplSyncCacheLoader2Modificationsorg.jboss.cache.loader.deadlock.ConcurrentCreationDeadlockTest
testRelationshipWithSharedSet1org.jboss.cache.pojo.collection.ReplicatedSyncSetTest
 

 Modifications since last build:  (first 50 of 41)
1.3modifiedbwanglib/jboss-aop-jdk50.jarupdate to 2.0.alpha2
1.5modifiedbstansberrysrc/org/jboss/cache/jmx/Cache.javaFix the differently broken JMX crapola
1.8modifiedbstansberrysrc/org/jboss/cache/jmx/CacheJmxWrapper.javaFix the differently broken JMX crapola
1.7modifiedbstansberrysrc/org/jboss/cache/jmx/CacheMBean.javaFix the differently broken JMX crapola
1.10modifiedmsurtanisrc/org/jboss/cache/eviction/EvictionTimerTask.javaproper cache destruction in destroy()
1.278modifiedmsurtanisrc/org/jboss/cache/TreeCache.javaproper cache destruction in destroy()
1.8modifiedmsurtanitests/functional/org/jboss/cache/eviction/ElementSizePolicyTest.javaproper cache destruction in destroy()
1.9modifiedmsurtanitests/functional/org/jboss/cache/eviction/FIFOPolicyTest.javaproper cache destruction in destroy()
1.8modifiedmsurtanitests/functional/org/jboss/cache/eviction/LFUPolicyTest.javaproper cache destruction in destroy()
1.10modifiedmsurtanitests/functional/org/jboss/cache/eviction/MRUPolicyTest.javaproper cache destruction in destroy()
1.19modifiedmsurtanitests/functional/org/jboss/cache/eviction/LRUPolicyTest.javasome eviction stuff
1.14modifiedmsurtanisrc/org/jboss/cache/RegionImpl.javasome eviction stuff
1.12modifiedmsurtanisrc/org/jboss/cache/RegionManager.javasome eviction stuff
1.277modifiedmsurtanisrc/org/jboss/cache/TreeCache.javasome eviction stuff
1.9modifiedmsurtanisrc/org/jboss/cache/eviction/EvictionTimerTask.javasome eviction stuff
1.2modifiedmsurtanisrc/org/jboss/cache/eviction/NodeEventType.javasome eviction stuff
1.23modifiedmsurtanisrc/org/jboss/cache/marshall/MethodDeclarations.javaAdded a workaround for version mapping for move methods
1.23modifiedgzamarrenosrc/org/jboss/cache/loader/FileCacheLoader.java[JBCACHE-644] - When creating an FCL root location, check for any non portable characters throwing a warning. Checks '*' '<' '>' '|' '"' '?'When storing attributes, check that the Fqn tree does not contain non portable characters. Checks '*' '<' '>' '|' '"' '?' and also '\' '/' and ':'When storing attributes as well, check for entire path that could be bigger than 255 characters throwing a warning.
1.11modifiedgzamarrenotests/functional/org/jboss/cache/loader/FileCacheLoaderTest.java[JBCACHE-644] - When creating an FCL root location, check for any non portable characters throwing a warning. Checks '*' '<' '>' '|' '"' '?'When storing attributes, check that the Fqn tree does not contain non portable characters. Checks '*' '<' '>' '|' '"' '?' and also '\' '/' and ':'When storing attributes as well, check for entire path that could be bigger than 255 characters throwing a warning.
1.276modifiedmsurtanisrc/org/jboss/cache/TreeCache.javaBetter handling of marshalling exceptions when regions are inactive
1.1addedmsurtanisrc/org/jboss/cache/marshall/InactiveRegionAwareRpcDispatcher.javaBetter handling of marshalling exceptions when regions are inactive
1.10modifiedmsurtanisrc/org/jboss/cache/marshall/TreeCacheMarshaller200.javaMinor perf tweak
1.275modifiedmsurtanisrc/org/jboss/cache/TreeCache.javaFixed issues dealing with inactive regions.
1.1addedmsurtanitests/functional/org/jboss/cache/marshall/ReplicateToInactiveRegionTest.javaFixed issues dealing with inactive regions.
1.7modifiedvblagojevictests/functional/org/jboss/cache/passivation/PassivationToLocalDelegatingCacheLoaderTest.javadiscovered JBCACHE-851
1.14modifiedvblagojevictests/functional/org/jboss/cache/loader/LocalDelegatingCacheLoaderTest.javadiscovered JBCACHE-851
1.151modifiedmsurtani/build.xmlAdded functionaltests-cc
1.38modifiedmsurtanisrc/org/jboss/cache/interceptors/CacheStoreInterceptor.javaAdded NP chk
1.11modifiedmsurtanisrc/org/jboss/cache/RegionManager.javaFixed CVS merge screwup
1.274modifiedmsurtanisrc/org/jboss/cache/TreeCache.javaFixed CVS merge screwup
1.22modifiedmsurtanisrc/org/jboss/cache/loader/JDBCCacheLoader.javaRemoved legacy marshalledvalue stuff
1.6modifiedmsurtanisrc/org/jboss/cache/jmx/JmxUtil.javaMore JMX crapola
1.6modifiedmsurtanitests/functional/org/jboss/cache/jmx/CacheMBeanTest.javaMore JMX crapola
1.3modifiedmsurtanitests/functional/org/jboss/cache/options/ExplicitVersionsReplTest.javaFixed typos in test
1.4modifiedmsurtanisrc/org/jboss/cache/jmx/Cache.javaFixed JMX related crapola
1.7modifiedmsurtanisrc/org/jboss/cache/jmx/CacheJmxWrapper.javaFixed JMX related crapola
1.6modifiedmsurtanisrc/org/jboss/cache/jmx/CacheMBean.javaFixed JMX related crapola
1.14modifiedmsurtanitests/functional/org/jboss/cache/mgmt/NotificationTest.javaFixed JMX related crapola
1.11modifiedmsurtanitests/functional/org/jboss/cache/api/NodeMoveAPITest.javanc
1.5modifiedmsurtanitests/functional/org/jboss/cache/api/NodeReplicatedMoveTest.javanc
1.150modifiedmsurtani/build.xmlProper cleanup for old dist files