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

BUILD COMPLETE -  build.2
Date of build: 08/23/2006 17:43:12
Time to build: 85 minutes 41 seconds
Last changed: 08/23/2006 16:54:10
Last log entry: Updated list for testing.

 Unit Tests: (581)  Total Errors and Failures: (0)
All Tests Passed
 

 Modifications since last build:  (first 50 of 162)
1.13modifiedtelrodsrc/tests/org/jboss/test/remoting/performance/synchronous/PerformanceTestCase.javaJBREM-562 - fix for performance test where transport not being picked up as system property due to error in change when adding host as system property config.
1.12modifiedtelrodsrc/tests/org/jboss/test/remoting/performance/synchronous/PerformanceTestCase.javaJBREM-562 - fix for performance test where transport not being picked up as system property due to error in change when adding host as system property config.
1.3modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/multiplex/config/ClientConfigurationTestClient.javaJBREM-587: setUp() tries 5 times to create sync socket.
1.2modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/load/PooledConnectionTestCase.javaJBREM-586 - fixed socket client invoker so is back to having bounded connection pool
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/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.