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

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/02/2007 06:02:09
Time to build: 89 minutes 2 seconds
Last changed: 11/02/2007 04:21:09
Last log entry: JBREM-800: Extended timeout.

 Unit Tests: (539)  Total Errors and Failures: (14)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(java_serialization)
testWeatherHTTPInvocationorg.jboss.test.remoting.marshall.http.metadata.HTTPUnMarshallerMetadataTestCase(java_serialization_tomcat)
testHTTPProxyInvocationViaSystemConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(java_serialization_tomcat)
testMultipleClientsStoppingAndStartingSimultaneouslyorg.jboss.test.remoting.lease.synchronization.MultipleClientSynchronizationTestCase(java_serialization)
testMultipleClientsStartingStoppingStartingorg.jboss.test.remoting.lease.synchronization.MultipleClientSynchronizationTestCase(java_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(java_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(java_serialization)
testMaxSocketPoolSizeorg.jboss.test.remoting.transport.bisocket.ssl.SSLBisocketTestCase(java_serialization)
testControlConnectionFailureBeforeFirstCallbackorg.jboss.test.remoting.transport.bisocket.ssl.SSLBisocketTestCase(java_serialization)
testForLeaksorg.jboss.test.remoting.transport.bisocket.ssl.SSLBisocketTestCase(java_serialization)
testForLeaksQuickRemoveListenerorg.jboss.test.remoting.transport.bisocket.ssl.SSLBisocketTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.bisocket.timeout.BisocketQuickDisconnectTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.bisocket.timeout.BisocketQuickDisconnectTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.socket.ssl.shutdown.SSLSocketShutdownTestCase(java_serialization)
 

 Modifications since last build:  (first 50 of 11)
1.1.2.3modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/socket/timeout/SocketQuickDisconnectTestCase.javaJBREM-800: Extended timeout.
1.1.2.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/http/timeout/HttpQuickDisconnectTestCase.javaJBREM-800: Extended timeout value.
1.88.2.23modifiedrsigal/build.xmlBREM-842: Excluded multiplex tests from tests.functional and tests.functional.core.
1.1.2.1modifiedrsigalsrc/main/org/apache/tomcat/util/net/SocketStatus.classJBREM-713: Created SocketStatus, which exists in jbossweb but not in tomcat.
1.13.4.5modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/web/WebInvokerTestClient.javaJBREM-838: (1) Fixed race condition from two uses of metadata in oneway invocations; (2) replaced System.out.println() with log.debug().
1.6.4.3modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/web/WebInvocationHandler.javaJBREM-838: Replaced System.out.println() with log.debug().
1.13.4.4modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/web/WebInvokerTestClient.javaJBREM-838: Added test for setting content-type on server.
1.6.4.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/web/WebInvocationHandler.javaJBREM-838: Added option to set content-type of response.
1.8.4.6modifiedrsigalsrc/main/org/jboss/remoting/transport/servlet/ServletServerInvoker.javaJBREM-838: First tries to get content-type from InvocationRequest response map.
1.13.4.3modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/web/WebInvokerTestClient.javaJBREM-675: Runs POST tests in "raw" and "non-raw" mode.
1.6.10.2modifiedrsigalsrc/main/org/jboss/remoting/transport/web/WebServerInvoker.javaJBREM-675: Added class CreatedInvocationRequest.