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

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: 03/05/2007 23:09:16
Time to build: 253 minutes 12 seconds
Last changed: 03/05/2007 16:59:25
Last log entry: on start, if the root does not exists it is added with an empty map. I am adding it with a null map to be consistent with the rest of implementation

 Unit Tests: (4268)  Total Errors and Failures: (14)
testEvictionErrororg.jboss.cache.eviction.OptimisticEvictionTest(tcp)
testEvictionErrororg.jboss.cache.eviction.OptimisticEvictionTest(udp)
testRemovalFromClusterSingleBuddyorg.jboss.cache.buddyreplication.BuddyGroupAssignmentTest(udp)
testRemovalFromCluster2Buddiesorg.jboss.cache.buddyreplication.BuddyGroupAssignmentTest(udp)
testConcurrencyorg.jboss.cache.buddyreplication.BuddyPoolBroadcastTest(udp)
testLocalCacheLoader2Modificationsorg.jboss.cache.loader.deadlock.ConcurrentCreationDeadlockTest(tcp)
testLocalCacheLoader2Modificationsorg.jboss.cache.loader.deadlock.ConcurrentCreationDeadlockTest(udp)
testConcurrentActivationAsyncorg.jboss.cache.pojo.statetransfer.StateTransfer200AopTest(tcp)
testConcurrentActivationSyncorg.jboss.cache.pojo.statetransfer.StateTransfer200AopTest(udp)
testCacheLoaderFailureorg.jboss.cache.statetransfer.StateTransfer200Test(tcp)
testConcurrentUseSyncorg.jboss.cache.statetransfer.StateTransfer200Test(tcp)
testConcurrentUseAsyncorg.jboss.cache.statetransfer.StateTransfer200Test(tcp)
testConcurrentUseSyncorg.jboss.cache.statetransfer.StateTransfer200Test(udp)
testConcurrentUseAsyncorg.jboss.cache.statetransfer.StateTransfer200Test(udp)
 

 Modifications since last build:  (first 50 of 27)
1.34modifiedmmarkussrc/org/jboss/cache/loader/JDBCCacheLoader.javaon start, if the root does not exists it is added with an empty map. I am adding it with a null map to be consistent with the rest of implementation
1.2deletedmmarkustests/functional/org/jboss/cache/loader/AdjListJDBCClassLoaderCompatibilityTest.javaremoved as its name contains *class* instead of *cache*
1.2deletedmmarkussrc/org/jboss/cache/loader/AdjListJDBCClassLoader.javaremoved as their name contain Class instead of Cache
1.3deletedmmarkussrc/org/jboss/cache/loader/AdjListJDBCClassLoaderConfig.javaremoved as their name contain Class instead of Cache
1.2modifiedmmarkustests/perf/org/jboss/cache/manualtests/cacheloader/OneConnectionFactory.javasome classes were incorreclly named *JDBCClassLoader* instead of *JDBCCacheLoader*. The typo was fixed.
1.1addedmmarkustests/functional/org/jboss/cache/loader/AdjListJDBCCacheLoaderCompatibilityTest.javasome classes were incorreclly named *JDBCClassLoader* instead of *JDBCCacheLoader*. The typo was fixed.
1.3modifiedmmarkustests/functional/org/jboss/cache/loader/C3p0ConnectionFactoryTest.javasome classes were incorreclly named *JDBCClassLoader* instead of *JDBCCacheLoader*. The typo was fixed.
1.3modifiedmmarkustests/functional/org/jboss/cache/loader/JDBCCacheLoaderConfigTest.javasome classes were incorreclly named *JDBCClassLoader* instead of *JDBCCacheLoader*. The typo was fixed.
1.1addedmmarkussrc/org/jboss/cache/loader/AdjListJDBCCacheLoader.javasome classes were incorreclly named *JDBCClassLoader* instead of *JDBCCacheLoader*. The typo was fixed.
1.1addedmmarkussrc/org/jboss/cache/loader/AdjListJDBCCacheLoaderConfig.javasome classes were incorreclly named *JDBCClassLoader* instead of *JDBCCacheLoader*. The typo was fixed.
1.3modifiedmmarkussrc/org/jboss/cache/loader/C3p0ConnectionFactory.javasome classes were incorreclly named *JDBCClassLoader* instead of *JDBCCacheLoader*. The typo was fixed.
1.3modifiedmmarkussrc/org/jboss/cache/loader/ConnectionFactory.javasome classes were incorreclly named *JDBCClassLoader* instead of *JDBCCacheLoader*. The typo was fixed.
1.33modifiedmmarkussrc/org/jboss/cache/loader/JDBCCacheLoader.javasome classes were incorreclly named *JDBCClassLoader* instead of *JDBCCacheLoader*. The typo was fixed.
1.6modifiedmmarkussrc/org/jboss/cache/loader/JDBCCacheLoaderConfig.javasome classes were incorreclly named *JDBCClassLoader* instead of *JDBCCacheLoader*. The typo was fixed.
1.2modifiedmmarkussrc/org/jboss/cache/loader/JDBCCacheLoaderOld.javasome classes were incorreclly named *JDBCClassLoader* instead of *JDBCCacheLoader*. The typo was fixed.
1.3modifiedmmarkussrc/org/jboss/cache/loader/ManagedConnectionFactory.javasome classes were incorreclly named *JDBCClassLoader* instead of *JDBCCacheLoader*. The typo was fixed.
1.3modifiedmmarkussrc/org/jboss/cache/loader/NonManagedConnectionFactory.javasome classes were incorreclly named *JDBCClassLoader* instead of *JDBCCacheLoader*. The typo was fixed.
1.2modifiedmsurtanisrc/org/jboss/cache/transaction/TransactionTable.javaadded null chk
1.46modifiedmsurtanisrc/org/jboss/cache/interceptors/CacheStoreInterceptor.javaAdded more logging
1.50modifiedmsurtanisrc/org/jboss/cache/CacheImpl.javaJBCACHE-999
1.50modifiedmsurtanisrc/org/jboss/cache/interceptors/PessimisticLockInterceptor.javaJBCACHE-999
1.29modifiedmsurtanitests/functional/org/jboss/cache/transaction/TransactionTest.javaJBCACHE-999
1.3modifiedmsurtanisrc/org/jboss/cache/transaction/TransactionEntry.javaMade List final
1.5modifiedmsurtanisrc/org/jboss/cache/marshall/AbstractMarshaller.javaJBCACHE-997
1.2modifiedmsurtanitests/functional/org/jboss/cache/loader/ClusteredCacheLoaderRegionBasedTest.javaJBCACHE-997
1.14modifiedmsurtanitests/functional/org/jboss/cache/loader/ClusteredCacheLoaderTest.javaJBCACHE-997
1.2deletedmsurtanitests/functional/org/jboss/cache/loader/CacheLoaderWithReplicationTest.java.tmptmp file checked in by mistake, presumably