[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Excluded failover tests

timfox do-not-reply at jboss.com
Tue Mar 31 03:45:54 EDT 2009


I was puzzled that the failover tests weren't running on Hudson. On investigation I found this, committed about a week ago:


  | Modified: trunk/build-messaging.xml
  | ===================================================================
  | --- trunk/build-messaging.xml	2009-03-23 16:02:12 UTC (rev 6142)
  | +++ trunk/build-messaging.xml	2009-03-23 16:10:07 UTC (rev 6143)
  | @@ -1145,7 +1145,7 @@
  |        <antcall inheritall="true" inheritrefs="true" target="tests">
  |           <param name="tests.param" value="**/org/jboss/messaging/tests/unit/**/*${test-mask}.class"/>
  |           <!-- if tests.validate.error is defined, it will fail the build in case of any test failure -->
  | -         <param name="tests.validate.error" value="Defined!"/>
  | +         <!-- <param name="tests.validate.error" value="Defined!"/> -->
  |        </antcall>
  |     </target>
  |  
  | @@ -1191,7 +1191,7 @@
  |              <formatter type="plain" usefile="${junit.formatter.usefile}"/>
  |              <fileset dir="${test.classes.dir}">
  |                 <include name="${tests.param}"/>
  | -               <exclude name="**/LargeMessageMultiThreadFailoverTest.class" />
  | +               <exclude name="**/*Failover*.class" />
  |              </fileset>
  |           </batchtest>
  |        </junit>
  | 

:(

Please guys, be more careful. We have had too many cases of comment out tests/exclusions/other stuff making it into svn from your local workspaces.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222219#4222219

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222219



More information about the jboss-dev-forums mailing list