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 06:32:40 |
Time to build: 212 minutes 42 seconds |
Last changed: 08/31/2007 02:49:29 |
Last log entry: JBREM-771: New unit test. |
Unit Tests: (1311) Total Errors and Failures: (32) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Modifications since last build: (first 50 of 16) | ||||
1.1.4.2 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/socket/socketpool/ConnectionPoolClearanceTestCase.java | JBREM-771: New unit test. |
1.1.2.2 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/bisocket/TimerReuseTestCase.java | Synchronizing 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.2 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/bisocket/ServerTimerReuseTestCase.java | JBREM-778: New unit test. |
1.1.4.2 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/bisocket/SeparateControlSocketsTestCase.java | JBREM-784: New unit test. |
1.1.6.2 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/bisocket/SecondaryServerSocketTestCase.java | Synchronizing 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.2 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/bisocket/CloseControlSocketTestCase.java | JBREM-774: New unit test. |
1.1.4.2 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/bisocket/CallbackDisconnectTestCase.java | Synchronizing 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.2 | modified | rsigal | src/tests/org/jboss/test/remoting/lease/synchronization/MultipleClientSynchronizationTestCase.java | Synchronizing with branch remoting_2_2_0_GA: JBREM-783: Uses a counter to determine if clients are disconnected. |
1.1.6.2 | modified | rsigal | src/tests/org/jboss/test/remoting/callback/pull/UniqueCallbackPollerTestCase.java | JBREM-743: New unit test. |
1.30.2.13 | modified | rsigal | src/main/org/jboss/remoting/transport/socket/SocketServerInvoker.java | Synchronizing 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.10 | modified | rsigal | src/main/org/jboss/remoting/transport/socket/SocketWrapper.java | JBREM-781: Made getSocket() public. |
1.29.2.24 | modified | rsigal | src/main/org/jboss/remoting/transport/socket/ServerThread.java | Synchronizing 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.34 | modified | rsigal | src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java | JBREM-775: Synchronized reference to pool in initPool(). |
1.8.4.3 | modified | rsigal | src/main/org/jboss/remoting/transport/servlet/ServletServerInvoker.java | Synchronizing with branch remoting_2_2_0_GA: JBREM-714: Added special handling for VersionedMarshaller/VersionedUnMarshaller. |
1.1.2.25 | modified | rsigal | src/main/org/jboss/remoting/transport/bisocket/BisocketServerInvoker.java | Synchronized 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.24 | modified | rsigal | src/main/org/jboss/remoting/transport/bisocket/BisocketServerInvoker.java | JBREM-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. |