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

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: 02/21/2007 01:18:13
Time to build: 262 minutes 35 seconds
Last changed: 02/20/2007 08:06:46
Last log entry: JBCACHE-981 additional internal mapping

 Unit Tests: (4245)  Total Errors and Failures: (42)
testEvictionErrororg.jboss.cache.eviction.OptimisticEvictionTest(tcp)
testEvictionErrororg.jboss.cache.eviction.OptimisticEvictionTest(udp)
unknownorg.jboss.cache.multiplexer.StateTransferTest
testCompatibilityBetweenFileAndJDBCCacheLoadersorg.jboss.cache.statetransfer.StateTransferCompatibilityTest(tcp)
testCompatibilityBetweenJbdmAndJDBCCacheLoadersorg.jboss.cache.statetransfer.StateTransferCompatibilityTest(tcp)
testCompatibilityBetweenJDBCAndBdjeCacheLoadersorg.jboss.cache.statetransfer.StateTransferCompatibilityTest(tcp)
testCompatibilityBetweenJDBCAndFileCacheLoadersorg.jboss.cache.statetransfer.StateTransferCompatibilityTest(tcp)
testCompatibilityBetweenJDBCAndJbdmCacheLoadersorg.jboss.cache.statetransfer.StateTransferCompatibilityTest(tcp)
testCompatibilityBetweenBdbjeandJDBCCacheLoadersorg.jboss.cache.statetransfer.StateTransferCompatibilityTest(tcp)
testCompatibilityBetweenFileAndJDBCCacheLoadersorg.jboss.cache.statetransfer.StateTransferCompatibilityTest(udp)
testCompatibilityBetweenJbdmAndJDBCCacheLoadersorg.jboss.cache.statetransfer.StateTransferCompatibilityTest(udp)
testCompatibilityBetweenJDBCAndBdjeCacheLoadersorg.jboss.cache.statetransfer.StateTransferCompatibilityTest(udp)
testCompatibilityBetweenJDBCAndFileCacheLoadersorg.jboss.cache.statetransfer.StateTransferCompatibilityTest(udp)
testCompatibilityBetweenJDBCAndJbdmCacheLoadersorg.jboss.cache.statetransfer.StateTransferCompatibilityTest(udp)
testCompatibilityBetweenBdbjeandJDBCCacheLoadersorg.jboss.cache.statetransfer.StateTransferCompatibilityTest(udp)
testRemovalFromClusterSingleBuddyorg.jboss.cache.buddyreplication.BuddyGroupAssignmentTest(udp)
testBuddyJoinorg.jboss.cache.buddyreplication.BuddyReplicationContentTest(tcp)
testEvictionOccurenceorg.jboss.cache.eviction.OptimisticEvictionTest(tcp)
testCompleteRemovalorg.jboss.cache.eviction.OptimisticEvictionTest(tcp)
testEvictionOccurenceorg.jboss.cache.eviction.OptimisticEvictionTest(udp)
testCompleteRemovalorg.jboss.cache.eviction.OptimisticEvictionTest(udp)
testConfigurationParsingorg.jboss.cache.loader.CacheLoaderManagerTest(tcp)
testConfigurationParsingorg.jboss.cache.loader.CacheLoaderManagerTest(udp)
testLocalCacheLoader2Modificationsorg.jboss.cache.loader.deadlock.ConcurrentCreationDeadlockTest(tcp)
test2Buddiesorg.jboss.cache.multiplexer.BuddyGroupAssignmentTest(tcp)
testBuddyIntegrationorg.jboss.cache.multiplexer.StateTransferTest(udp)
testConcurrentActivationAsyncorg.jboss.cache.multiplexer.StateTransferTest(udp)
testConcurrentUseSyncorg.jboss.cache.multiplexer.StateTransferTest(udp)
testConcurrentUseAsyncorg.jboss.cache.multiplexer.StateTransferTest(udp)
testRemoveorg.jboss.cache.pojo.region.LocalTest(tcp)
testMapDetachAttachorg.jboss.cache.pojo.region.LocalTest(tcp)
testRemoveorg.jboss.cache.pojo.region.LocalTest(udp)
testMapDetachAttachorg.jboss.cache.pojo.region.LocalTest(udp)
testSimpleTxWithRollback1org.jboss.cache.pojo.rollback.LocalExceptionUndoTest(tcp)
testSimpleTxWithRollback1org.jboss.cache.pojo.rollback.LocalExceptionUndoTest(udp)
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)
testEvictionAfterStateTransferorg.jboss.cache.statetransfer.StateTransfer200Test(tcp)
testConcurrentUseSyncorg.jboss.cache.statetransfer.StateTransfer200Test(udp)
testConcurrentUseAsyncorg.jboss.cache.statetransfer.StateTransfer200Test(udp)
 

 Modifications since last build:  (first 50 of 4)
1.2modifiedbwangsrc/org/jboss/cache/pojo/InternalConstant.javaJBCACHE-981 additional internal mapping
1.2modifiedbwangsrc/org/jboss/cache/pojo/util/AopUtil.javaJBCACHE-981 additional internal mapping
1.5modifiedmmarkustests/functional/org/jboss/cache/loader/JDBCCacheLoaderDerbyDSTest.javaadded SQL concat initialization property for jdbc cache loader
1.14modifiedmmarkustests/functional/org/jboss/cache/loader/DataSourceIntegrationTest.javatest fixed - the new JDBC cache loader needs a valid conection on start so that it performs a backward compatibility check. The connection passed in was null so it failed