jboss-cache-testsuite Build Completed With Testsuite Errors

[email protected] Thu, 22 Jun 2006 13:35:20 -0400 (EDT)
Newsgroups gmane.comp.java.jboss.devel
Message-ID <10656878.1150997720634.JavaMail.cruisecontrol@build01.dmz.inap.jboss.com>
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-cache-testsuite?log=log20060622120812

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: 06/22/2006 12:08:12
Time to build: 86 minutes 21 seconds
Last changed: 06/22/2006 08:35:09
Last log entry: Test cases for PC2.0

Unit Tests: (1662) Total Errors and Failures: (13)

testRemoteDetach org.jboss.cache.aop.NewReplicatedAopTest
testNonSeriazable1 org.jboss.cache.aop.ReplicatedSerializableAopTest
testNonSeriazable2 org.jboss.cache.aop.ReplicatedSerializableAopTest
testEvictionOccurence org.jboss.cache.eviction.OptimisticEvictionTest
testInterop org.jboss.cache.interop.InteropTest
testPutTE org.jboss.cache.interop.InteropTest
testInterop org.jboss.cache.interop.InteropTest
testPutTE org.jboss.cache.interop.InteropTest
testInterop org.jboss.cache.interop.InteropTest
testPutTE org.jboss.cache.interop.InteropTest
testInterop org.jboss.cache.interop.InteropTest
testPutTE org.jboss.cache.interop.InteropTest
testSpeedSizeAndDefaults org.jboss.cache.marshall.JBossSerializationTest

Modifications since last build: (first 50 of 180)
1.5 deleted bwang tests-50/functional/org/jboss/cache/aop/ReplicatedAnnotationAopTest.java Test cases for PC2.0
1.1 added bwang tests-50/functional/org/jboss/cache/aop/ReplicatedAnnotationTest.java Test cases for PC2.0
1.2 modified msurtani tests/functional/org/jboss/cache/transaction/IsolationLevelNoneTest.java JBCACHE-659 - Evictions with Optimistic Locking not working
1.3 modified msurtani tests/functional/org/jboss/cache/eviction/OptimisticEvictionTest.java JBCACHE-659 - Evictions with Optimistic Locking not working
1.2 modified msurtani tests/functional/org/jboss/cache/misc/CopyOnWriteArrayTest.java JBCACHE-659 - Evictions with Optimistic Locking not working
1.2 modified msurtani tests/functional/org/jboss/cache/aop/TreeCacheAopCompatibilityAopTest.java JBCACHE-659 - Evictions with Optimistic Locking not working
1.3 modified msurtani tests/functional/org/jboss/cache/interceptors/EvictionInterceptorTest.java Preparing for Habanero import
1.2 modified msurtani tests/functional/org/jboss/cache/passivation/BasicPassivationTest.java Preparing for Habanero import
1.2 modified msurtani tests/functional/org/jboss/cache/passivation/LocalPassivationIntegrationTest.java Preparing for Habanero import
1.13 modified msurtani src/org/jboss/cache/optimistic/WorkspaceNode.java Preparing for Habanero import
1.3 modified msurtani src/org/jboss/cache/statetransfer/StateTransferIntegrator_123.java Preparing for Habanero import
1.2 modified gzamarreno tests/functional/org/jboss/cache/eviction/OptimisticEvictionTest.java Unit test updated with new location of the configuration file
1.4 modified bwang tests-50/functional/org/jboss/cache/aop/ReplicatedAnnotationAopTest.java upd
1.12 modified bwang tests/functional/org/jboss/cache/aop/NewReplicatedAopTest.java Name changed
1.1 added bwang tests/functional/org/jboss/cache/aop/test/SpecialSerializedAddress.java Name changed
1.1 added gzamarreno tests/functional/org/jboss/cache/eviction/OptimisticEvictionTest.java branches: 1.1.2;Unit test covering optimistic locking and evictions added. Linked to JBCACHE-659
1.11 modified bwang tests/functional/org/jboss/cache/aop/NewReplicatedAopTest.java Test for detachment
1.1 added bwang tests/functional/org/jboss/cache/aop/test/SpecialAddress.java Test for detachment
1.3 modified msurtani tests/functional/org/jboss/cache/mgmt/NotificationTest.java Added notification tests for optimistic locking
1.2 modified msurtani tests/functional/org/jboss/cache/mgmt/NotificationTest.java Added notification tests for optimistic locking
1.1 added msurtani tests/functional/org/jboss/cache/mgmt/OptimisticNotificationTest.java Added notification tests for optimistic locking
1.50 modified msurtani tests/perf/org/jboss/cache/Server.java *** empty log message ***
1.2 modified msurtani tests/perf/org/jboss/cache/SizeOf.java *** empty log message ***
1.3 modified msurtani tests/perf/org/jboss/cache/optimistic/OptimisticPerfTestBase.java *** empty log message ***
1.1 added msurtani tests/functional/org/jboss/cache/options/CacheModeLocalSimpleTest.java JBCACHE-655 (Cache under transaction should allow mix of LOCAL or REPL mode option)
1.3 modified msurtani tests/functional/org/jboss/cache/options/cachemodelocal/CacheModeLocalTestBase.java JBCACHE-655 (Cache under transaction should allow mix of LOCAL or REPL mode option)
1.3 modified msurtani tests/functional/org/jboss/cache/marshall/VersionAwareMarshallerTest.java Better UT
1.4 modified msurtani src/org/jboss/cache/marshall/VersionAwareMarshaller.java Better UT
1.2 modified msurtani tests/functional/org/jboss/cache/marshall/VersionAwareMarshallerTest.java Better UT
1.4 modified dhuang tests/functional/org/jboss/cache/eviction/FIFOAlgorithmTest.java Marking a node as in use will prevent it from being evicted. Only LRU has a fully tested implementation right now. The others will have this feature post 1.4.0.
1.3 modified dhuang tests/functional/org/jboss/cache/eviction/FIFOQueueTest.java Marking a node as in use will prevent it from being evicted. Only LRU has a fully tested implementation right now. The others will have this feature post 1.4.0.
1.10 modified dhuang tests/functional/org/jboss/cache/eviction/LRUPolicyTest.java Marking a node as in use will prevent it from being evicted. Only LRU has a fully tested implementation right now. The others will have this feature post 1.4.0.
1.6 deleted bwang tests/functional/org/jboss/cache/aop/classloader/ReplicatedAopTest.java Renamed to memory package
1.1 added bwang tests/functional/org/jboss/cache/aop/memory/ReplicatedAopTest.java Renamed to memory package
1.5 modified bwang tests/functional/org/jboss/cache/aop/classloader/ReplicatedAopTest.java Tests for classloader leaking
1.6 modified msurtani tests/functional/org/jboss/cache/marshall/ActiveInactiveTest.java Added version ids to headers of all data streams
1.5 modified msurtani tests/functional/org/jboss/cache/marshall/ActiveInactiveTest.java Added version ids to headers of all data streams
1.5 modified msurtani tests/functional/org/jboss/cache/marshall/AsyncReplTest.java Added version ids to headers of all data streams
1.8 deleted msurtani tests/functional/org/jboss/cache/marshall/EnhancedTreeCacheMarshallerTest.java Added version ids to headers of all data streams
1.1 added msurtani tests/functional/org/jboss/cache/marshall/VersionAwareMarshallerTest.java Added version ids to headers of all data streams
1.3 modified msurtani src/org/jboss/cache/marshall/VersionAwareMarshaller.java Added version ids to headers of all data streams
1.2 modified msurtani src/org/jboss/cache/marshall/VersionAwareMarshaller.java Added version ids to headers of all data streams
1.4 modified msurtani tests/functional/org/jboss/cache/marshall/ActiveInactiveTest.java Added version ids to headers of all data streams
1.7 modified msurtani tests/functional/org/jboss/cache/marshall/EnhancedTreeCacheMarshallerTest.java Added version ids to headers of all data streams
1.5 modified msurtani tests/functional/org/jboss/cache/marshall/LocalTest.java Added version ids to headers of all data streams
1.4 modified bwang tests/functional/org/jboss/cache/aop/classloader/ReplicatedAopTest.java added test for classloader gc
1.4 modified msurtani tests/functional/org/jboss/cache/buddyreplication/BuddyManagerTest.java Abstracted dependency on JGroups 2.2.9.x
1.6 modified msurtani tests/functional/org/jboss/cache/marshall/EnhancedTreeCacheMarshallerTest.java Abstracted dependency on JGroups 2.2.9.x
1.3 modified bwang tests/functional/org/jboss/cache/aop/classloader/ReplicatedAopTest.java added test for classloader gc
1.2 modified bwang tests/functional/org/jboss/cache/aop/classloader/ReplicatedAopTest.java added test for classloader gc

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

_______________________________________________
JBoss-Development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-development