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

BUILD COMPLETE -  build.35
Date of build: 12/30/2004 08:47:52
Time to build: 63 minutes 46 seconds
Last changed: 12/30/2004 02:56:19
Last log entry: Check the clientConnectAddress against "0.0.0.0" as this is not a valid address although some jdks will default to the host, while others fail with java.net.BindException: Cannot assign requested address: connect. Resolves [JBAS-40] naming.test.PooledInvokerUnitTestCase failures.

 Unit Tests: (1898)  Total Errors and Failures: (31)
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
testSendReceiveExpiredorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testSendListenOutdatedorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCase
testProgramaticProxyorg.jboss.test.jmx.test.JMXInvokerProxyUnitTestCase
testServerFoundorg.jboss.test.jmx.test.JMXInvokerProxyUnitTestCase
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:  (20)
1.1.4.12modifiedstarksmserver/src/main/org/jboss/invocation/pooled/server/PooledInvoker.javaCheck the clientConnectAddress against "0.0.0.0" as this is not a valid address although some jdks will default to the host, while others fail with java.net.BindException: Cannot assign requested address: connect. Resolves [JBAS-40] naming.test.PooledInvokerUnitTestCase failures.
1.1.2.3modifiedstarksmserver/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectInputStream.javaDisable the writeClassDescriptor/readClassDescriptor overrides as these are not working under jdk1.3 for at least ejb interfaces.
1.1.2.2modifiedstarksmserver/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectOutputStream.javaDisable the writeClassDescriptor/readClassDescriptor overrides as these are not working under jdk1.3 for at least ejb interfaces.
1.1.2.2modifiedstarksmserver/src/main/org/jboss/invocation/pooled/interfaces/OptimizedObjectInputStream.javaRemove the invalid ObjectStreamClass.lookup(Class, boolean) static method.
1.2.2.18modifiedstarksmtestsuite/src/main/org/jboss/test/cmp2/commerce/QueryTest.javaDisable two of the exact string match tests as the order query elements cannot really be guarenteed. These tests should be validating the parse tree. Fixes [JBAS-38] cmp2.commerce.CompleteUnitTestCase error.
1.2.4.2modifiedstarksmjmx/src/main/org/jboss/mx/util/SchedulableRunnable.javaChange the nextRun instance variable to a SynchronizedLong and remove the synchronization on the getNextRun() accessor to avoid deadlock when a scheduler is waiting on runnables and a runnable is trying to null out its scheduler due to a monitor being stopped. An example stack trace for this scenario is:Thread "Thread-0"@793 in group "main" status: MONITORwaitOutstanding():186, org.jboss.mx.util.RunnableSchedulerrun():93, org.jboss.mx.util.RunnableSchedulerrun():479, java.lang.ThreadThread "main"@1 in group "main" status: MONITORsetScheduler():126, org.jboss.mx.util.SchedulableRunnablestop():208, javax.management.monitor.StringMonitor...stopMonitorService():399, org.jboss.test.jbossmx.compliance.monitor.BasicTestCasetestStringBothNotification():235, org.jboss.test.jbossmx.compliance.monitor.BasicTestCase
1.2.4.1modifiedstarksmtestsuite/src/main/org/jboss/test/jbossmx/compliance/TestCase.javaReplace the JBossTestCase base class with just the junit TestCase as none of the deployment and other jboss setup is needed.
1.1.4.1modifiedstarksmcommon/src/main/org/jboss/net/sockets/TimeoutSocket.javaGet rid of all the jdk1.4 specific overrides
1.1.4.1modifiedstarksmcommon/src/main/org/jboss/net/sockets/InterruptableInputStream.javaChange the jdk1.4 specific SocketTimeoutException to the more general InterruptedIOException available in jdk1.3
1.165.2.177modifiedstarksmtestsuite/build.xmlInclude org/jboss/test/jmx/invoker/BadListener.class in the rmic.includes patternset
1.1.2.5modifiedstarksmtestsuite/src/main/org/jboss/test/jmx/test/JMXInvokerUnitTestCase.javaUpdate the invoker test to test the behavior of a remote listener that blocks in the jmx notification callback to test the ability of the server side service to function in the presence of bad clients.
1.1.2.7modifiedstarksmtestsuite/src/main/org/jboss/test/jmx/invoker/InvokerTest.javaUpdate the invoker test to test the behavior of a remote listener that blocks in the jmx notification callback to test the ability of the server side service to function in the presence of bad clients.
1.1.2.2modifiedstarksmtestsuite/src/main/org/jboss/test/jmx/invoker/Listener.javaUpdate the invoker test to test the behavior of a remote listener that blocks in the jmx notification callback to test the ability of the server side service to function in the presence of bad clients.
1.3.2.5modifiedstarksmjmx/src/main/org/jboss/mx/notification/AsynchNotificationBroadcasterSupport.javaUpdate to use the org.jboss.util.threadpool version of the thread pool and allow for instance specific notification completion timeout and thread pool.
1.1.2.2modifiedstarksmcommon/src/main/org/jboss/util/threadpool/BasicTaskWrapper.java- Add the implementation of the thread pool completion timeout. There is a two step attempt to abort threads which have exceeded their time allotment. The first is an interruption of the task thread. If the thread has not returned within a second, the deprecated thread stop is used.- Change the blocking mode setting from a string to a type-safe enum.
1.1.2.7modifiedstarksmcommon/src/main/org/jboss/util/threadpool/BasicThreadPool.java- Add the implementation of the thread pool completion timeout. There is a two step attempt to abort threads which have exceeded their time allotment. The first is an interruption of the task thread. If the thread has not returned within a second, the deprecated thread stop is used.- Change the blocking mode setting from a string to a type-safe enum.
1.1.2.4modifiedstarksmcommon/src/main/org/jboss/util/threadpool/BasicThreadPoolMBean.java- Add the implementation of the thread pool completion timeout. There is a two step attempt to abort threads which have exceeded their time allotment. The first is an interruption of the task thread. If the thread has not returned within a second, the deprecated thread stop is used.- Change the blocking mode setting from a string to a type-safe enum.
1.1.2.2modifiedstarksmcommon/src/main/org/jboss/util/threadpool/RunnableTaskWrapper.java- Add the implementation of the thread pool completion timeout. There is a two step attempt to abort threads which have exceeded their time allotment. The first is an interruption of the task thread. If the thread has not returned within a second, the deprecated thread stop is used.- Change the blocking mode setting from a string to a type-safe enum.
1.1.2.2modifiedstarksmcommon/src/main/org/jboss/util/threadpool/TaskWrapper.java- Add the implementation of the thread pool completion timeout. There is a two step attempt to abort threads which have exceeded their time allotment. The first is an interruption of the task thread. If the thread has not returned within a second, the deprecated thread stop is used.- Change the blocking mode setting from a string to a type-safe enum.
1.1.2.3modifiedstarksmcommon/src/main/org/jboss/util/threadpool/ThreadPool.java- Add the implementation of the thread pool completion timeout. There is a two step attempt to abort threads which have exceeded their time allotment. The first is an interruption of the task thread. If the thread has not returned within a second, the deprecated thread stop is used.- Change the blocking mode setting from a string to a type-safe enum.

Reply via email to