[jboss-cvs] JBoss Messaging SVN: r7562 - 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 05:04:28 EDT 2009


Author: gaohoward
Date: 2009-07-13 05:04:28 -0400 (Mon, 13 Jul 2009)
New Revision: 7562

Modified:
   branches/Branch_1_4/tests/src/org/jboss/test/messaging/core/RotatingIDTest.java
Log:
JBMESSAGING-1682
increase the num of ids to gen to avoid divided by zero error on fast machines.


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 04:05:18 UTC (rev 7561)
+++ branches/Branch_1_4/tests/src/org/jboss/test/messaging/core/RotatingIDTest.java	2009-07-13 09:04:28 UTC (rev 7562)
@@ -119,7 +119,7 @@
 
       long beginTm = System.currentTimeMillis();
       
-      final int NUM_IDS = 2345678;
+      final int NUM_IDS = 4096000;
       
       for (int i = 0; i < NUM_IDS; i++)
       {




More information about the jboss-cvs-commits mailing list