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

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: 08/21/2006 03:11:18
Time to build: 83 minutes 20 seconds
Last changed: 08/20/2006 04:54:30
Last log entry: JBREM-577: Added more log output.

 Unit Tests: (610)  Total Errors and Failures: (11)
testBindAndConnectAddressorg.jboss.test.remoting.configuration.ServerBindingTestCase(java_serialization)
testLocatorAddressorg.jboss.test.remoting.configuration.ServerBindingTestCase(java_serialization)
testNullLocatorAddressorg.jboss.test.remoting.configuration.ServerBindingTestCase(java_serialization)
testBindPortorg.jboss.test.remoting.configuration.ServerBindingTestCase(java_serialization)
testBindAndConnectAddressorg.jboss.test.remoting.configuration.ServerBindingTestCase(jboss_serialization)
testLocatorAddressorg.jboss.test.remoting.configuration.ServerBindingTestCase(jboss_serialization)
testNullLocatorAddressorg.jboss.test.remoting.configuration.ServerBindingTestCase(jboss_serialization)
testBindPortorg.jboss.test.remoting.configuration.ServerBindingTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.config.ClientConfigurationCallbackConnectorTestCase(jboss_serialization)
testRunClientsorg.jboss.test.remoting.transport.socket.load.PooledConnectionTestCase(java_serialization)
testRunClientsorg.jboss.test.remoting.transport.socket.load.PooledConnectionTestCase(jboss_serialization)
 

 Modifications since last build:  (first 50 of 148)
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIClientService.xmlJBREM-584: Commented out the "servicePort" property.
1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceTestCase.javaJBREM-562 - updated performance tests so can specify the bind host (previously hardcoded to localhost).
1.10modifiedtelrodsrc/tests/org/jboss/test/remoting/performance/synchronous/MultiThreadedPerformanceClientTest.javaJBREM-562 - updated performance tests so can specify the bind host (previously hardcoded to localhost).
1.18modifiedtelrodsrc/tests/org/jboss/test/remoting/performance/synchronous/PerformanceClientTest.javaJBREM-562 - updated performance tests so can specify the bind host (previously hardcoded to localhost).
1.11modifiedtelrodsrc/tests/org/jboss/test/remoting/performance/synchronous/PerformanceServerTest.javaJBREM-562 - updated performance tests so can specify the bind host (previously hardcoded to localhost).
1.11modifiedtelrodsrc/tests/org/jboss/test/remoting/performance/synchronous/PerformanceTestCase.javaJBREM-562 - updated performance tests so can specify the bind host (previously hardcoded to localhost).
1.10modifiedtelrodsrc/tests/org/jboss/test/remoting/performance/synchronous/PerformanceServerTest.javaJBREM-562 - pulling out some logging for performance boost.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/deadlock/ShutdownDeadlockTestCase.javaJBREM-576 - adding test for socket client invoker shutdown deadlock.
1.10modifiedtelrodsrc/tests/org/jboss/test/remoting/performance/synchronous/PerformanceTestCase.javaJBREM-578 - add performance benchmark test for spring http transport.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/http/readme.txtJBREM-578 - add performance benchmark test for spring http transport.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpCallbackServer.javaJBREM-578 - add performance benchmark test for spring http transport.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpCallbackServerImpl.javaJBREM-578 - add performance benchmark test for spring http transport.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpClientService.xmlJBREM-578 - add performance benchmark test for spring http transport.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpPerformanceClient.javaJBREM-578 - add performance benchmark test for spring http transport.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpCallbackServerService.xmlJBREM-578 - add performance benchmark test for spring http transport.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpHandler.javaJBREM-578 - add performance benchmark test for spring http transport.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpServer.javaJBREM-578 - add performance benchmark test for spring http transport.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpServerImpl.javaJBREM-578 - add performance benchmark test for spring http transport.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/http/web/WEB-INF/applicationContext.xmlJBREM-578 - add performance benchmark test for spring http transport.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/http/web/WEB-INF/remoting-servlet.xmlJBREM-578 - add performance benchmark test for spring http transport.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/http/web/WEB-INF/web.xmlJBREM-578 - add performance benchmark test for spring http transport.
1.4modifiedtelrodsrc/tests/org/jboss/test/remoting/transporter/TestClient.javaJBREM-579 - fixed transporters not converting primitive types for reflection call on the target pojo.
1.4modifiedtelrodsrc/tests/org/jboss/test/remoting/transporter/TestServer.javaJBREM-579 - fixed transporters not converting primitive types for reflection call on the target pojo.
1.5modifiedtelrodsrc/tests/org/jboss/test/remoting/transporter/TestServerImpl.javaJBREM-579 - fixed transporters not converting primitive types for reflection call on the target pojo.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/hessian/web/SpringHessianServer.javaJBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/hessian/web/SpringHessianServerImpl.javaJBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/hessian/web/WEB-INF/applicationContext.xmlJBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/hessian/web/WEB-INF/remoting-servlet.xmlJBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/hessian/web/WEB-INF/web.xmlJBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/rmi/MultiThreadedSpringRMIPerformanceClient.javaJBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/rmi/MultiThreadedSpringRMIPerformanceTestCase.javaJBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMICallbackServer.javaJBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMICallbackServerImpl.javaJBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMICallbackServerService.xmlJBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIClientService.xmlJBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIHandler.javaJBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceClient.javaJBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceServer.javaJBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceTestCase.javaJBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIServer.javaJBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIServerImpl.javaJBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIServerService.xmlJBREM-578 - including spring remoting tests (rmi and hessian transports) to the performance benchmark testing.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/local/Client.javaJBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/local/DateConsumer.javaJBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/local/DateConsumerImpl.javaJBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/local/DateProcessor.javaJBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/local/DateProcessorImpl.javaJBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/local/Server.javaJBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon.
1.1addedtelrodsrc/tests/org/jboss/test/remoting/transporter/proxy/local/TransporterProxyLocalTestCase.javaJBREM-575 - adding test case for sending transporter client (even when is local remote client) to server to be called upon.
1.7modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/config/FactoryConfigTestCaseSSLParent.javaJBREM-568 - updated ssl socket builder so attribute types (getter/setter) is of same type for all attributes.