[jboss-cvs] JBoss Messaging SVN: r1969 - in branches/Branch_1_0_1_SP: tests/src/org/jboss/test/messaging/util and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 16 09:25:45 EST 2007


Author: ovidiu.feodorov at jboss.com
Date: 2007-01-16 09:25:37 -0500 (Tue, 16 Jan 2007)
New Revision: 1969

Modified:
   branches/Branch_1_0_1_SP/lib/jboss-remoting.jar
   branches/Branch_1_0_1_SP/tests/src/org/jboss/test/messaging/util/RemotingTest.java
Log:
http://jira.jboss.org/jira/browse/JBMESSAGING-748: latest remoting jar containing the fix for http://jira.jboss.org/jira/browse/JBREM-666. Should be replaced with Alpha5 soon

Modified: branches/Branch_1_0_1_SP/lib/jboss-remoting.jar
===================================================================
(Binary files differ)

Modified: branches/Branch_1_0_1_SP/tests/src/org/jboss/test/messaging/util/RemotingTest.java
===================================================================
--- branches/Branch_1_0_1_SP/tests/src/org/jboss/test/messaging/util/RemotingTest.java	2007-01-16 07:31:34 UTC (rev 1968)
+++ branches/Branch_1_0_1_SP/tests/src/org/jboss/test/messaging/util/RemotingTest.java	2007-01-16 14:25:37 UTC (rev 1969)
@@ -250,7 +250,10 @@
    }
 
    /**
-    * See http://jira.jboss.org/jira/browse/JBMESSAGING-748
+    * See http://jira.jboss.org/jira/browse/JBMESSAGING-748.
+    *
+    * This test should always pass (we're not testing potential failure conditions), but it produces
+    * useful server-side logs.
     */
    public void testServerLockup() throws Throwable
    {
@@ -302,7 +305,7 @@
       final Slot rendezVous = new Slot();
 
       // create a second "real" connection and send an invocation from a different thread,
-      // simulating a real client trying to connect. This will block forever.
+      // simulating a real client trying to connect.
 
       new Thread(new Runnable()
       {
@@ -334,7 +337,7 @@
 
 
       // wait for the honest invoker to finish its invocation
-      Boolean b = (Boolean)rendezVous.poll(15000);
+      Boolean b = (Boolean)rendezVous.poll(10000);
       assertNotNull(b);
    }
 




More information about the jboss-cvs-commits mailing list