[jboss-cvs] JBossAS SVN: r79557 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 15 18:20:01 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-10-15 18:20:00 -0400 (Wed, 15 Oct 2008)
New Revision: 79557

Modified:
   trunk/testsuite/build.xml
Log:
Run classloader leak tests last

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2008-10-15 21:08:43 UTC (rev 79556)
+++ trunk/testsuite/build.xml	2008-10-15 22:20:00 UTC (rev 79557)
@@ -954,10 +954,14 @@
       <antcall target="tests-aop-scoped"/>
       <antcall target="jrmp-invoker-tests"/>
       <antcall target="pooled-invoker-tests"/>
+      <antcall target="tests-clustered-profileservice"/>
+      <antcall target="tests-web-profile"/>
+   	
+      <!-- NOTE: Run the classloader leak tests last as they can be
+                 disruptive to the overall run if there are failures. -->
       <antcall target="tests-classloader-leak"/>
       <antcall target="tests-clustered-classloader-leak"/>
-      <antcall target="tests-clustered-profileservice"/>
-      <antcall target="tests-web-profile"/>
+   	
       <antcall target="tests-report"/>
       <!-- JBAS-5918 https://issues.apache.org/bugzilla/show_bug.cgi?id=41368 
       <record name="${basedir}/output/tests.log" action="stop"/>




More information about the jboss-cvs-commits mailing list