[jboss-cvs] JBoss Messaging SVN: r7565 - branches/Branch_1_4/tests/src/org/jboss/test/messaging/core.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 13 07:07:46 EDT 2009


Author: gaohoward
Date: 2009-07-13 07:07:46 -0400 (Mon, 13 Jul 2009)
New Revision: 7565

Modified:
   branches/Branch_1_4/tests/src/org/jboss/test/messaging/core/RotatingIDTest.java
Log:
JBMESSAGING-1682
test tuning


Modified: branches/Branch_1_4/tests/src/org/jboss/test/messaging/core/RotatingIDTest.java
===================================================================
--- branches/Branch_1_4/tests/src/org/jboss/test/messaging/core/RotatingIDTest.java	2009-07-13 11:01:16 UTC (rev 7564)
+++ branches/Branch_1_4/tests/src/org/jboss/test/messaging/core/RotatingIDTest.java	2009-07-13 11:07:46 UTC (rev 7565)
@@ -218,7 +218,7 @@
 
    }
    
-   //50 generators, each generating 200,000 ids, 
+   //50 generators, each generating 100,000 ids, 
    //check uniqueness of those ids
    public void testIDConflict() throws Exception
    {
@@ -270,7 +270,7 @@
       
       public void run()
       {
-         for (int i = 0; i < 200000 && notFail(); i++)
+         for (int i = 0; i < 100000 && notFail(); i++)
          {
             long id = idGen.getID();
             if (holder.get(id) != null)




More information about the jboss-cvs-commits mailing list