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

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-JBossCache.xml:86: 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: 10/12/2006 01:27:29
Time to build: 68 minutes 52 seconds
Last changed: 10/11/2006 23:54:45
Last log entry: [JBCACHE-801] Restore EvictionPolicy ability to ignore events based on event type

 Unit Tests: (1823)  Total Errors and Failures: (24)
testReplTxCommitorg.jboss.cache.api.NodeReplicatedMoveOptimisticTest
testPartialStateTransferorg.jboss.cache.pojo.statetransfer.StateTransfer200AopTest
testPartialStateTransferWithLoaderorg.jboss.cache.pojo.statetransfer.StateTransfer200AopTest
testConcurrencyorg.jboss.cache.api.NodeMoveOptimisticTest
testReplConcurrencyorg.jboss.cache.api.NodeReplicatedMoveOptimisticTest
testReplConcurrencyorg.jboss.cache.api.NodeReplicatedMoveTest
testPersistentStateTransferorg.jboss.cache.buddyreplication.BuddyAssignmentStateTransferTest
test2Buddiesorg.jboss.cache.buddyreplication.BuddyGroupAssignmentTest
testConcurrencyorg.jboss.cache.buddyreplication.BuddyPoolBroadcastTest
testBuddyJoinorg.jboss.cache.buddyreplication.BuddyReplicationContentTest
testSpeedSizeAndDefaultsorg.jboss.cache.marshall.JBossSerializationTest
testMoveorg.jboss.cache.notifications.CacheListenerOptimisticTest
testTxCreationorg.jboss.cache.notifications.CacheListenerOptimisticTest
testTxOnlyModificationorg.jboss.cache.notifications.CacheListenerOptimisticTest
testTxOnlyRemovalorg.jboss.cache.notifications.CacheListenerOptimisticTest
testTxRemoveDataorg.jboss.cache.notifications.CacheListenerOptimisticTest
testTxMoveorg.jboss.cache.notifications.CacheListenerOptimisticTest
testMoveorg.jboss.cache.notifications.CacheListenerTest
testTxCreationorg.jboss.cache.notifications.CacheListenerTest
testTxOnlyModificationorg.jboss.cache.notifications.CacheListenerTest
testTxOnlyRemovalorg.jboss.cache.notifications.CacheListenerTest
testTxRemoveDataorg.jboss.cache.notifications.CacheListenerTest
testTxMoveorg.jboss.cache.notifications.CacheListenerTest
testInitialStateTferWithLoaderorg.jboss.cache.pojo.statetransfer.StateTransfer200AopTest
 

 Modifications since last build:  (first 50 of 33)
1.6modifiedbstansberrydocs/TreeCache/en/modules/eviction_policies.xml[JBCACHE-801] Restore EvictionPolicy ability to ignore events based on event type
1.3modifiedbstansberrysrc-50/org/jboss/cache/pojo/eviction/AopLRUPolicy.java[JBCACHE-801] Restore EvictionPolicy ability to ignore events based on event type
1.4modifiedbstansberrysrc/org/jboss/cache/aop/eviction/AopLRUPolicy.java[JBCACHE-801] Restore EvictionPolicy ability to ignore events based on event type
1.4modifiedbstansberrysrc/org/jboss/cache/eviction/BaseEvictionPolicy.java[JBCACHE-801] Restore EvictionPolicy ability to ignore events based on event type
1.5modifiedbstansberrysrc/org/jboss/cache/eviction/EvictionPolicy.java[JBCACHE-801] Restore EvictionPolicy ability to ignore events based on event type
1.7modifiedbstansberrysrc/org/jboss/cache/interceptors/EvictionInterceptor.java[JBCACHE-801] Restore EvictionPolicy ability to ignore events based on event type
1.6modifiedbstansberrysrc/org/jboss/cache/eviction/EvictedEventNode.java[JBCACHE-801] Use enum for node event types
1.9modifiedbstansberrysrc/org/jboss/cache/aop/interceptors/PojoEvictionInterceptor.java[JBCACHE-801] Use enum for node event types
1.11modifiedbstansberrytests/functional/org/jboss/cache/interceptors/EvictionInterceptorTest.java[JBCACHE-801] Use enum for node event types
1.2modifiedbstansberrytests/functional/org/jboss/cache/eviction/ElementSizeAlgorithmTest.java[JBCACHE-801] Use enum for node event types
1.6modifiedbstansberrytests/functional/org/jboss/cache/eviction/RegionTest.java[JBCACHE-801] Use enum for node event types
1.12modifiedbstansberrysrc/org/jboss/cache/eviction/BaseEvictionAlgorithm.java[JBCACHE-801] Use enum for node event types
1.4modifiedbstansberrysrc/org/jboss/cache/eviction/BaseSortedEvictionAlgorithm.java[JBCACHE-801] Use enum for node event types
1.1addedbstansberrysrc/org/jboss/cache/eviction/NodeEventType.java[JBCACHE-801] Use enum for node event types
1.12modifiedbstansberrysrc/org/jboss/cache/eviction/Region.java[JBCACHE-801] Use enum for node event types
1.22modifiedbstansberrysrc/org/jboss/cache/eviction/RegionManager.java[JBCACHE-801] Use enum for node event types
1.142modifiedbstansberry/build.xmlAdd target to run functional tests excluding known failures
1.6modifiedmsurtanisrc/org/jboss/cache/interceptors/InvocationContextInterceptor.javaJBCACHE-785
1.2modifiedmsurtanitests/functional/org/jboss/cache/transaction/SuspendTxTest.javaJBCACHE-785
1.2modifiedmsurtanitests/functional/org/jboss/cache/HungChannelTest.javaJBCACHE-761
1.251modifiedmsurtanisrc/org/jboss/cache/TreeCache.javaJBCACHE-761
1.3modifiedmsurtanisrc/org/jboss/cache/buddyreplication/BuddyLocator.javaUpdated javadocs, and genericized
1.5modifiedmsurtanisrc/org/jboss/cache/buddyreplication/NextMemberBuddyLocator.javaUpdated javadocs, and genericized
1.39modifiedmsurtanisrc/org/jboss/cache/Fqn.java* Removed ExtendedCacheLoader base test* Merged store and load tests into CacheLoaderTestBase* Fixed bug in Fqn.getFqnChild(), added better javadocs and unit tests
1.18modifiedmsurtanisrc/org/jboss/cache/loader/JDBCCacheLoader.java* Removed ExtendedCacheLoader base test* Merged store and load tests into CacheLoaderTestBase* Fixed bug in Fqn.getFqnChild(), added better javadocs and unit tests
1.15modifiedmsurtanitests/functional/org/jboss/cache/FqnTest.java* Removed ExtendedCacheLoader base test* Merged store and load tests into CacheLoaderTestBase* Fixed bug in Fqn.getFqnChild(), added better javadocs and unit tests
1.32modifiedmsurtanitests/functional/org/jboss/cache/loader/CacheLoaderTestsBase.java* Removed ExtendedCacheLoader base test* Merged store and load tests into CacheLoaderTestBase* Fixed bug in Fqn.getFqnChild(), added better javadocs and unit tests
1.7deletedmsurtanitests/functional/org/jboss/cache/loader/ExtendedCacheLoaderTestsBase.java* Removed ExtendedCacheLoader base test* Merged store and load tests into CacheLoaderTestBase* Fixed bug in Fqn.getFqnChild(), added better javadocs and unit tests
1.9modifiedmsurtanitests/functional/org/jboss/cache/loader/FileCacheLoaderTest.java* Removed ExtendedCacheLoader base test* Merged store and load tests into CacheLoaderTestBase* Fixed bug in Fqn.getFqnChild(), added better javadocs and unit tests
1.4modifiedmsurtanitests/functional/org/jboss/cache/loader/JdbmCacheLoaderTest.java* Removed ExtendedCacheLoader base test* Merged store and load tests into CacheLoaderTestBase* Fixed bug in Fqn.getFqnChild(), added better javadocs and unit tests
1.12modifiedmsurtanitests/functional/org/jboss/cache/loader/LocalDelegatingCacheLoaderTest.java* Removed ExtendedCacheLoader base test* Merged store and load tests into CacheLoaderTestBase* Fixed bug in Fqn.getFqnChild(), added better javadocs and unit tests
1.8modifiedmsurtanitests/functional/org/jboss/cache/loader/TcpCacheLoaderTest.java* Removed ExtendedCacheLoader base test* Merged store and load tests into CacheLoaderTestBase* Fixed bug in Fqn.getFqnChild(), added better javadocs and unit tests
1.9modifiedmsurtanietc/META-INF/hibernate-recommended-config.xmlJBCACHE-793