[jboss-cvs] JBoss Messaging SVN: r6679 - trunk/tests/src/org/jboss/messaging/tests/integration/client.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 5 19:58:08 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-05-05 19:58:08 -0400 (Tue, 05 May 2009)
New Revision: 6679

Modified:
   trunk/tests/src/org/jboss/messaging/tests/integration/client/ConsumerWindowSizeTest.java
Log:
We can't guarantee round-robin on LargeMessages and no-credits.
If the serverConsumer receives a Message while a LargeMessage is being delivered, the message will be sent to the next consumer that is not busy. so the test being removed as it is invalid

Modified: trunk/tests/src/org/jboss/messaging/tests/integration/client/ConsumerWindowSizeTest.java
===================================================================
--- trunk/tests/src/org/jboss/messaging/tests/integration/client/ConsumerWindowSizeTest.java	2009-05-05 23:41:02 UTC (rev 6678)
+++ trunk/tests/src/org/jboss/messaging/tests/integration/client/ConsumerWindowSizeTest.java	2009-05-05 23:58:08 UTC (rev 6679)
@@ -861,11 +861,6 @@
       testNoWindowRoundRobin(false);
    }
 
-   public void testNoWindowRoundRobinLargeMessage() throws Exception
-   {
-      testNoWindowRoundRobin(true);
-   }
-
    private void testNoWindowRoundRobin(final boolean largeMessages) throws Exception
    {
 




More information about the jboss-cvs-commits mailing list