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

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: 10/30/2006 03:41:24
Time to build: 96 minutes 11 seconds
Last changed: 10/29/2006 15:43:20
Last log entry: JBREM-619: In run(), put ServerSocketRefresh thread interrupt in a finally clause.

 Unit Tests: (627)  Total Errors and Failures: (12)
testStartorg.jboss.test.remoting.lease.multiplex.MultiplexLeaseTestCase(java_serialization)
testStartorg.jboss.test.remoting.lease.multiplex.MultiplexLeaseTestCase(jboss_serialization)
testHTTPProxyInvocationViaSystemConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(java_serialization)
testHTTPProxyInvocationViaConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(java_serialization)
testHTTPProxyInvocationViaSystemConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(jboss_serialization)
testHTTPProxyInvocationViaConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.detection.jndi.RestartTestCase(java_serialization)
unknownorg.jboss.test.remoting.detection.jndi.RestartTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.detection.jndi.ssl.SSLRestartTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.LateClientShutdownTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.LateClientShutdownTestCase(jboss_serialization)
 

 Modifications since last build:  (first 50 of 12)
1.59modifiedrsigalsrc/main/org/jboss/remoting/transport/multiplex/MultiplexServerInvoker.javaJBREM-619: In run(), put ServerSocketRefresh thread interrupt in a finally clause.
1.31modifiedrsigalsrc/main/org/jboss/remoting/transport/http/HTTPClientInvoker.javaJBREM-620: Will throw original server side exception if wrapped in an InvocationResponse.
1.22modifiedrsigalsrc/main/org/jboss/remoting/transport/coyote/CoyoteInvoker.javaJBREM-621: Added test for whether incoming payload is wrapped in an InvocationRequest.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/callback/acknowledge/CallbackAcknowledgeTestCase.javaJBREM-605: Added unit tests, and send > 1 callback per test.
1.5modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/http/errors/ErrorHTTPInvokerTestClient.javaJBREM-620: Added a unit tests that verifies that if http transport is not sending raw payloads, i.e., doing native Remoting communication, HTTPClientInvoker will throw Exceptions as they are generated on the serer side.
1.30modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/SocketServerInvoker.javaJBREM-619: Put ServerSocketRefresh thred in a finally clause.
1.15modifiedrsigalsrc/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.javaJBREM-605: (1) Changed acknowledgeCallback() to acknowledgeCallbacks(). (2) Require application to supply callback ID. (3) Reorganized callback acknowledgement processing.
1.5modifiedrsigalsrc/main/org/jboss/remoting/callback/CallbackPoller.javaJBREM-605, JBREM-610, JBREM-617:(1) [JBREM-605, JBREM-610] Changed call to Client.acknowledgeCallback() to Client.acknowledgeCallbacks(). Also, added a continue to AcknowledgeThread.run() to prevent a possible NullPointerException.(2) [JBREM-617] Changed to use separate Timer thread.
1.7modifiedrsigalsrc/main/org/jboss/remoting/callback/CallbackStore.javaJBREM-609, JBREM-615, JBREM-616:(1) [JBREM-609] Eliminated test that restricts serialization to be "java" or "jboss".(2) [JBREM-615] Added counter to distinguish file names with the same time stamp.(3) [JBREM-616] Moved callback file deletion inside synchronized block.
1.3modifiedrsigalsrc/main/org/jboss/remoting/callback/CallbackListener.javaJBREM-605: Changed signature of callbackSent() to accept an int indictatng if ack is preprocess or postprocess.
1.52modifiedrsigalsrc/main/org/jboss/remoting/ServerInvoker.javaJBREM-605: In handleInternalInvocation, changed call to ServerInvokerCallbackHandler.acknowledgeCallback() to ServerInvokerCallbackHandler.acknowledgeCallbacks().
1.53modifiedrsigalsrc/main/org/jboss/remoting/Client.javaJBREM-605: Changed acknowledgeCallback() to acknowledgeCallbacks().