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

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: 08/31/2007 11:25:48
Time to build: 106 minutes 16 seconds
Last changed: 08/31/2007 02:49:29
Last log entry: JBREM-771: New unit test.

 Unit Tests: (656)  Total Errors and Failures: (21)
testSerializableorg.jboss.test.remoting.marshall.encrypt.EncryptionStandaloneTestCase(java_serialization)
testWeatherHTTPInvocationorg.jboss.test.remoting.marshall.http.metadata.HTTPUnMarshallerMetadataTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.bisocket.ssl.builder.SSLBisocketInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.http.ssl.builder.HTTPSInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.multiplex.ssl.builder.SSLMultiplexInvokerTestCase(java_serialization)
testStartorg.jboss.test.remoting.transport.multiplex.ssl.serversocketrefresh.TestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.rmi.ssl.builder.RMIInvokerTestCase(java_serialization)
unknownorg.jboss.test.remoting.transport.socket.ssl.builder.SSLSocketInvokerTestCase(java_serialization)
testOnewayCallbackTimeoutorg.jboss.test.remoting.transport.socket.timeout.CallbackTimeoutTestCase(java_serialization)
unknownorg.jboss.test.remoting.callback.asynch.BisocketAsynchCallbackTestCase(java_serialization)
unknownorg.jboss.test.remoting.callback.push.unidirectional.http.HTTPCallbackPollTestCase(java_serialization)
unknownorg.jboss.test.remoting.detection.jndi.RestartTestCase(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)
testHangingClientorg.jboss.test.remoting.transport.bisocket.ssl.shutdown.SSLBisocketShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.multiplex.shutdown.MultiplexShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.multiplex.ssl.shutdown.SSLMultiplexShutdownTestCase(java_serialization)
testHangingClientorg.jboss.test.remoting.transport.socket.ssl.shutdown.SSLSocketShutdownTestCase(java_serialization)
testClosingClientorg.jboss.test.remoting.transport.socket.ssl.shutdown.SSLSocketShutdownTestCase(java_serialization)
 

 Modifications since last build:  (first 50 of 16)
1.1.4.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/socket/socketpool/ConnectionPoolClearanceTestCase.javaJBREM-771: New unit test.
1.1.2.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/bisocket/TimerReuseTestCase.javaSynchronizing with branch remoting_2_2_0_GA: JBREM-779: Added unit tests for replaceControlSocket(); in doTestNewControlConnectionTimerReuse(), wait to make sure PingTimerTask has been recreated; added new test methods.
1.1.6.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/bisocket/ServerTimerReuseTestCase.javaJBREM-778: New unit test.
1.1.4.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/bisocket/SeparateControlSocketsTestCase.javaJBREM-784: New unit test.
1.1.6.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/bisocket/SecondaryServerSocketTestCase.javaSynchronizing with branch remoting_2_2_0_GA: JBREM-749: Merged changes from branch 2_2_2_experimental: was called SecondaryPortTestCase. Added tests for connect address and connect port.
1.1.4.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/bisocket/CloseControlSocketTestCase.javaJBREM-774: New unit test.
1.1.4.2modifiedrsigalsrc/tests/org/jboss/test/remoting/transport/bisocket/CallbackDisconnectTestCase.javaSynchronizing with branch remoting_2_2_0_GA: JBREM-767: Unit test that verifies that BisocketClientInvoker.handleDisconnect() wakes up any threads blocked in createSocket()..
1.1.2.2modifiedrsigalsrc/tests/org/jboss/test/remoting/lease/synchronization/MultipleClientSynchronizationTestCase.javaSynchronizing with branch remoting_2_2_0_GA: JBREM-783: Uses a counter to determine if clients are disconnected.
1.1.6.2modifiedrsigalsrc/tests/org/jboss/test/remoting/callback/pull/UniqueCallbackPollerTestCase.javaJBREM-743: New unit test.
1.30.2.13modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/SocketServerInvoker.javaSynchronizing with branch remoting_2_2_0_GA: JBREM-766: Added shutdown() to ServerSocketRefresh thread so stopping thread no longer relies on interrupt.
1.8.10.10modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/SocketWrapper.javaJBREM-781: Made getSocket() public.
1.29.2.24modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/ServerThread.javaSynchronizing with branch remoting_2_2_0_GA: JBREM-766: In run() put wait() in a loop and no longer rethrows InterruptedException; JBREM-781: Responds to "$GET_CLIENT_LOCAL_ADDRESS$" request.
1.16.2.34modifiedrsigalsrc/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.javaJBREM-775: Synchronized reference to pool in initPool().
1.8.4.3modifiedrsigalsrc/main/org/jboss/remoting/transport/servlet/ServletServerInvoker.javaSynchronizing with branch remoting_2_2_0_GA: JBREM-714: Added special handling for VersionedMarshaller/VersionedUnMarshaller.
1.1.2.25modifiedrsigalsrc/main/org/jboss/remoting/transport/bisocket/BisocketServerInvoker.javaSynchronized with branch remoting_2_2_0_GA: JBREM-749: Made port of secondary ServerInvoker configurable; JBREM-749: (1) Added secondaryConnectPort; (2) gets host from InvokerLocator to create secondary InvokerLocator; JBREM-766: No longer rethrows InterruptedException in createControlConnection().
1.1.2.24modifiedrsigalsrc/main/org/jboss/remoting/transport/bisocket/BisocketServerInvoker.javaJBREM-761: Rearranged destroyControlConnection(); JBREM-778: start() creates a new Timer only when necessary; JBREM-784: Uses new RECREATE_CONTROL_SOCKET and uses new version of BisocketClientInvoker.transferSocket(). Added some logging.