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

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/25/2007 04:34:22
Time to build: 227 minutes 57 seconds
Last changed: 11/25/2007 02:17:10
Last log entry: JBREM-728: Added javadoc and opening boilerplate.

 Unit Tests: (1119)  Total Errors and Failures: (18)
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)
testWeatherHTTPInvocationorg.jboss.test.remoting.marshall.http.metadata.HTTPUnMarshallerMetadataTestCase(java_serialization_tomcat)
testWeatherHTTPInvocationorg.jboss.test.remoting.marshall.http.metadata.HTTPUnMarshallerMetadataTestCase(jboss_serialization_tomcat)
unknownorg.jboss.test.remoting.transport.http.keep_alive.StressHTTPInvokerTestCase(java_serialization_tomcat)
testHTTPProxyInvocationViaSystemConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(java_serialization_tomcat)
testHTTPProxyInvocationViaConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(java_serialization_tomcat)
testHTTPProxyInvocationViaSystemConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(jboss_serialization_tomcat)
testHTTPProxyInvocationViaConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(jboss_serialization_tomcat)
testBlockingCallbackPollerShutdownClientConfigorg.jboss.test.remoting.callback.pull.blocking.BlockingPullCallbackTestCase(java_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)
testRunClientsorg.jboss.test.remoting.transport.bisocket.load.BisocketPooledConnectionTestCase(jboss_serialization)
testServerSideThreadsorg.jboss.test.remoting.transport.socket.oneway.OnewayInvocationTestCase(jboss_serialization)
testClosingClientorg.jboss.test.remoting.transport.socket.shutdown.SocketShutdownTestCase(jboss_serialization)
testClosingClientorg.jboss.test.remoting.transport.socket.ssl.shutdown.SSLSocketShutdownTestCase(java_serialization)
 

 Modifications since last build:  (first 50 of 5)
1.1.2.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/servlet/ResponseCodeTestClient.javaJBREM-728: Added javadoc and opening boilerplate.
1.6.4.6modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/web/WebInvocationHandler.javaJBREM-728: Added RETURN_RESPONSE_HEADER functionality.
1.1.2.1modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/servlet/ResponseCodeTestClient.javaJBREM-728: New unit test for servlet transport.
1.31.2.11modifiedrsigalsrc/main/org/jboss/remoting/transport/http/HTTPClientInvoker.javaJBREM-728: Puts response headers in metadata map with key HTTPMetadataConstants.RESPONSE_HEADERS.
1.9.2.4modifiedrsigalsrc/main/org/jboss/remoting/transport/http/HTTPMetadataConstants.javaJBREM-728: Added RESPONSE_HEADERS key.