View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20041123185115Lbuild.9

BUILD COMPLETE -  build.9
Date of build: 11/23/2004 18:51:15
Time to build: 69 minutes 41 seconds
Last changed: 11/23/2004 15:03:59
Last log entry: Bug Fix [1072058]: Not spec compliant on client id checking

 Unit Tests: (1881)  Total Errors and Failures: (30)
unknownorg.jboss.test.jbossmq.test.LargeMessageUnitTestCase
unknownorg.jboss.test.jbossmq.test.OILConnectionUnitTestCase
testQueueMessageOrderorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testRequestReplyQueueorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testTemporaryQueueDeleteorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testTemporaryTopicDeleteorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testInvalidDestinationQueueSendorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testInvalidDestinationQueueBrowseorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testInvalidDestinationTopicPublishorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testErrorsTopicSubscribeorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testCreateQueueorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testMessageListenerorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testApplicationServerStufforg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testTopicsorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testTopicNoLocalorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testTopicNoLocalBounceorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testTopicSelectorChangeorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testTopicSelectorNullOrEmptyorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testSendReceiveOutdatedorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testSendListenOutdatedorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testJCACallerIdentityorg.jboss.test.security.test.LoginModulesUnitTestCase
testJCACallerIdentityorg.jboss.test.security.test.XMLLoginModulesUnitTestCase
testEvictionorg.jboss.test.cache.test.eviction.ReplicatedLRUPolicyUnitTestCase
testEvictionReplicationorg.jboss.test.cache.test.eviction.ReplicatedLRUPolicyUnitTestCase
testStateTransferorg.jboss.test.cache.test.replicated.AsyncUnitTestCase
testSyncReplorg.jboss.test.cache.test.replicated.AsyncUnitTestCase
testSyncReplorg.jboss.test.cache.test.replicated.SyncTxUnitTestCase
testASyncReplorg.jboss.test.cache.test.replicated.SyncTxUnitTestCase
testPutorg.jboss.test.cache.test.replicated.SyncTxUnitTestCase
testPutTxorg.jboss.test.cache.test.replicated.SyncTxUnitTestCase
 

 Modifications since last build:  (16)
1.1.2.1modifiedejorttestsuite/src/main/org/jboss/test/jbossmq/test/DuplicateClientIDUnitTestCase.javaBug Fix [1072058]: Not spec compliant on client id checking
1.4.2.4modifiedejortmessaging/src/main/org/jboss/mq/sm/AbstractStateManager.javaBug Fix [1072058]: Not spec compliant on client id checking
1.6.2.8modifiedejorttestsuite/.classpathFix the eclipse build
1.5.2.4modifiedejortremoting/.classpathFix the eclipse build
1.10.2.2modifiedejortcommon/.classpathFix the eclipse build
1.4.2.3modifiedejortmessaging/src/main/org/jboss/mq/sm/AbstractStateManager.javaSource tidyup and documentation
1.1.4.1modifiedtdieslertestsuite/src/resources/jbossnet/servicename/ear/META-INF/application.xmlBackport jboss-4.0.1 codebase to Branch_3_2
1.1.4.1modifiedtdieslertestsuite/src/resources/jbossnet/servicename/Hello.wsdlBackport jboss-4.0.1 codebase to Branch_3_2
1.1.4.1modifiedtdieslertestsuite/src/main/org/jboss/test/jbossnet/servicename/GreetingTO.javaBackport jboss-4.0.1 codebase to Branch_3_2
1.1.4.1modifiedtdieslertestsuite/src/main/org/jboss/test/jbossnet/servicename/HelloBeanImpl.javaBackport jboss-4.0.1 codebase to Branch_3_2
1.1.4.1modifiedtdieslertestsuite/src/main/org/jboss/test/jbossnet/servicename/ServiceNameTestCase.javaBackport jboss-4.0.1 codebase to Branch_3_2
1.1.1.1.4.5modifiedtdieslertestsuite/src/main/org/jboss/test/jbossnet/security/SecurityUnitTestCase.javaBackport jboss-4.0.1 codebase to Branch_3_2
1.1.2.7modifiedtdieslertestsuite/imports/code-generation.xmlBackport jboss-4.0.1 codebase to Branch_3_2
1.1.2.26modifiedtdieslertestsuite/imports/test-jars.xmlBackport jboss-4.0.1 codebase to Branch_3_2
1.32.2.15modifiedstarksmserver/src/main/org/jboss/ejb/plugins/AbstractInstanceCache.javaUpdate the tryToPassivate method logic to try a non-blocking synchronization of the instance lock if it is a BeanLockExt since removal from the cache is going to have to acquire the cache lock, and this may already be held since this method is called by passivation policies without the cache lock. This can lead to a deadlock as in the case of a size based eviction during a cache get attempting to lock the bean that has been locked by an age based background thread. All jboss lock implementations support the BeanLockExt interface by virtue of extending the BeanLockSupport class. Fixes [ 987389 ] Deadlock in AbstractInstanceCache.tryToPassivate().
1.16.2.12modifiedstarksmserver/src/main/org/jboss/ejb/plugins/lock/BeanLockSupport.javaUpdate this support class to implement the BeanLockExt interface which allows for non-blocking lock synchronization tries.

Reply via email to