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

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: 02/13/2007 08:46:44
Time to build: 167 minutes 26 seconds
Last changed: 02/13/2007 06:37:43
Last log entry: JBREM-650: Changed some tests to conform to callback cliient invokers not sharing socket pools.

 Unit Tests: (1090)  Total Errors and Failures: (17)
testStartorg.jboss.test.remoting.lease.socket.multiple.SocketLeaseTestCase(jboss_serialization)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(java_serialization)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(jboss_serialization)
testServerRestartorg.jboss.test.remoting.transport.bisocket.ssl.SSLBisocketTestCase(java_serialization)
testServerRestartorg.jboss.test.remoting.transport.bisocket.ssl.SSLBisocketTestCase(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.ssl.handshake.InvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transporter.proxy.TransporterProxyTestCase(java_serialization)
unknownorg.jboss.test.remoting.transporter.proxy.TransporterProxyTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transporter.proxy.local.TransporterProxyLocalTestCase(java_serialization)
unknownorg.jboss.test.remoting.transporter.proxy.local.TransporterProxyLocalTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(java_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(jboss_serialization)
 

 Modifications since last build:  (first 50 of 2)
1.1.2.7modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.javaJBREM-650: Changed some tests to conform to callback cliient invokers not sharing socket pools.
1.1.2.5modifiedrsigalsrc/main/org/jboss/remoting/transport/bisocket/BisocketClientInvoker.javaJBREM-650: (1) Callback invokers don't share client pools. (2) Uses isCallbackInvoker instead of listenerId == null.