[hornetq-commits] JBoss hornetq SVN: r8465 - trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Nov 30 06:04:51 EST 2009


Author: jmesnil
Date: 2009-11-30 06:04:51 -0500 (Mon, 30 Nov 2009)
New Revision: 8465

Modified:
   trunk/build-hornetq.xml
Log:
exclude all failover tests for cluster with backup as they hang on hudson

Modified: trunk/build-hornetq.xml
===================================================================
--- trunk/build-hornetq.xml	2009-11-30 10:44:49 UTC (rev 8464)
+++ trunk/build-hornetq.xml	2009-11-30 11:04:51 UTC (rev 8465)
@@ -1226,6 +1226,7 @@
             <fileset dir="${test.classes.dir}">            
                <!-- exlcuded because of https://jira.jboss.org/jira/browse/HORNETQ-65 -->
                <exclude name="**/cluster/failover/*StaticClusterWithBackupFailoverTest.class" />
+               <exclude name="**/cluster/failover/*WithBackupFailoverTest.class" />
                <include name="${tests.param}"/>
             </fileset>
          </batchtest>



More information about the hornetq-commits mailing list