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

BUILD TIMED OUT
Ant Error Message: build timeout
Date of build: 03/14/2007 12:15:12
Time to build: 
Last changed: 03/14/2007 03:10:28
Last log entry: JBREM-654: Turned server socket refresh tests back on.

 Unit Tests: (1139)  Total Errors and Failures: (9)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(java_serialization)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(jboss_serialization)
testHTTPProxyInvocationViaConfigorg.jboss.test.remoting.transport.http.proxy.HTTPInvokerProxyTestCase(java_serialization)
testStartorg.jboss.test.remoting.transport.multiplex.ssl.serversocketrefresh.TestCase(jboss_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(java_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(java_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(jboss_serialization)
unknownorg.jboss.test.remoting.marshall.encrypt.EncryptingMarshallerTestCase(jboss_serialization)
testClosingClientorg.jboss.test.remoting.transport.socket.shutdown.SocketShutdownTestCase(jboss_serialization)
 

 Modifications since last build:  (first 50 of 7)
1.88.2.12modifiedrsigal/build.xmlJBREM-654: Turned server socket refresh tests back on.
1.1.2.16modifiedrsigalsrc/main/org/jboss/remoting/transport/bisocket/BisocketServerInvoker.javaJBREM-725: ControlMonitorTimerTask uses reduced log levels if not running.
1.1.2.13modifiedrsigalsrc/main/org/jboss/remoting/transport/bisocket/BisocketClientInvoker.javaJBREM-725: getSecondaryLocator() throws saved exception.
1.1.2.11modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.javaJBREM-721: Added unit test for leaks with quick removeListener().
1.1.2.15modifiedrsigalsrc/main/org/jboss/remoting/transport/bisocket/BisocketServerInvoker.javaJBREM-725, JBREM-726: (1) Creates control connection socket in loop; (2) fixed NPE in createControlConnection(); (3) added control connection teardown to handleInternalInvocation(); (4) added some synchronization;
1.1.2.12modifiedrsigalsrc/main/org/jboss/remoting/transport/bisocket/BisocketClientInvoker.javaJBREM-721, JBREM-726: (1) Moved control thread shutdown to BisocketServerInvoker.handleInternalInvocation(); (2) uses maxRetries for getSecondaryInvocatorLocator().
1.1.2.4modifiedrsigalsrc/main/org/jboss/remoting/transport/bisocket/Bisocket.javaJBREM-726: Added MAX_RETRIES constant.