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

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: 11/03/2006 05:00:04
Time to build: 155 minutes 33 seconds
Last changed: 11/02/2006 23:06:21
Last log entry: JBREM-625: Removed extraneous log.info() call.

 Unit Tests: (626)  Total Errors and Failures: (14)
testStartorg.jboss.test.remoting.detection.jndi.RestartTestCase(java_serialization)
testStartorg.jboss.test.remoting.detection.jndi.RestartTestCase(jboss_serialization)
testRemoteClientInvokerDisconnectorg.jboss.test.remoting.invoker.ClientInvokerDisconnectTestCase(java_serialization)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(java_serialization)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(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.socket.connection.SocketConnectionCheckTestCase(java_serialization)
testStartorg.jboss.test.remoting.transport.socket.connection.SocketConnectionCheckTestCase(jboss_serialization)
testStartorg.jboss.test.remoting.transport.socket.connection.SocketConnectionTestCase(java_serialization)
testStartorg.jboss.test.remoting.transport.socket.connection.SocketConnectionTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.LateClientShutdownTestCase(java_serialization)
 

 Modifications since last build:  (first 50 of 5)
1.18modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.javaJBREM-625: Removed extraneous log.info() call.
1.17modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.javaJBREM-625: Added two lines to decrement usePooled when a socket is discarded.
1.53modifiedrsigalsrc/main/org/jboss/remoting/ServerInvoker.javaJBREM-600: Made connectionNotifier protected.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/detection/jndi/RestartTestClient.javaJBREM-581: Make several retries until server's synchronization ServerSocket is available.
1.60modifiedrsigalsrc/main/org/jboss/remoting/transport/multiplex/MultiplexServerInvoker.javaJBREM-600: Master and virtual MultiplexServerInvokers share the connectionNotifier.