[hornetq-commits] JBoss hornetq SVN: r8180 - in trunk: tests/src/org/hornetq/tests/integration/cluster/failover and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Nov 2 06:19:12 EST 2009


Author: timfox
Date: 2009-11-02 06:19:12 -0500 (Mon, 02 Nov 2009)
New Revision: 8180

Modified:
   trunk/src/main/org/hornetq/core/settings/impl/AddressSettings.java
   trunk/tests/src/org/hornetq/tests/integration/cluster/failover/AsynchronousFailoverTest.java
Log:
changed default to PAGE and asynchronous iterations to 1 so suite runs through

Modified: trunk/src/main/org/hornetq/core/settings/impl/AddressSettings.java
===================================================================
--- trunk/src/main/org/hornetq/core/settings/impl/AddressSettings.java	2009-11-02 10:20:08 UTC (rev 8179)
+++ trunk/src/main/org/hornetq/core/settings/impl/AddressSettings.java	2009-11-02 11:19:12 UTC (rev 8180)
@@ -36,7 +36,7 @@
 
    public static final int DEFAULT_MAX_SIZE_BYTES = -1;
 
-   public static final AddressFullMessagePolicy DEFAULT_ADDRESS_FULL_MESSAGE_POLICY = AddressFullMessagePolicy.BLOCK;
+   public static final AddressFullMessagePolicy DEFAULT_ADDRESS_FULL_MESSAGE_POLICY = AddressFullMessagePolicy.PAGE;
 
    public static final int DEFAULT_PAGE_SIZE = 10 * 1024 * 1024;
    

Modified: trunk/tests/src/org/hornetq/tests/integration/cluster/failover/AsynchronousFailoverTest.java
===================================================================
--- trunk/tests/src/org/hornetq/tests/integration/cluster/failover/AsynchronousFailoverTest.java	2009-11-02 10:20:08 UTC (rev 8179)
+++ trunk/tests/src/org/hornetq/tests/integration/cluster/failover/AsynchronousFailoverTest.java	2009-11-02 11:19:12 UTC (rev 8180)
@@ -120,7 +120,7 @@
 
    private void runTest(final TestRunner runnable) throws Exception
    {
-      final int numIts = 10;
+      final int numIts = 1;
       
       DelegatingSession.debug = true;
 



More information about the hornetq-commits mailing list