|
| 1.1.2.1 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/bisocket/shutdown/BisocketClosingClient.java | JBREM-807: Subclassed HangingClient and ClosingClient to add bisocket specific callback argument "isCallbackServer". |
| 1.1.2.1 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/bisocket/shutdown/BisocketHangingClient.java | JBREM-807: Subclassed HangingClient and ClosingClient to add bisocket specific callback argument "isCallbackServer". |
| 1.1.2.2 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/bisocket/shutdown/BisocketShutdownTestCase.java | JBREM-807: Subclassed HangingClient and ClosingClient to add bisocket specific callback argument "isCallbackServer". |
| 1.1.2.7 | modified | rsigal | src/tests/org/jboss/test/remoting/shutdown/AbstractClient.java | JBREM-807: Allows subclassing of ClosingClient and HangingClient so that transport specific callback arguments can be added. |
| 1.1.2.4 | modified | rsigal | src/tests/org/jboss/test/remoting/shutdown/ShutdownTestParent.java | JBREM-807: Allows subclassing of ClosingClient and HangingClient so that transport specific callback arguments can be added. |
| 1.1.2.7 | modified | rsigal | src/tests/org/jboss/test/remoting/timeout/QuickDisconnectClientParent.java | JBREM-800: Stretched out timing. |
| 1.1.2.3 | modified | rsigal | src/tests/org/jboss/test/remoting/timeout/QuickDisconnectServerParent.java | JBREM-800: Stretched out timing. |
| 1.1.2.4 | modified | rsigal | src/tests/org/jboss/test/remoting/callback/pull/blocking/BlockingPullCallbackTestCase.java | JBREM-800: Removed test for callback poller thread still being alive in testBlockingCallbackPollerShutdownServerConfig(). |
| 1.1.2.7 | modified | rsigal | src/tests/org/jboss/test/remoting/callback/asynch/AsynchCallbackTestClientRoot.java | JBREM-800: Wait longer for completion of callback |
| 1.13.4.6 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/web/WebInvokerTestClient.java | JBREM-800: (1) Moved oneway invocations to beginning of testPostInvocationSub() so they don't execute after the client has disconnected or server has shut down; (2) gave the oneway invocations their own copies of the metadata map with HEADER properties. |
| 1.1.2.7 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/socket/oneway/OnewayConnectionManagerTestCase.java | JBREM-800: Replaced busy waiting on go flag with synchronized waiting. |
| 1.1.2.5 | modified | rsigal | src/tests/org/jboss/test/remoting/oneway/OnewayThreadPoolTestCase.java | JBREM-800: Replace go flag busy wait with synchronized wait. |
| 1.1.2.6 | modified | rsigal | src/tests/org/jboss/test/remoting/callback/asynch/AsynchCallbackTestClientRoot.java | JBREM-800: In testAsynchronousCallbackServerSide(), extend Thread.sleep() before checking that callback has been processed. |
| 1.14.2.3 | modified | rsigal | src/main/org/jboss/remoting/detection/jndi/JNDIDetector.java | JBREM-846: checkRemoteDetectionMsg() no longer calls detect() in the case of a lost server. |
| 1.1.2.19 | modified | rsigal | src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java | JBREM-800: In internalSetUp(), give Connector more time (and multiple tries) to start, in case port is in use. |
| 1.1.2.6 | modified | rsigal | src/tests/org/jboss/test/remoting/lease/synchronization/MultipleClientSynchronizationTestCase.java | JBREM-800: Give invocations more time to complete. |
| 1.88.2.24 | modified | rsigal | /build.xml | JBREM-842: Excluded "org.jboss.test.remoting.detection.jndi.JNDIDetector2TestCase, which uses the multiplex transport. |