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

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: 02/16/2007 09:11:36
Time to build: 160 minutes 10 seconds
Last changed: 02/16/2007 00:10:46
Last log entry: JBREM-657: Removed substantive test cases since they are no longer applicable.

 Unit Tests: (1104)  Total Errors and Failures: (13)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(java_serialization)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transport.http.method.HTTPMethodInvokerTestCase(jboss_serialization)
testHTTPProxyInvocationViaSystemConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(java_serialization)
testHTTPProxyInvocationViaConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(java_serialization)
testHTTPProxyInvocationViaSystemConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(jboss_serialization)
testHTTPProxyInvocationViaConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transporter.proxy.TransporterProxyTestCase(java_serialization)
unknownorg.jboss.test.remoting.transporter.proxy.TransporterProxyTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.transporter.proxy.local.TransporterProxyLocalTestCase(java_serialization)
unknownorg.jboss.test.remoting.transporter.proxy.local.TransporterProxyLocalTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(java_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(jboss_serialization)
 

 Modifications since last build:  (first 50 of 19)
1.1.2.3modifiedrsigalsrc/tests/org/jboss/test/remoting/shutdown/local/LocalShutdownTestCase.javaJBREM-657: Removed substantive test cases since they are no longer applicable.
1.1.2.2modifiedrsigalsrc/tests/org/jboss/test/remoting/lease/socket/ClientLeasePeriodTestClient.javaJBREM-657: Conform to remove of local parameter in ServerInvoker.terminateLease().
1.1.2.2modifiedrsigalsrc/tests/org/jboss/test/remoting/lease/socket/ClientLeasePeriodTestServer.javaJBREM-657: Conform to remove of local parameter in ServerInvoker.terminateLease().
1.16.2.23modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.javaJBREM-657: (1) Changed getConnection() so that there is no i/o in synchronized block. (2) Synchronized access to usedPool. (3) In clearpools() remove pools from list.
1.15.2.4modifiedrsigalsrc/main/org/jboss/remoting/transport/local/LocalClientInvoker.javaJBREM-657: Removed parameter local from terminateLease().
1.7.2.6modifiedrsigalsrc/main/org/jboss/remoting/transport/ClientInvoker.javaJBREM-657: Removed local parameter from terminateLease().
1.5.2.6modifiedrsigalsrc/main/org/jboss/remoting/callback/CallbackPoller.javaJBREM-657: Removed local paramteter from stop(), and added some logging.
1.52.2.28modifiedrsigalsrc/main/org/jboss/remoting/ServerInvoker.javaJBREM-657: Made clientLeases a ConcurrentHashMap.
1.7.2.13modifiedrsigalsrc/main/org/jboss/remoting/MicroRemoteClientInvoker.javaJBREM-657: Removed local parameter to terminateLease().
1.8.2.9modifiedrsigalsrc/main/org/jboss/remoting/LeasePinger.javaJBREM-657: (1) Removed local parameter to stopPing() and removeClient().
1.53.2.21modifiedrsigalsrc/main/org/jboss/remoting/Client.javaJBREM-657: Removed disconnectLocal() and removeListenerLocal().
1.29.2.18modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/ServerThread.javaJBREM-690: Added log statement.
1.8.10.9modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/SocketWrapper.javaJBREM-690: Changed value of CLOSING from 3 to 254.
1.1.2.4modifiedrsigalsrc/main/org/jboss/remoting/transport/sslbisocket/SSLBisocketClientInvoker.javaJBREM-650: Replaced test (listenerId == null) with isCallbackInvoker().
1.30.2.9modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/SocketServerInvoker.javaJBREM-654: Synchronized ServerSocketRefresh.run(), ServerSocketRefresh.release() setNewServerSocketFactory(). Also, runs ServerSocketRefresh as a daemon thread.
1.5.4.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/config/FactoryConfigTestCaseParent.javaJBREM-642: Added 0-arg createSocket() to factories.
1.7.4.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/config/FactoryConfigTestCaseSSLParent.javaJBREM-642: Added 0-arg createSocket() to factories.
1.1.2.2modifiedrsigalsrc/tests/org/jboss/test/remoting/oneway/OnewayThreadPoolTestCase.javaJBREM-658: Reduced calls to 400 in testHeavyLoadClientSideHttp().
1.31.2.2modifiedtelrodsrc/main/org/jboss/remoting/transport/http/HTTPClientInvoker.javaJBREM-702 - allow for empty passwords