[jboss-cvs] JBoss Messaging SVN: r2577 - trunk/tests.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 17 09:54:55 EDT 2007


Author: timfox
Date: 2007-04-17 09:54:55 -0400 (Tue, 17 Apr 2007)
New Revision: 2577

Modified:
   trunk/tests/build.xml
Log:
Do not run test suite using HTTP transport - it is not sufficiently stable



Modified: trunk/tests/build.xml
===================================================================
--- trunk/tests/build.xml	2007-04-17 13:52:02 UTC (rev 2576)
+++ trunk/tests/build.xml	2007-04-17 13:54:55 UTC (rev 2577)
@@ -389,9 +389,15 @@
            default remoting configuration (bisocket)
       -->
       <antcall target="remote-tests"/>
+
+      <!-- We DO NOT run the test suite using the HTTP transport - it is not sufficiently stable
+
       <antcall target="remote-tests">
          <param name="test.remoting" value="http"/>
       </antcall>
+
+      -->
+
       <antcall target="clustering-tests"/>
 
    </target>
@@ -407,10 +413,7 @@
       <antcall target="remote-stress-tests"/> <!-- default remoting configuration (bisocket) -->
 
 
-      <!--
-          HTTP stress tests currently fail, so they have been commented out, since they fail.
-          To be fixed for 1.2.1.
-          http://jira.jboss.com/jira/browse/JBMESSAGING-857
+      <!-- We DO NOT run the test suite using the HTTP transport - it is not sufficiently stable
 
       <antcall target="remote-stress-tests">
          <param name="test.remoting" value="http"/>




More information about the jboss-cvs-commits mailing list