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

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/07/2007 23:24:19
Time to build: 254 minutes 58 seconds
Last changed: 03/07/2007 18:44:00
Last log entry: more tests + removed UnmodifiableList wrapper for modifications returned by the transaction entry

 Unit Tests: (4300)  Total Errors and Failures: (38)
testBasicMoveorg.jboss.cache.api.NodeMoveOptimisticTest(tcp)
testMoveWithChildrenorg.jboss.cache.api.NodeMoveOptimisticTest(tcp)
testTxCommitorg.jboss.cache.api.NodeMoveOptimisticTest(tcp)
testWithPassivationorg.jboss.cache.api.NodeMoveOptimisticTest(tcp)
testWithPassivationTxorg.jboss.cache.api.NodeMoveOptimisticTest(tcp)
testBasicMoveorg.jboss.cache.api.NodeMoveOptimisticTest(udp)
testMoveWithChildrenorg.jboss.cache.api.NodeMoveOptimisticTest(udp)
testTxCommitorg.jboss.cache.api.NodeMoveOptimisticTest(udp)
testWithPassivationorg.jboss.cache.api.NodeMoveOptimisticTest(udp)
testWithPassivationTxorg.jboss.cache.api.NodeMoveOptimisticTest(udp)
testReplicatabilityorg.jboss.cache.api.NodeReplicatedMoveOptimisticTest(tcp)
testInvalidationsorg.jboss.cache.api.NodeReplicatedMoveOptimisticTest(tcp)
testReplTxCommitorg.jboss.cache.api.NodeReplicatedMoveOptimisticTest(tcp)
testReplicatabilityorg.jboss.cache.api.NodeReplicatedMoveOptimisticTest(udp)
testInvalidationsorg.jboss.cache.api.NodeReplicatedMoveOptimisticTest(udp)
testReplTxCommitorg.jboss.cache.api.NodeReplicatedMoveOptimisticTest(udp)
testEvictionErrororg.jboss.cache.eviction.OptimisticEvictionTest(tcp)
testEvictionErrororg.jboss.cache.eviction.OptimisticEvictionTest(udp)
testWithCacheloadersorg.jboss.cache.api.NodeMoveOptimisticTest(tcp)
testWithCacheloadersTxorg.jboss.cache.api.NodeMoveOptimisticTest(tcp)
testWithCacheloadersorg.jboss.cache.api.NodeMoveOptimisticTest(udp)
testWithCacheloadersTxorg.jboss.cache.api.NodeMoveOptimisticTest(udp)
testRemovalFromCluster2Buddiesorg.jboss.cache.buddyreplication.BuddyGroupAssignmentTest(udp)
testRemovalFromCluster2Buddiesorg.jboss.cache.multiplexer.BuddyGroupAssignmentTest(tcp)
testMoveorg.jboss.cache.notifications.CacheListenerOptimisticTest(tcp)
testMoveorg.jboss.cache.notifications.CacheListenerOptimisticTest(udp)
testMoveorg.jboss.cache.notifications.RemoteCacheListenerOptimisticTest(tcp)
testMoveorg.jboss.cache.notifications.RemoteCacheListenerOptimisticTest(udp)
testExplicitVersionOnParentAndChildorg.jboss.cache.options.ExplicitVersionsReplTest(tcp)
testExplicitVersionOnParentAndChildorg.jboss.cache.options.ExplicitVersionsReplTest(udp)
testPartialStateTransferorg.jboss.cache.pojo.statetransfer.StateTransfer200AopTest(tcp)
testConcurrentActivationSyncorg.jboss.cache.pojo.statetransfer.StateTransfer200AopTest(tcp)
testConcurrentCommitsWith5Threadsorg.jboss.cache.replicated.SyncReplTxTest(tcp)
testCacheLoaderFailureorg.jboss.cache.statetransfer.StateTransfer200Test(tcp)
testConcurrentUseSyncorg.jboss.cache.statetransfer.StateTransfer200Test(tcp)
testConcurrentUseAsyncorg.jboss.cache.statetransfer.StateTransfer200Test(tcp)
testEvictionAfterStateTransferorg.jboss.cache.statetransfer.StateTransfer200Test(tcp)
testConcurrentUseAsyncorg.jboss.cache.statetransfer.StateTransfer200Test(udp)
 

 Modifications since last build:  (first 50 of 23)
1.6modifiedmsurtanisrc/org/jboss/cache/transaction/TransactionEntry.javamore tests + removed UnmodifiableList wrapper for modifications returned by the transaction entry
1.13modifiedmsurtanitests/functional/org/jboss/cache/options/ExplicitVersionsReplTest.javamore tests + removed UnmodifiableList wrapper for modifications returned by the transaction entry
1.16modifiedmsurtanitests/functional/org/jboss/cache/options/ExplicitVersionsTest.javamore tests + removed UnmodifiableList wrapper for modifications returned by the transaction entry
1.1addedmsurtanitests/functional/org/jboss/cache/marshall/MethodIdPreservationTest.javatest preservation of method ids across remote calls
1.2modifiedgzamarrenosrc/org/jboss/cache/loader/AdjListJDBCCacheLoader.java[JBCACHE-964] Work committed:- Transforming Cache Loaders implemented and unit tests provided- migration folder structure. See JIRA.- build.xml modified to compile, jar, create manifest for migration jarand also added examples and migration jar to distros.- example created and tested; it includes readme.txt with details of theexample and how to run it.Still TODO:- Unit tests for transforming cache loaders need to run from build.xml- Documentation for transforming cache loaders in users guide, what arethey, when to use them,...etc.- Fix JBCACHE-877 that occurrs when unzipping JBossCache-core-2.0.0.BETA2.zipand running the examples. Workaround is to bring trove.jar into its lib.- Get examples/cacheloader-migration/build.sh working- Move JDBCCacheLoaderOld to the migration side. It's not that straightforward due to classes in/src having dependencies on it. Needs further study.
1.30modifiedgzamarrenosrc/org/jboss/cache/loader/FileCacheLoader.java[JBCACHE-964] Work committed:- Transforming Cache Loaders implemented and unit tests provided- migration folder structure. See JIRA.- build.xml modified to compile, jar, create manifest for migration jarand also added examples and migration jar to distros.- example created and tested; it includes readme.txt with details of theexample and how to run it.Still TODO:- Unit tests for transforming cache loaders need to run from build.xml- Documentation for transforming cache loaders in users guide, what arethey, when to use them,...etc.- Fix JBCACHE-877 that occurrs when unzipping JBossCache-core-2.0.0.BETA2.zipand running the examples. Workaround is to bring trove.jar into its lib.- Get examples/cacheloader-migration/build.sh working- Move JDBCCacheLoaderOld to the migration side. It's not that straightforward due to classes in/src having dependencies on it. Needs further study.
1.35modifiedgzamarrenosrc/org/jboss/cache/loader/JDBCCacheLoader.java[JBCACHE-964] Work committed:- Transforming Cache Loaders implemented and unit tests provided- migration folder structure. See JIRA.- build.xml modified to compile, jar, create manifest for migration jarand also added examples and migration jar to distros.- example created and tested; it includes readme.txt with details of theexample and how to run it.Still TODO:- Unit tests for transforming cache loaders need to run from build.xml- Documentation for transforming cache loaders in users guide, what arethey, when to use them,...etc.- Fix JBCACHE-877 that occurrs when unzipping JBossCache-core-2.0.0.BETA2.zipand running the examples. Workaround is to bring trove.jar into its lib.- Get examples/cacheloader-migration/build.sh working- Move JDBCCacheLoaderOld to the migration side. It's not that straightforward due to classes in/src having dependencies on it. Needs further study.
1.189modifiedgzamarreno/build.xml[JBCACHE-964] Work committed:- Transforming Cache Loaders implemented and unit tests provided- migration folder structure. See JIRA.- build.xml modified to compile, jar, create manifest for migration jarand also added examples and migration jar to distros.- example created and tested; it includes readme.txt with details of theexample and how to run it.Still TODO:- Unit tests for transforming cache loaders need to run from build.xml- Documentation for transforming cache loaders in users guide, what arethey, when to use them,...etc.- Fix JBCACHE-877 that occurrs when unzipping JBossCache-core-2.0.0.BETA2.zipand running the examples. Workaround is to bring trove.jar into its lib.- Get examples/cacheloader-migration/build.sh working- Move JDBCCacheLoaderOld to the migration side. It's not that straightforward due to classes in/src having dependencies on it. Needs further study.
1.17modifiedmsurtanisrc/org/jboss/cache/NodeSPI.javaJBCACHE-961 - more sophisticated merging of child maps in workspace nodes.
1.25modifiedmsurtanisrc/org/jboss/cache/UnversionedNode.javaJBCACHE-961 - more sophisticated merging of child maps in workspace nodes.
1.27modifiedmsurtanisrc/org/jboss/cache/interceptors/OptimisticLockingInterceptor.javaJBCACHE-961 - more sophisticated merging of child maps in workspace nodes.
1.58modifiedmsurtanisrc/org/jboss/cache/interceptors/OptimisticValidatorInterceptor.javaJBCACHE-961 - more sophisticated merging of child maps in workspace nodes.
1.24modifiedmsurtanisrc/org/jboss/cache/optimistic/WorkspaceNode.javaJBCACHE-961 - more sophisticated merging of child maps in workspace nodes.
1.51modifiedmsurtanisrc/org/jboss/cache/optimistic/WorkspaceNodeImpl.javaJBCACHE-961 - more sophisticated merging of child maps in workspace nodes.
1.47modifiedmsurtanitests/functional/org/jboss/cache/optimistic/AbstractOptimisticTestCase.javaJBCACHE-961 - more sophisticated merging of child maps in workspace nodes.
1.30modifiedmsurtanitests/functional/org/jboss/cache/optimistic/CacheTest.javaJBCACHE-961 - more sophisticated merging of child maps in workspace nodes.
1.1addedmsurtanitests/functional/org/jboss/cache/optimistic/LockParentVersionTest.javabranches: 1.1.2;JBCACHE-961 - more sophisticated merging of child maps in workspace nodes.
1.18modifiedmsurtanitests/functional/org/jboss/cache/optimistic/NodeInterceptorRemoveNodeTest.javaJBCACHE-961 - more sophisticated merging of child maps in workspace nodes.
1.1addedmsurtanitests/functional/org/jboss/cache/optimistic/ParentVersionTest.javabranches: 1.1.2;JBCACHE-961 - more sophisticated merging of child maps in workspace nodes.
1.2modifiedpgier/pom.xmlChanged jboss-aop dependency from snapshot to 2.0.0.alpha2
1.1addedpgier/pom.xmlAdding maven build pom
1.15modifiedmsurtanitests/functional/org/jboss/cache/loader/DataSourceIntegrationTest.javaPrelim JDK6 support
1.5modifiedmsurtanisrc/org/jboss/cache/transaction/TransactionEntry.javaThread safety issues