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

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: 02/03/2007 09:07:32
Time to build: 149 minutes 17 seconds
Last changed: 02/02/2007 23:44:02
Last log entry: JBREM-690: Put stream closes in try/catch.

 Unit Tests: (1059)  Total Errors and Failures: (33)
testClientConfigurationorg.jboss.test.remoting.configuration.RMIConfigurationTestCase(java_serialization)
testClientConfigurationorg.jboss.test.remoting.configuration.RMIConfigurationTestCase(jboss_serialization)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(java_serialization)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(jboss_serialization)
testDisconnectLocalorg.jboss.test.remoting.shutdown.local.LocalShutdownTestCase(java_serialization)
testDisconnectLocalorg.jboss.test.remoting.shutdown.local.LocalShutdownTestCase(jboss_serialization)
testTwoClientsTwoConnectorsTwoHandlersorg.jboss.test.remoting.transport.bisocket.BisocketTestCase(jboss_serialization)
testHearbeatorg.jboss.test.remoting.transport.bisocket.BisocketTestCase(jboss_serialization)
testControlConnectionFailureServerSideorg.jboss.test.remoting.transport.bisocket.BisocketTestCase(jboss_serialization)
testControlConnectionFailureClientSideorg.jboss.test.remoting.transport.bisocket.BisocketTestCase(jboss_serialization)
testNoControlConnectionRestartorg.jboss.test.remoting.transport.bisocket.BisocketTestCase(jboss_serialization)
testServerRestartorg.jboss.test.remoting.transport.bisocket.BisocketTestCase(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)
testStartorg.jboss.test.remoting.transport.http.timeout.TimeoutTestCase(jboss_serialization)
testCreateClientListenerFromClassNameorg.jboss.test.remoting.transport.rmi.socketfactory.RMICreationListenerTestCase(java_serialization)
testServerSideListenerFromClassNameorg.jboss.test.remoting.transport.rmi.socketfactory.RMICreationListenerTestCase(java_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(java_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(jboss_serialization)
testClient2PositiveServer1Noneorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerAnonymousPortTestCase(java_serialization)
testClient2PositiveServer1Zeroorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerAnonymousPortTestCase(java_serialization)
testClient2ZeroServer1Noneorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerAnonymousPortTestCase(java_serialization)
testClient2ZeroServer1Zeroorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerAnonymousPortTestCase(java_serialization)
testClient2NoneServer1Noneorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerAnonymousPortTestCase(java_serialization)
testClient2NoneServer1Zeroorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerAnonymousPortTestCase(java_serialization)
 

 Modifications since last build:  (first 50 of 9)
1.8.10.7modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/SocketWrapper.javaJBREM-690: Put stream closes in try/catch.
1.1.2.3modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/socket/timeout/CallbackTimeoutTestCase.javaJBREM-690: Removed connection checking.
1.16.2.21modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.javaJBREM-690: Calls checkOpenConnection if socket wrapper implements OpenConnectionChecker.
1.38.2.5modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/SocketClientInvoker.javaJBREM-690: Calls checkOpenConnection if socket wrapper implements OpenConnectionChecker.
1.29.2.16modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/ServerThread.javaJBREM-690: Moved stream close code from ServerThread to SocketWrapper.
1.8.10.6modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/SocketWrapper.javaJBREM-690: Moved stream close code from ServerThread to SocketWrapper.
1.14.6.6modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/ServerSocketWrapper.javaJBREM-690: Overrides close() to send CLOSING byte for an OpenConnectionChecker.
1.15.10.7modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/ClientSocketWrapper.javaJBREM-690: Implements OpenConnectionChecker.
1.1.2.1modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/OpenConnectionChecker.javaJBREM-690: Interface for a socket wrapper that checks if other endpoint has closed.