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

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: 06/19/2007 13:14:22
Time to build: 102 minutes 11 seconds
Last changed: 06/19/2007 02:14:38
Last log entry: JBREM-757: Added two methods for disconnectTimeout == 0.

 Unit Tests: (619)  Total Errors and Failures: (28)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.http.HTTPInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.http.keep_alive.NoKeepAliveHTTPInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.http.keep_alive.StressHTTPInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.http.method.HTTPMethodInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.http.method.HTTPMethodInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.http.ssl.basic.HTTPSInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.http.ssl.custom.HTTPSInvokerTestCase(java_serialization)
testStartorg.jboss.test.remoting.transport.multiplex.ssl.serversocketrefresh.TestCase(java_serialization)
testBlockingPollApplicationAckDifferentHandlersorg.jboss.test.remoting.callback.acknowledge.CallbackAcknowledgeTestCase(java_serialization)
testBlockingPollApplicationAckSameHandlerorg.jboss.test.remoting.callback.acknowledge.CallbackAcknowledgeTestCase(java_serialization)
testBlockingPollRemotingAckDifferentHandlersorg.jboss.test.remoting.callback.acknowledge.CallbackAcknowledgeTestCase(java_serialization)
testBlockingPollRemotingAckSameHandlerorg.jboss.test.remoting.callback.acknowledge.CallbackAcknowledgeTestCase(java_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(java_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(java_serialization)
testHeavyLoadClientSideHttporg.jboss.test.remoting.oneway.OnewayThreadPoolTestCase(java_serialization)
testHeavyLoadClientSideSocketorg.jboss.test.remoting.oneway.OnewayThreadPoolTestCase(java_serialization)
testHeavyLoadServerSideSocketorg.jboss.test.remoting.oneway.OnewayThreadPoolTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.bisocket.shutdown.BisocketShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.bisocket.ssl.shutdown.SSLBisocketShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.http.shutdown.HTTPShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.http.ssl.shutdown.HTTPSShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.multiplex.shutdown.MultiplexShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.multiplex.ssl.shutdown.SSLMultiplexShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.rmi.shutdown.RMIShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.rmi.ssl.shutdown.SSLRMIShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.socket.shutdown.SocketShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.socket.ssl.shutdown.SSLSocketShutdownTestCase(java_serialization)
 

 Modifications since last build:  (first 50 of 6)
1.1.2.4modifiedrsigalsrc/tests/org/jboss/test/remoting/timeout/QuickDisconnectClientParent.javaJBREM-757: Added two methods for disconnectTimeout == 0.
1.53.2.34modifiedrsigalsrc/main/org/jboss/remoting/Client.javaJBREM-757: Removed log.info() left in by mistake.
1.53.2.33modifiedrsigalsrc/main/org/jboss/remoting/Client.javaJBREM-757: Implemented quick version of removeListener() for pull callbacks.
1.5.2.10modifiedrsigalsrc/main/org/jboss/remoting/callback/CallbackPoller.javaJBREM-641, JBREM-756: (1) Changed default polling mode to nonblocking; (2) added option to do nonsynchronized shutdown; (3) added ability to shut down if errors exceed some maximum.
1.1.2.3modifiedrsigalsrc/tests/org/jboss/test/remoting/callback/pull/blocking/BlockingPullCallbackTestCase.javaJBREM-641: Updated to account for changing CallbackPoller default to nonblocking callbacks.
1.1.2.1modifiedrsigalsrc/tests/org/jboss/test/remoting/callback/pull/CallbackPollerShutdownTestCase.javaJBREM-641: Unit test to verify CallbackPoller shuts down when error count exceeds maximum.