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

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/06/2007 23:00:14
Time to build: 206 minutes 30 seconds
Last changed: 11/06/2007 22:39:22
Last log entry: JBREM-800: Replaced busy waiting on go flag with synchronized waiting.

 Unit Tests: (1215)  Total Errors and Failures: (34)
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_jbossweb)
testWeatherHTTPInvocationorg.jboss.test.remoting.marshall.http.metadata.HTTPUnMarshallerMetadataTestCase(java_serialization_tomcat)
testWeatherHTTPInvocationorg.jboss.test.remoting.marshall.http.metadata.HTTPUnMarshallerMetadataTestCase(jboss_serialization_jbossweb)
testWeatherHTTPInvocationorg.jboss.test.remoting.marshall.http.metadata.HTTPUnMarshallerMetadataTestCase(jboss_serialization_tomcat)
testStartorg.jboss.test.remoting.transport.http.method.HTTPMethodInvokerTestCase(jboss_serialization_tomcat)
testHTTPProxyInvocationViaSystemConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(java_serialization_jbossweb)
testHTTPProxyInvocationViaConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(java_serialization_jbossweb)
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_jbossweb)
testHTTPProxyInvocationViaConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(jboss_serialization_jbossweb)
testHTTPProxyInvocationViaSystemConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(jboss_serialization_tomcat)
testHTTPProxyInvocationViaConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(jboss_serialization_tomcat)
unknownorg.jboss.test.remoting.transport.http.timeout.HttpQuickDisconnectTestCase(java_serialization_tomcat)
testStartorg.jboss.test.remoting.transport.socket.connection.retry.SocketRetryTestCase(java_serialization)
unknownorg.jboss.test.remoting.callback.asynch.SocketAsynchCallbackTestCase(java_serialization)
testBlockingCallbackPollerShutdownServerConfigorg.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(jboss_serialization)
testHangingClientorg.jboss.test.remoting.transport.bisocket.shutdown.BisocketShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.bisocket.shutdown.BisocketShutdownTestCase(java_serialization)
testHangingClientorg.jboss.test.remoting.transport.bisocket.shutdown.BisocketShutdownTestCase(jboss_serialization)
testClosingClientorg.jboss.test.remoting.transport.bisocket.shutdown.BisocketShutdownTestCase(jboss_serialization)
testHangingClientorg.jboss.test.remoting.transport.bisocket.ssl.shutdown.SSLBisocketShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.bisocket.ssl.shutdown.SSLBisocketShutdownTestCase(java_serialization)
testHangingClientorg.jboss.test.remoting.transport.bisocket.ssl.shutdown.SSLBisocketShutdownTestCase(jboss_serialization)
testClosingClientorg.jboss.test.remoting.transport.bisocket.ssl.shutdown.SSLBisocketShutdownTestCase(jboss_serialization)
testClosingClientorg.jboss.test.remoting.transport.http.ssl.shutdown.HTTPSShutdownTestCase(jboss_serialization_jbossweb)
testClosingClientorg.jboss.test.remoting.transport.rmi.ssl.shutdown.SSLRMIShutdownTestCase(java_serialization)
testHangingClientorg.jboss.test.remoting.transport.socket.shutdown.SocketShutdownTestCase(jboss_serialization)
testHangingClientorg.jboss.test.remoting.transport.socket.ssl.shutdown.SSLSocketShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.socket.ssl.shutdown.SSLSocketShutdownTestCase(java_serialization)
 

 Modifications since last build:  (first 50 of 7)
1.1.2.7modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/socket/oneway/OnewayConnectionManagerTestCase.javaJBREM-800: Replaced busy waiting on go flag with synchronized waiting.
1.1.2.5modifiedrsigalsrc/tests/org/jboss/test/remoting/oneway/OnewayThreadPoolTestCase.javaJBREM-800: Replace go flag busy wait with synchronized wait.
1.1.2.6modifiedrsigalsrc/tests/org/jboss/test/remoting/callback/asynch/AsynchCallbackTestClientRoot.javaJBREM-800: In testAsynchronousCallbackServerSide(), extend Thread.sleep() before checking that callback has been processed.
1.14.2.3modifiedrsigalsrc/main/org/jboss/remoting/detection/jndi/JNDIDetector.javaJBREM-846: checkRemoteDetectionMsg() no longer calls detect() in the case of a lost server.
1.1.2.19modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.javaJBREM-800: In internalSetUp(), give Connector more time (and multiple tries) to start, in case port is in use.
1.1.2.6modifiedrsigalsrc/tests/org/jboss/test/remoting/lease/synchronization/MultipleClientSynchronizationTestCase.javaJBREM-800: Give invocations more time to complete.
1.88.2.24modifiedrsigal/build.xmlJBREM-842: Excluded "org.jboss.test.remoting.detection.jndi.JNDIDetector2TestCase, which uses the multiplex transport.