View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-remoting-testsuite-1.5?log=log20070131083914

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-remoting.xml:94: 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: 01/31/2007 08:39:14
Time to build: 160 minutes 8 seconds
Last changed: 01/31/2007 06:10:23
Last log entry: Added optimisation in ServerInvoker for the case when there is only one invocation handlerAlso fixed broken build (SocketWrapper.TEMP_TIMEOUT was missing)

 Unit Tests: (1060)  Total Errors and Failures: (30)
testClientConfigurationorg.jboss.test.remoting.configuration.RMIConfigurationTestCase(java_serialization)
testClientConfigurationorg.jboss.test.remoting.configuration.RMIConfigurationTestCase(jboss_serialization)
testStartorg.jboss.test.remoting.lease.multiplex.MultiplexLeaseTestCase(java_serialization)
testStartorg.jboss.test.remoting.lease.socket.multiple.SocketLeaseTestCase(java_serialization)
testStartorg.jboss.test.remoting.lease.socket.multiple.SocketLeaseTestCase(java_serialization)
testStartorg.jboss.test.remoting.lease.socket.multiple.SocketLeaseTestCase(jboss_serialization)
testStartorg.jboss.test.remoting.lease.socket.multiple.SocketLeaseTestCase(jboss_serialization)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(java_serialization)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(jboss_serialization)
testWeatherHTTPInvocationorg.jboss.test.remoting.marshall.http.metadata.HTTPUnMarshallerMetadataTestCase(java_serialization)
testWeatherHTTPInvocationorg.jboss.test.remoting.marshall.http.metadata.HTTPUnMarshallerMetadataTestCase(jboss_serialization)
testDisconnectLocalorg.jboss.test.remoting.shutdown.local.LocalShutdownTestCase(java_serialization)
testDisconnectLocalorg.jboss.test.remoting.shutdown.local.LocalShutdownTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transport.http.method.HTTPMethodInvokerTestCase(jboss_serialization)
testHTTPProxyInvocationViaSystemConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(java_serialization)
testHTTPProxyInvocationViaConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(java_serialization)
testHTTPProxyInvocationViaSystemConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(jboss_serialization)
testHTTPProxyInvocationViaConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transporter.proxy.TransporterProxyTestCase(java_serialization)
unknownorg.jboss.test.remoting.transporter.proxy.TransporterProxyTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transporter.proxy.local.TransporterProxyLocalTestCase(java_serialization)
unknownorg.jboss.test.remoting.transporter.proxy.local.TransporterProxyLocalTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(java_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(jboss_serialization)
testHangingClientorg.jboss.test.remoting.transport.bisocket.shutdown.BisocketShutdownTestCase(jboss_serialization)
testClosingClientorg.jboss.test.remoting.transport.bisocket.shutdown.BisocketShutdownTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.BasicSocketTestCase(jboss_serialization)
testOnewayCallbackTimeoutorg.jboss.test.remoting.transport.socket.timeout.CallbackTimeoutTestCase(java_serialization)
testOnewayCallbackTimeoutorg.jboss.test.remoting.transport.socket.timeout.CallbackTimeoutTestCase(jboss_serialization)
 

 Modifications since last build:  (first 50 of 14)
1.8.10.5modifiedtimfoxsrc/main/org/jboss/remoting/transport/socket/SocketWrapper.javaAdded optimisation in ServerInvoker for the case when there is only one invocation handlerAlso fixed broken build (SocketWrapper.TEMP_TIMEOUT was missing)
1.52.2.25modifiedtimfoxsrc/main/org/jboss/remoting/ServerInvoker.javaAdded optimisation in ServerInvoker for the case when there is only one invocation handlerAlso fixed broken build (SocketWrapper.TEMP_TIMEOUT was missing)
1.16.2.20modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.javaJBREM-598: Added comment in transport().
1.16.2.19modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.javaJBREM-598: In transport() moved timeout reset out of finallly clause where it causes an exception if socket is closed.
1.15.10.6modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/ClientSocketWrapper.javaJBREM-598: Gets temp timeout in constructor to use during object stream construction.
1.16.2.18modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.javaJBREM-598: Pass temp timeout in to ClientSocketWrapper constructor to use during object stream construction.
1.1.2.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/socket/raw/RawTestClient.javaJBREM-692: The test mimics the new behavior of ClientSocketWrapper and ServerSocketWrapper, reusing object streams.
1.1.2.6modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.javaJBREM-650: Extended Thread.sleep() after oneway invocations.
1.16.2.17modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.javaJBREM-694: Corrected handling of timeout in creation of ServerAddress.
1.1.2.1modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/oneway/AbstractTimeoutClientTest.javaupdated test cases for timeout to have a package for java serialization and one for jboss serialization
1.1.2.1modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/oneway/AbstractTimeoutServerTest.javaupdated test cases for timeout to have a package for java serialization and one for jboss serialization
1.1.2.2deletedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/oneway/TimeoutClientTest.javaupdated test cases for timeout to have a package for java serialization and one for jboss serialization
1.1.2.2deletedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/oneway/TimeoutServerTest.javaupdated test cases for timeout to have a package for java serialization and one for jboss serialization
1.1.2.2deletedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/oneway/TimeoutTestCase.javaupdated test cases for timeout to have a package for java serialization and one for jboss serialization