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/31/2006 03:21:32 |
Time to build: 90 minutes 1 second |
Last changed: 08/30/2006 22:53:46 |
Last log entry: JBREM-592: Added a break to the loop that exports callback servers. |
Unit Tests: (589) Total Errors and Failures: (2) | ||||
| ||||
Modifications since last build: (first 50 of 33) | ||||
1.5 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceClient.java | JBREM-592: Added a break to the loop that exports callback servers. |
1.84 | modified | rsigal | /build.xml | JBREM-595: Added tests.performance.sequence.spring_http target. |
1.2 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpServerImpl.java | JBREM-595: sessionId is now passed to SpringHttpHandler constructor. |
1.2 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpHandler.java | JBREM-595: Callback server proxy is now created programmatically. |
1.2 | deleted | rsigal | src/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpCallbackServerService.xml | JBREM-595: Renamed SpringHttpCallbackServerService.xml to SpringHttpCallbackServerService.xml.save since it is not being used. |
1.1 | added | rsigal | src/tests/org/jboss/test/remoting/performance/spring/http/web/SpringHttpCallbackServerService.xml.save | JBREM-595: Renamed SpringHttpCallbackServerService.xml to SpringHttpCallbackServerService.xml.save since it is not being used. |
1.1 | added | rsigal | src/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpPerformanceDummyServer.java | JBREM-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.1 | added | rsigal | src/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpPerformanceTestCase.java | JBREM-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.2 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpClientService.xml | JBREM-595: Commented out registration of callback server. |
1.2 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/http/client/SpringHttpPerformanceClient.java | JBREM-595: Registration of callback server with rmi registry is now done programmatically. |
1.2 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/http/readme.txt | JBREM-595: Mentioned new ant target for running spring http performance test. |
1.27 | modified | telrod | src/main/org/jboss/remoting/transport/Connector.java | JBREM-594 - fixed problem where Connector not cleaning up when exception encountered during create or start. |
1.4 | modified | telrod | src/tests/org/jboss/test/remoting/lifecycle/InvokerLifecycleTestCase.java | JBREM-594 - fixed problem where Connector not cleaning up when exception encountered during create or start. |
1.2 | deleted | rsigal | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMICallbackServerService.xml | JBREM-592: Renamed SpringRMICallbackServerService.xml to SpringRMICallbackServerService.xml.save. |
1.4 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceClient.java | JBREM-592: Changed a comment. |
1.3 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIClientService.xml | JBREM-592: Callback servers are now exported programmatically. |
1.1 | added | rsigal | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMICallbackServerService.xml.save | JBREM-592: SpringRMICallbackServerService.xml is no longer used. |
1.2 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIServerImpl.java | JBREM-592: Passes sessionId to SpringRMIHandler() constructor. |
1.3 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceClient.java | JBREM-592: Callback servers are now exported programatically under name ending in sessionId. |
1.2 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIHandler.java | JBREM-592: (1) New constructor gets sessionId parameter. (2) Callback are created programmatically instead of declaratively, and registered with a name ending in sessionId. |
1.83 | modified | telrod | /build.xml | Updated release files for new version, 2.0.0.GA and included release notes. |
1.11 | modified | telrod | docs/README.txt | Updated release files for new version, 2.0.0.GA and included release notes. |
1.6 | modified | telrod | docs/guide/en/chap16.xml | Updated release files for new version, 2.0.0.GA and included release notes. |
1.35 | modified | telrod | docs/guide/en/master.xml | Updated release files for new version, 2.0.0.GA and included release notes. |
1.10 | modified | telrod | src/main/org/jboss/remoting/Version.java | Updated release files for new version, 2.0.0.GA and included release notes. |
1.2 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/multiplex/LateClientShutdownTestClient.java | JBREM-593: Added a synchronizing ServerSocket. |
1.2 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/multiplex/LateClientShutdownTestServer.java | JBREM-593: Added a synchronizing ServerSocket. |
1.3 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceTestCase.java | JBREM-592: Lengthened timeout periods and added some logging. |
1.2 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceClient.java | JBREM-592: Put loading of SpringRMIClientService.xml in a loop to avoid problems when creating multiple callback servers. |
1.2 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceServer.java | JBREM-592: Extened time server runs. |
1.2 | modified | rsigal | src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIServerService.xml | JBREM-592: Commented out servicePort property to avoid bind port collisions. |
1.28 | modified | telrod | src/main/org/jboss/remoting/transport/http/HTTPClientInvoker.java | JBREM-569 - update HTTPCleintInvoker to use the generated locator url instead of the original locator uri. |
1.2 | modified | telrod | src/main/org/jboss/remoting/transport/sslsocket/SSLSocketClientInvoker.java | JBREM-590 - updated SSLSocketClientInvoker to pass config metadata map to the SSLSocketBuilder. |