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

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: 01/13/2007 08:39:02
Time to build: 205 minutes 4 seconds
Last changed: 01/12/2007 17:59:38
Last log entry: Add trivial testing of putForExternalRead

 Unit Tests: (4063)  Total Errors and Failures: (39)
testRemoveAndGetInTransactionorg.jboss.cache.loader.ChainingCacheLoaderBasicTest(tcp)
testRemoveAndGetInTransactionorg.jboss.cache.loader.ChainingCacheLoaderBasicTest(udp)
testRemoveAndGetInTransactionorg.jboss.cache.loader.FileCacheLoaderTest(tcp)
testRemoveAndGetInTransactionorg.jboss.cache.loader.FileCacheLoaderTest(udp)
unknownorg.jboss.cache.multiplexer.StateTransferTest
testSimpleReplorg.jboss.cache.pojo.collection.CachedListImplTest(tcp)
testSimpleReplorg.jboss.cache.pojo.collection.CachedListImplTest(udp)
testSimpleReplorg.jboss.cache.pojo.collection.CachedMapImplTest(tcp)
testSimpleReplorg.jboss.cache.pojo.collection.CachedMapImplTest(udp)
testFromConfigFileStartedorg.jboss.cache.CacheFactoryTest(tcp)
testFromConfigFileUnstartedorg.jboss.cache.CacheFactoryTest(tcp)
testFromConfigObjStartedorg.jboss.cache.CacheFactoryTest(tcp)
testFromConfigObjUnstartedorg.jboss.cache.CacheFactoryTest(tcp)
testFromConfigFileStartedorg.jboss.cache.CacheFactoryTest(udp)
testFromConfigFileUnstartedorg.jboss.cache.CacheFactoryTest(udp)
testFromConfigObjStartedorg.jboss.cache.CacheFactoryTest(udp)
testFromConfigObjUnstartedorg.jboss.cache.CacheFactoryTest(udp)
testorg.jboss.cache.ConcurrentEvictAndRemoveTest(tcp)
testAsyncorg.jboss.cache.api.PutForExternalReadTest(tcp)
testAsyncTxorg.jboss.cache.api.PutForExternalReadTest(tcp)
testConcurrencyorg.jboss.cache.buddyreplication.BuddyPoolBroadcastTest(udp)
testDataReplicationSuppressionorg.jboss.cache.buddyreplication.BuddyReplicationWithOptimisticLockingTest(tcp)
testMRUorg.jboss.cache.eviction.MRUAlgorithmTest(tcp)
testMRUorg.jboss.cache.eviction.MRUAlgorithmTest(udp)
testLocalCacheLoader2Modificationsorg.jboss.cache.loader.deadlock.ConcurrentCreationDeadlockTest(tcp)
testReplSyncCacheLoader2Modificationsorg.jboss.cache.loader.deadlock.ConcurrentCreationDeadlockTest(tcp)
testLocalCacheLoader2Modificationsorg.jboss.cache.loader.deadlock.ConcurrentCreationDeadlockTest(udp)
testBuddyIntegrationorg.jboss.cache.multiplexer.StateTransferTest(udp)
testConcurrentActivationAsyncorg.jboss.cache.multiplexer.StateTransferTest(udp)
testConcurrentUseSyncorg.jboss.cache.multiplexer.StateTransferTest(udp)
testConcurrentUseAsyncorg.jboss.cache.multiplexer.StateTransferTest(udp)
testConcurrentPutsWithRollbackorg.jboss.cache.pojo.NewReplicatedTxTest(tcp)
testListIteratororg.jboss.cache.pojo.optimistic.CachedListTest(tcp)
testListIteratororg.jboss.cache.pojo.optimistic.CachedListTest(udp)
testConcurrentActivationSyncorg.jboss.cache.pojo.statetransfer.StateTransfer200AopTest(udp)
testConcurrentUseSyncorg.jboss.cache.statetransfer.StateTransfer200Test(tcp)
testEvictionAfterStateTransferorg.jboss.cache.statetransfer.StateTransfer200Test(tcp)
testConcurrentActivationSyncorg.jboss.cache.statetransfer.StateTransfer200Test(udp)
testEvictionAfterStateTransferorg.jboss.cache.statetransfer.StateTransfer200Test(udp)
 

 Modifications since last build:  (first 50 of 175)
1.12modifiedgzamarrenotests/perf/org/jboss/cache/loader/JDBCCacheLoaderPerfTest.java[JBCACHE-879] Functionality for JDBCacheLoader to use version aware marshalling mechanism instead of standard serialization has been introduced. Previous method has been commented out in case there's a need to revert back to it as profiling/performance study has not finished yet.
1.45modifiedmsurtanitests/functional/org/jboss/cache/optimistic/AbstractOptimisticTestCase.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.5modifiedmsurtanitests/perf/org/jboss/cache/manualtests/TcpCacheLoaderTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.13modifiedmsurtanitests/functional/org/jboss/cache/notifications/RemoteCacheListenerTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.10modifiedmsurtanitests/functional/org/jboss/cache/options/cachemodelocal/CacheModeLocalTestBase.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.7modifiedmsurtanitests/functional/org/jboss/cache/options/CacheModeLocalSimpleTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.8modifiedmsurtanitests/functional/org/jboss/cache/options/ExplicitVersionsReplTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.11modifiedmsurtanitests/functional/org/jboss/cache/options/ExplicitVersionsTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.8modifiedmsurtanitests/functional/org/jboss/cache/options/FailSilentlyTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.2modifiedmsurtanitests/functional/org/jboss/cache/options/ForceWriteLockTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.11modifiedmsurtanitests/functional/org/jboss/cache/options/SuppressLockingTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.16modifiedmsurtanitests/functional/org/jboss/cache/replicated/AsyncReplTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.6modifiedmsurtanitests/functional/org/jboss/cache/replicated/ReplicationExceptionTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.14modifiedmsurtanitests/functional/org/jboss/cache/replicated/SyncCacheListenerTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.7modifiedmsurtanitests/functional/org/jboss/cache/replicated/SyncReplTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.19modifiedmsurtanitests/functional/org/jboss/cache/replicated/SyncReplTxTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.33modifiedmsurtanitests/functional/org/jboss/cache/statetransfer/StateTransferTestBase.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.8modifiedmsurtanitests/functional/org/jboss/cache/statetransfer/StateTransferUnderLoadTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.28modifiedmsurtanitests/functional/org/jboss/cache/statetransfer/VersionedTestBase.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.11modifiedmsurtanitests/perf/org/jboss/cache/loader/CacheLoaderPerfTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.11modifiedmsurtanitests/perf/org/jboss/cache/loader/JDBCCacheLoaderPerfTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.3modifiedmsurtanitests/functional/org/jboss/cache/transaction/AsyncRollbackTxTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.9modifiedmsurtanitests/functional/org/jboss/cache/transaction/ConcurrentBankTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.8modifiedmsurtanitests/functional/org/jboss/cache/transaction/ConcurrentTransactionalTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.9modifiedmsurtanitests/functional/org/jboss/cache/transaction/DeadlockTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.6modifiedmsurtanitests/functional/org/jboss/cache/transaction/InvocationContextCleanupTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.7modifiedmsurtanitests/functional/org/jboss/cache/transaction/IsolationLevelNoneTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.5modifiedmsurtanitests/functional/org/jboss/cache/transaction/IsolationLevelReadCommittedNodeCreationRollbackTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.14modifiedmsurtanitests/functional/org/jboss/cache/transaction/IsolationLevelReadCommittedTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.4modifiedmsurtanitests/functional/org/jboss/cache/transaction/IsolationLevelRepeatableReadTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.5modifiedmsurtanitests/functional/org/jboss/cache/transaction/IsolationLevelSerializableTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.6modifiedmsurtanitests/functional/org/jboss/cache/transaction/PrepareTxTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.8modifiedmsurtanitests/functional/org/jboss/cache/transaction/ReplicatedTransactionDeadlockTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.5modifiedmsurtanitests/functional/org/jboss/cache/transaction/SuspendTxTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.24modifiedmsurtanitests/functional/org/jboss/cache/transaction/TransactionTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.8modifiedmsurtanitests/perf/org/jboss/cache/ConcurrentEvictAndRemoveTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.8modifiedmsurtanitests/perf/org/jboss/cache/LocalMapPerfTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.8modifiedmsurtanitests/perf/org/jboss/cache/LocalPerfTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.10modifiedmsurtanitests/perf/org/jboss/cache/ReplicatedAsyncMapPerfTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.8modifiedmsurtanitests/perf/org/jboss/cache/ReplicatedAsyncPerfTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.9modifiedmsurtanitests/perf/org/jboss/cache/ReplicatedSyncMapPerfTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.8modifiedmsurtanitests/perf/org/jboss/cache/ReplicatedSyncPerfTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.14modifiedmsurtanitests/functional/org/jboss/cache/passivation/BasicPassivationTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.10modifiedmsurtanitests/functional/org/jboss/cache/passivation/ConcurrentPassivationTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.14modifiedmsurtanitests/functional/org/jboss/cache/passivation/LocalPassivationIntegrationTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.26modifiedmsurtanitests/functional/org/jboss/cache/passivation/PassivationTestsBase.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.9modifiedmsurtanitests/functional/org/jboss/cache/passivation/PassivationToLocalDelegatingCacheLoaderTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.5modifiedmsurtanitests/functional/org/jboss/cache/passivation/ReplicatedPassivationIntegrationTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.9modifiedmsurtanitests/stress/org/jboss/cache/EvictionLocalStressTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly
1.10modifiedmsurtanitests/stress/org/jboss/cache/LocalStressTest.javaChanged CacheImpl ctor to be protected, and changed cache factories accordingly