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

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: 09/05/2006 00:15:15
Time to build: 49 minutes 30 seconds
Last changed: 09/04/2006 22:29:50
Last log entry: JBREM-562: Changed list of spring jar files to conform to current contents of JBossRemoting/lib/spring.

 Unit Tests: (292)  Total Errors and Failures: (3)
testStartorg.jboss.test.remoting.lease.multiplex.MultiplexLeaseTestCase(java_serialization)
testStartorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)
testRunClientsorg.jboss.test.remoting.transport.socket.load.SocketLoadTestCase(java_serialization)
 

 Modifications since last build:  (first 50 of 23)
1.3modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/http/readme.txtJBREM-562: Changed list of spring jar files to conform to current contents of JBossRemoting/lib/spring.
1.1addedtelrodlib/spring/spring-web.jarAdding extra spring jars
1.1addedtelrodlib/spring/spring-webmvc.jarAdding extra spring jars
1.1addedtelrodlib/spring/spring.jarAdding extra spring jars
1.5modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/raw/socket/MultiThreadedSocketPerformanceClient.javaJBREM-589: Duplicated change in getSocket() made in SocketPerformanceClient() - throws an exception if unable to create socket.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/MultiThreadedSpringRMIPerformanceClient.javaJBREM-592: Duplicated changes in addCallbackListener() made to SpringRMIPerformanceClient - ApplicationContext is created in a loop and the callback server is exported programmatically.
1.3modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpPerformanceClient.javaJBREM-595: Put the body of makeInvocation() in a loop, to allow for temporary failures due to no port being available.
1.8modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/raw/socket/SocketServer.javaJBREM-589: Changed callbackServerPort from an int to a ThreadLocal.
1.85modifiedrsigal/build.xmlJBREM-589: Fixed tests.performance.sequence.raw_rmi and tests.performance.sequence.raw_socket so that they only run once (with java serialization).
1.5modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceClient.javaJBREM-592: Added a break to the loop that exports callback servers.
1.84modifiedrsigal/build.xmlJBREM-595: Added tests.performance.sequence.spring_http target.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpServerImpl.javaJBREM-595: sessionId is now passed to SpringHttpHandler constructor.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpHandler.javaJBREM-595: Callback server proxy is now created programmatically.
1.2deletedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpCallbackServerService.xmlJBREM-595: Renamed SpringHttpCallbackServerService.xml to SpringHttpCallbackServerService.xml.save since it is not being used.
1.1addedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpCallbackServerService.xml.saveJBREM-595: Renamed SpringHttpCallbackServerService.xml to SpringHttpCallbackServerService.xml.save since it is not being used.
1.1addedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpPerformanceDummyServer.javaJBREM-595: Added a dummy server class and a TestCase class so that spring http performance test client side can be run by an ant target.
1.1addedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpPerformanceTestCase.javaJBREM-595: Added a dummy server class and a TestCase class so that spring http performance test client side can be run by an ant target.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpClientService.xmlJBREM-595: Commented out registration of callback server.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpPerformanceClient.javaJBREM-595: Registration of callback server with rmi registry is now done programmatically.
1.2modifiedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/http/readme.txtJBREM-595: Mentioned new ant target for running spring http performance test.
1.27modifiedtelrodsrc/main/org/jboss/remoting/transport/Connector.javaJBREM-594 - fixed problem where Connector not cleaning up when exception encountered during create or start.
1.4modifiedtelrodsrc/tests/org/jboss/test/remoting/lifecycle/InvokerLifecycleTestCase.javaJBREM-594 - fixed problem where Connector not cleaning up when exception encountered during create or start.
1.2deletedrsigalsrc/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMICallbackServerService.xmlJBREM-592: Renamed SpringRMICallbackServerService.xml to SpringRMICallbackServerService.xml.save.