|
| 1.1.2.8 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/socket/oneway/OnewayConnectionManagerTestCase.java | JBREM-800: In testDefaultTimeoutWithTimeouts(), extended expected time within which oneway invocations return. |
| 1.4.10.1 | modified | rsigal | src/tests/org/jboss/test/remoting/oneway/OnewayInvokerClientTest.java | JBREM-800: Extended Thread.sleep() before checking for completion of oneway invocation. |
| 1.1.2.4 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/socket/ssl/timeout/SSLSocketPerInvocationTimeoutTestCase.java | JBREM-807, JBREM-821: Removed second invocation from testNewSocketTimeout() since ServerThreads become unusable when they shut down. |
| 1.1.2.20 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java | JBREM-800: Extended Thread.sleep() in internalSetUp(). |
| 1.7.4.1 | modified | rsigal | src/tests/org/jboss/test/remoting/stream/StreamingTestClient.java | JBREM-800: testStream() waits 5 seconds to give server invocation handler time to contact client side stream server. |
| 1.1.2.6 | modified | rsigal | src/tests/org/jboss/test/remoting/shutdown/ShutdownTestServer.java | JBREM-800: Extended Thread.sleep() in main(). |
| 1.1.2.5 | modified | rsigal | src/tests/org/jboss/test/remoting/shutdown/ShutdownTestParent.java | JBREM-800, JBREM-807, JBREM-821: (1) Adjusted timing; (2) added new unit test to verify that server can shut down even if client is alive. |
| 1.1.2.1 | modified | rsigal | src/tests/org/jboss/test/remoting/shutdown/OpenClient.java | JBREM-807, JBREM-821: Part of new unit test to verify that server can shut down even if client is alive. |
| 1.1.2.8 | modified | rsigal | src/tests/org/jboss/test/remoting/shutdown/AbstractClient.java | JBREM-800: Extended Thread.wait() in testShutdown(). |
| 1.29.2.25 | modified | rsigal | src/main/org/jboss/remoting/transport/socket/ServerThread.java | JBREM-807, JBREM-821: Reorganized synchronization during wakeup and shutdown. |
| 1.30.2.14 | modified | rsigal | src/main/org/jboss/remoting/transport/socket/SocketServerInvoker.java | JBREM-807, JBREM-821: Reorganized synchronization during wakeup and shutdown. |