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

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/07/2007 04:51:33
Time to build: 95 minutes 30 seconds
Last changed: 11/07/2007 03:43:30
Last log entry: JBREM-807: Subclassed HangingClient and ClosingClient to add bisocket specific callback argument "isCallbackServer".

 Unit Tests: (536)  Total Errors and Failures: (8)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(java_serialization)
testWeatherHTTPInvocationorg.jboss.test.remoting.marshall.http.metadata.HTTPUnMarshallerMetadataTestCase(java_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)
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)
testClosingClientorg.jboss.test.remoting.transport.rmi.ssl.shutdown.SSLRMIShutdownTestCase(java_serialization)
 

 Modifications since last build:  (first 50 of 17)
1.1.2.1modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/bisocket/shutdown/BisocketClosingClient.javaJBREM-807: Subclassed HangingClient and ClosingClient to add bisocket specific callback argument "isCallbackServer".
1.1.2.1modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/bisocket/shutdown/BisocketHangingClient.javaJBREM-807: Subclassed HangingClient and ClosingClient to add bisocket specific callback argument "isCallbackServer".
1.1.2.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/bisocket/shutdown/BisocketShutdownTestCase.javaJBREM-807: Subclassed HangingClient and ClosingClient to add bisocket specific callback argument "isCallbackServer".
1.1.2.7modifiedrsigalsrc/tests/org/jboss/test/remoting/shutdown/AbstractClient.javaJBREM-807: Allows subclassing of ClosingClient and HangingClient so that transport specific callback arguments can be added.
1.1.2.4modifiedrsigalsrc/tests/org/jboss/test/remoting/shutdown/ShutdownTestParent.javaJBREM-807: Allows subclassing of ClosingClient and HangingClient so that transport specific callback arguments can be added.
1.1.2.7modifiedrsigalsrc/tests/org/jboss/test/remoting/timeout/QuickDisconnectClientParent.javaJBREM-800: Stretched out timing.
1.1.2.3modifiedrsigalsrc/tests/org/jboss/test/remoting/timeout/QuickDisconnectServerParent.javaJBREM-800: Stretched out timing.
1.1.2.4modifiedrsigalsrc/tests/org/jboss/test/remoting/callback/pull/blocking/BlockingPullCallbackTestCase.javaJBREM-800: Removed test for callback poller thread still being alive in testBlockingCallbackPollerShutdownServerConfig().
1.1.2.7modifiedrsigalsrc/tests/org/jboss/test/remoting/callback/asynch/AsynchCallbackTestClientRoot.javaJBREM-800: Wait longer for completion of callback
1.13.4.6modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/web/WebInvokerTestClient.javaJBREM-800: (1) Moved oneway invocations to beginning of testPostInvocationSub() so they don't execute after the client has disconnected or server has shut down; (2) gave the oneway invocations their own copies of the metadata map with HEADER properties.
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.