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

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: 12/12/2006 08:42:46
Time to build: 148 minutes 19 seconds
Last changed: 12/12/2006 00:16:50
Last log entry: JBREM-649 - fixed thread sync issue for lease pinging

 Unit Tests: (666)  Total Errors and Failures: (13)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(java_serialization)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transport.http.method.HTTPMethodInvokerTestCase(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)
testStartorg.jboss.test.remoting.transport.socket.connection.SocketConnectionCheckTestCase(java_serialization)
testStartorg.jboss.test.remoting.transport.socket.connection.SocketConnectionCheckTestCase(jboss_serialization)
testStartorg.jboss.test.remoting.transport.socket.connection.SocketConnectionTestCase(java_serialization)
testStartorg.jboss.test.remoting.transport.socket.connection.SocketConnectionTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.BasicSocketTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.BasicSocketTestCase(jboss_serialization)
 

 Modifications since last build:  (first 50 of 5)
1.9modifiedtelrodsrc/main/org/jboss/remoting/LeasePinger.javaJBREM-649 - fixed thread sync issue for lease pinging
1.61modifiedtelrodsrc/main/org/jboss/remoting/Client.javaJBREM-648 - fixe NPE for connection validator when client disconnects.
1.14modifiedtelrodsrc/main/org/jboss/remoting/ConnectionValidator.javaJBREM-648 - fixe NPE for connection validator when client disconnects.
1.12modifiedrsigalsrc/main/org/jboss/remoting/marshal/http/HTTPUnMarshaller.javaJBREM-635: (1) Test for EOFException in read(). (2) No longer throws exception from isBinaryData().
1.60modifiedrsigalsrc/main/org/jboss/remoting/Client.javaJBREM-647: Initialize configuration to empty HashMap.