[jboss-remoting-commits] JBoss Remoting SVN: r5489 - remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Tue Sep 15 22:57:29 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-09-15 22:57:28 -0400 (Tue, 15 Sep 2009)
New Revision: 5489

Modified:
   remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java
Log:
JBREM-1147: Disabled testControlConnectionFailureBeforeFirstCallback() since improvements for JBREM-1147 eliminate the expected failure.

Modified: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java	2009-09-16 00:47:58 UTC (rev 5488)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java	2009-09-16 02:57:28 UTC (rev 5489)
@@ -1623,7 +1623,14 @@
    }
    
    
-   public void testControlConnectionFailureBeforeFirstCallback() throws Throwable
+   /**
+    * Disabling this test because recent changes to BisocketClientInvoker 
+    * (JBREM-1147: "BisocketClientInvoker.createSocket() in callback mode should check for replaced control socket")
+    * allow better recovery, so that the failure expected in this test doesn't occur.
+    * 
+    * @throws Throwable
+    */
+   public void DISABLEDtestControlConnectionFailureBeforeFirstCallback() throws Throwable
    {
       log.info("entering " + getName());
       String host = InetAddress.getLocalHost().getHostName();



More information about the jboss-remoting-commits mailing list