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

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: 11/03/2007 04:39:57
Time to build: 91 minutes 45 seconds
Last changed: 11/03/2007 03:45:54
Last log entry: JBREM-800: In testBlockingCallbackPoller(), extend Thread.sleep() before checking that threads are done.

 Unit Tests: (539)  Total Errors and Failures: (12)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(java_serialization)
testWeatherHTTPInvocationorg.jboss.test.remoting.marshall.http.metadata.HTTPUnMarshallerMetadataTestCase(java_serialization_tomcat)
testStabilityOfListenerIdorg.jboss.test.remoting.transport.bisocket.listenerID.ListenerIDonStackTestCase(java_serialization)
testHTTPProxyInvocationViaSystemConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(java_serialization_tomcat)
unknownorg.jboss.test.remoting.transport.socket.connection.retry.SocketRetryTestCase(java_serialization)
unknownorg.jboss.test.remoting.detection.jndi.JNDIDetector2TestCase(java_serialization)
testMultipleClientsStoppingAndStartingSimultaneouslyorg.jboss.test.remoting.lease.synchronization.MultipleClientSynchronizationTestCase(java_serialization)
testMultipleClientsStartingStoppingStartingorg.jboss.test.remoting.lease.synchronization.MultipleClientSynchronizationTestCase(java_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(java_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.http.ssl.shutdown.HTTPSShutdownTestCase(java_serialization_tomcat)
testClosingClientorg.jboss.test.remoting.transport.socket.ssl.shutdown.SSLSocketShutdownTestCase(java_serialization)
 

 Modifications since last build:  (first 50 of 16)
1.1.2.2modifiedrsigalsrc/tests/org/jboss/test/remoting/callback/pull/CallbackPollerShutdownTestCase.javaJBREM-800: In testBlockingCallbackPoller(), extend Thread.sleep() before checking that threads are done.
1.2.2.8modifiedrsigalsrc/tests/org/jboss/test/remoting/callback/acknowledge/CallbackAcknowledgeTestCase.javaJBREM-800: In testNonblockingPollRemotingAckDifferentHandlers() extended Thread.sleep() before checking for acknowledgements.
1.12.4.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/socket/ssl/custom/InvokerClientTest.javaJBREM-800: In testCallbacks(), extended Thread.sleep() before removing listener and checking for callback.
1.1.6.3modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/bisocket/ServerTimerReuseTestCase.javaJBREM-800: Increased timeout on InvokerLocator in testTimerReuse().
1.1.2.5modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/socket/oneway/OnewayConnectionManagerTestCase.javaJBREM-843: Added reference to JBREM-843 in javadoc.
1.16.2.35modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.javaJBREM-843: Decrements usedPooled when a socket is discarded because the pool is full.
1.1.4.3modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/bisocket/CloseControlSocketTestCase.javaJBREM-800: In testControlSocketClosedWhenReplaced(), wait 2 seconds before testing old control socket.
1.1.2.4modifiedrsigalsrc/tests/org/jboss/test/remoting/oneway/OnewayThreadPoolTestCase.javaJBREM-800: Extended Thread.sleep() in testHeavyLoadClientSideHttp() before counting invocations.
1.1.2.5modifiedrsigalsrc/tests/org/jboss/test/remoting/socketfactory/CreationListenerTestRoot.javaJBREM-800: In testSimpleClientSocketCases(), added Thread.sleep(2000) to get ServerSocket time to start.
1.1.2.3modifiedrsigalsrc/tests/org/jboss/test/remoting/detection/jndi/CleanDetectionTestClient.javaJBREM-800: Extended wait for new detection message.
1.1.2.4modifiedrsigalsrc/tests/org/jboss/test/remoting/callback/asynch/AsynchCallbackTestClientRoot.javaJBREM-800: Extended Thread.sleep() after client.invokeOneway().
1.1.2.6modifiedrsigalsrc/tests/org/jboss/test/remoting/timeout/QuickDisconnectClientParent.javaJBREM-798: In testQuickRemovePullListener() and testQuickRemovePullListenerZeroTimeout(), return without testing for bidirectional transports.
1.1.2.18modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.javaJBREM-800: In testControlConnectionFailureBeforeFirstCallback(): (1) test that control connection is replaced and callback is possible; (2) eliminate irrelevent shutting down of ServerThread.
1.1.2.17modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.javaJBREM-800: Last commit inadvertently left xtest...() method names.
1.1.2.16modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.javaJBREM-800: Wait 500 ms longer for callbacks in testMaxSocketPoolSize().
1.1.2.4modifiedrsigalsrc/tests/org/jboss/test/remoting/lease/synchronization/MultipleClientSynchronizationTestCase.javaJBREM-800: ClientThread wakes up every 100 microseconds.