TESTS FAILED |
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-remoting.xml:96: 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: 03/15/2006 22:03:20 |
Time to build: 19 minutes 55 seconds |
Last changed: 03/15/2006 16:14:23 |
Last log entry: JBREM-321 - simple tests to run with profiler |
Unit Tests: (176) Total Errors and Failures: (19) | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
Modifications since last build: (first 50 of 41) | ||||
1.9 | modified | telrod | src/tests/org/jboss/test/remoting/performance/synchronous/PerformanceServerTest.java | JBREM-321 - simple tests to run with profiler |
1.8 | modified | telrod | src/tests/org/jboss/test/remoting/transport/socket/ssl/custom/InvokerServerTest.java | JBREM-319 - allow configuration of server socket factory by instance, classname, or mbean service over all the different transports. |
1.26 | modified | telrod | src/main/org/jboss/remoting/ServerInvoker.java | JBREM-319 - allow configuration of server socket factory by instance, classname, or mbean service over all the different transports. |
1.20 | modified | telrod | src/main/org/jboss/remoting/transport/Connector.java | JBREM-319 - allow configuration of server socket factory by instance, classname, or mbean service over all the different transports. |
1.12 | modified | telrod | src/main/org/jboss/remoting/transport/coyote/CoyoteInvoker.java | JBREM-319 - allow configuration of server socket factory by instance, classname, or mbean service over all the different transports. |
1.13 | modified | telrod | src/main/org/jboss/remoting/transport/rmi/RMIServerInvoker.java | JBREM-319 - allow configuration of server socket factory by instance, classname, or mbean service over all the different transports. |
1.5 | modified | telrod | src/main/org/jboss/remoting/transport/rmi/RemotingRMIClientSocketFactory.java | JBREM-319 - allow configuration of server socket factory by instance, classname, or mbean service over all the different transports. |
1.18 | modified | telrod | src/main/org/jboss/remoting/transport/socket/SocketServerInvoker.java | JBREM-319 - allow configuration of server socket factory by instance, classname, or mbean service over all the different transports. |
1.3 | modified | telrod | src/main/org/jboss/remoting/transport/socket/ssl/SSLSocketServerInvoker.java | JBREM-319 - allow configuration of server socket factory by instance, classname, or mbean service over all the different transports. |
1.1 | added | telrod | src/main/org/jboss/remoting/util/ServerSocketFactoryWrapper.java | JBREM-319 - allow configuration of server socket factory by instance, classname, or mbean service over all the different transports. |
1.1 | added | telrod | src/main/org/jboss/remoting/util/SocketFactoryMBean.java | JBREM-319 - allow configuration of server socket factory by instance, classname, or mbean service over all the different transports. |
1.1 | added | telrod | src/main/org/jboss/remoting/util/SocketFactoryWrapper.java | JBREM-319 - allow configuration of server socket factory by instance, classname, or mbean service over all the different transports. |
1.3 | modified | telrod | src/main/org/jboss/remoting/transport/coyote/ssl/RemotingServerSocketFactory.java | JBREM-319 - allow configuration of server socket factory by instance, classname, or mbean service over all the different transports. |
1.8 | modified | rsigal | src/main/org/jboss/remoting/transport/PortUtil.java | JBREM-337:Changed PortUtil.getNextPort() so that it returns port numbers in the range [1024, 65535]. |
1.21 | modified | rsigal | src/main/org/jboss/remoting/InvokerRegistry.java | JBREM-336:Put call to InvokerRegistry.unregisterLocator() in InvokerRegistry.destroyServerInvoker(). |
1.2 | modified | telrod | src/tests/org/jboss/test/remoting/transport/http/timeout/TimeoutClientTest.java | JBREM-329 - added check to see if was jdk 1.4 before doing assert (as won't pass as is in jdk 1.4, which is expected). |
1.5 | modified | telrod | src/tests/org/jboss/test/remoting/transport/multiplex/MultiplexInvokerConfigTestClient.java | JBREM-329 - added global timeout config property for all transports (client and server). |
1.16 | modified | telrod | src/tests/org/jboss/test/remoting/transport/multiplex/MultiplexInvokerTestClient.java | JBREM-329 - added global timeout config property for all transports (client and server). |
1.1 | added | telrod | src/tests/org/jboss/test/remoting/transport/rmi/timeout/TimeoutClientTest.java | JBREM-329 - added global timeout config property for all transports (client and server). |
1.1 | added | telrod | src/tests/org/jboss/test/remoting/transport/rmi/timeout/TimeoutServerTest.java | JBREM-329 - added global timeout config property for all transports (client and server). |
1.1 | added | telrod | src/tests/org/jboss/test/remoting/transport/rmi/timeout/TimeoutTestCase.java | JBREM-329 - added global timeout config property for all transports (client and server). |
1.4 | modified | telrod | src/tests/org/jboss/test/remoting/transport/socket/timeout/TimeoutClientTest.java | JBREM-329 - added global timeout config property for all transports (client and server). |
1.4 | modified | telrod | src/tests/org/jboss/test/remoting/transport/socket/timeout/TimeoutServerTest.java | JBREM-329 - added global timeout config property for all transports (client and server). |
1.25 | modified | telrod | src/main/org/jboss/remoting/ServerInvoker.java | JBREM-329 - added global timeout config property for all transports (client and server). |
1.6 | modified | telrod | src/main/org/jboss/remoting/ServerInvokerMBean.java | JBREM-329 - added global timeout config property for all transports (client and server). |
1.12 | modified | telrod | src/main/org/jboss/remoting/transport/rmi/RMIServerInvoker.java | JBREM-329 - added global timeout config property for all transports (client and server). |
1.4 | modified | telrod | src/main/org/jboss/remoting/transport/rmi/RemotingRMIClientSocketFactory.java | JBREM-329 - added global timeout config property for all transports (client and server). |
1.4 | modified | telrod | src/main/org/jboss/remoting/transport/rmi/RemotingRMIServerSocketFactory.java | JBREM-329 - added global timeout config property for all transports (client and server). |
1.30 | modified | telrod | src/main/org/jboss/remoting/transport/socket/SocketClientInvoker.java | JBREM-329 - added global timeout config property for all transports (client and server). |
1.17 | modified | telrod | src/main/org/jboss/remoting/transport/socket/SocketServerInvoker.java | JBREM-329 - added global timeout config property for all transports (client and server). |
1.5 | modified | telrod | src/main/org/jboss/remoting/transport/socket/SocketServerInvokerMBean.java | JBREM-329 - added global timeout config property for all transports (client and server). |
1.1 | added | telrod | src/tests/org/jboss/test/remoting/transport/http/timeout/TimeoutClientTest.java | JBREM-329 - added global timeout config property for all transports (client and server). |
1.1 | added | telrod | src/tests/org/jboss/test/remoting/transport/http/timeout/TimeoutServerTest.java | JBREM-329 - added global timeout config property for all transports (client and server). |
1.1 | added | telrod | src/tests/org/jboss/test/remoting/transport/http/timeout/TimeoutTestCase.java | JBREM-329 - added global timeout config property for all transports (client and server). |
1.1 | added | telrod | src/tests/org/jboss/test/remoting/transport/multiplex/timeout/TimeoutClientTest.java | JBREM-329 - added global timeout config property for all transports (client and server). |
1.1 | added | telrod | src/tests/org/jboss/test/remoting/transport/multiplex/timeout/TimeoutServerTest.java | JBREM-329 - added global timeout config property for all transports (client and server). |
1.1 | added | telrod | src/tests/org/jboss/test/remoting/transport/multiplex/timeout/TimeoutTestCase.java | JBREM-329 - added global timeout config property for all transports (client and server). |
1.11 | modified | telrod | src/main/org/jboss/remoting/transport/coyote/CoyoteInvoker.java | JBREM-329 - added global timeout config property for all transports (client and server). |
1.18 | modified | telrod | src/main/org/jboss/remoting/transport/http/HTTPClientInvoker.java | JBREM-329 - added global timeout config property for all transports (client and server). |
1.23 | modified | telrod | src/main/org/jboss/remoting/transport/multiplex/MultiplexClientInvoker.java | JBREM-329 - added global timeout config property for all transports (client and server). |
1.32 | modified | telrod | src/main/org/jboss/remoting/transport/multiplex/MultiplexServerInvoker.java | JBREM-329 - added global timeout config property for all transports (client and server). |