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

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: 03/12/2007 10:31:34
Time to build: 173 minutes 17 seconds
Last changed: 03/11/2007 17:12:05
Last log entry: JBREM-722: Constant MAX_INITIAL_ATTEMPTS was omitted from previous commit.

 Unit Tests: (1135)  Total Errors and Failures: (16)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(java_serialization)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(jboss_serialization)
testControlConnectionFailureBeforeFirstCallbackorg.jboss.test.remoting.transport.bisocket.BisocketTestCase(java_serialization)
testControlConnectionFailureBeforeFirstCallbackorg.jboss.test.remoting.transport.bisocket.BisocketTestCase(jboss_serialization)
testControlConnectionFailureBeforeFirstCallbackorg.jboss.test.remoting.transport.bisocket.ssl.SSLBisocketTestCase(java_serialization)
testControlConnectionFailureBeforeFirstCallbackorg.jboss.test.remoting.transport.bisocket.ssl.SSLBisocketTestCase(jboss_serialization)
testStartorg.jboss.test.remoting.transport.multiplex.ssl.serversocketrefresh.TestCase(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)
testForLeaksorg.jboss.test.remoting.transport.bisocket.BisocketTestCase(java_serialization)
testForLeaksorg.jboss.test.remoting.transport.bisocket.BisocketTestCase(jboss_serialization)
testForLeaksorg.jboss.test.remoting.transport.bisocket.ssl.SSLBisocketTestCase(java_serialization)
testForLeaksorg.jboss.test.remoting.transport.bisocket.ssl.SSLBisocketTestCase(jboss_serialization)
 

 Modifications since last build:  (first 50 of 8)
1.1.2.13modifiedrsigalsrc/main/org/jboss/remoting/transport/bisocket/BisocketServerInvoker.javaJBREM-722: Constant MAX_INITIAL_ATTEMPTS was omitted from previous commit.
1.5.4.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/socket/ssl/serversocketrefresh/TestClient.javaJBREM-654: Added logging.
1.7.4.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/socket/ssl/serversocketrefresh/TestServer.javaJBREM-654: Added logging.
1.1.2.10modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.javaJBREM-721, JBREM-723: Added new unit tests.
1.30.2.12modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/SocketServerInvoker.javaJBREM-654: Updated previous fix to NPE problem.
1.1.2.12modifiedrsigalsrc/main/org/jboss/remoting/transport/bisocket/BisocketServerInvoker.javaJBREM-721, JBREM-722, JBREM-723: (1) Made ControlMonitorTimerTask static; (2) added destroyControlConnection(); (3) handleInternalInvocation() looks for REMOVECLIENTLISTENER messages; (4) ControlConnectionThread gives a new control connection 5 ping cycles before declaring it nonfunctional.
1.1.2.11modifiedrsigalsrc/main/org/jboss/remoting/transport/bisocket/BisocketServerInvoker.javaJBREM-721, JBREM-722, JBREM-723: (1) Made ControlMonitorTimerTask static; (2) added destroyControlConnection(); (3) handleInternalInvocation() looks for REMOVECLIENTLISTENER messages; (4) ControlConnectionThread gives a new control connection 5 ping cycles before declaring it nonfunctional.
1.8.2.12modifiedrsigalsrc/main/org/jboss/remoting/LeasePinger.javaJBREM-721: Made LeaseTimerrTask a static class that sets its LeasePinger reference to null when cancelled.