[jboss-cvs] JBoss Messaging SVN: r2691 - in trunk/tests: src/org/jboss/test/messaging/jms/crash and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue May 15 13:59:34 EDT 2007
Author: clebert.suconic at jboss.com
Date: 2007-05-15 13:59:34 -0400 (Tue, 15 May 2007)
New Revision: 2691
Removed:
trunk/tests/src/org/jboss/test/messaging/jms/crash/simultaneousfailure/
Modified:
trunk/tests/build.xml
Log:
Removing non used tests
Modified: trunk/tests/build.xml
===================================================================
--- trunk/tests/build.xml 2007-05-15 17:57:26 UTC (rev 2690)
+++ trunk/tests/build.xml 2007-05-15 17:59:34 UTC (rev 2691)
@@ -869,94 +869,6 @@
</target>
- <!-- Temporary crash debug -->
- <target name="crash-tmp1" depends="tests-jar, prepare-testdirs, clear-test-logs">
- <java classname="org.jboss.test.messaging.tools.jmx.rmi.RMITestServer" fork="true">
- <sysproperty key="module.output" value="${tests.output}"/>
- <sysproperty key="test.logfile.suffix" value="tmp-server"/>
- <sysproperty key="test.bind.address" value="${test.bind.address}"/>
- <sysproperty key="test.database" value="${functional.tests.database}"/>
- <sysproperty key="test.serialization" value="${functional.tests.serialization}"/>
- <sysproperty key="test.remoting" value="${test.remoting}"/>
- <sysproperty key="java.net.preferIPv4Stack" value="true"/>
- <sysproperty key="objectstore.dir" value="${objectstore.dir}"/>
- <!--
- <jvmarg line="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_shmem,server=y,suspend=y,address=rmiserver"/>
- -->
- <arg value="-startAll"/>
- <classpath refid="test.execution.classpath"/>
- </java>
- </target>
-
- <!-- Temporary crash debug -->
- <target name="crash-tmp2" depends="tests-jar, prepare-testdirs">
-
- <java classname="org.jboss.test.messaging.jms.crash.simultaneousfailure.FailingClient" >
- <sysproperty key="module.output" value="${tests.output}"/>
- <sysproperty key="test.logfile.suffix" value="crash-client"/>
- <sysproperty key="test.bind.address" value="${test.bind.address}"/>
- <sysproperty key="test.database" value="${functional.tests.database}"/>
- <sysproperty key="test.serialization" value="${functional.tests.serialization}"/>
- <sysproperty key="test.remoting" value="${test.remoting}"/>
- <sysproperty key="remote" value="true"/>
- <sysproperty key="java.net.preferIPv4Stack" value="true"/>
- <sysproperty key="objectstore.dir" value="${objectstore.dir}"/>
- <!--
- <jvmarg line="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_shmem,server=y,suspend=y,address=rmiserver"/>
- -->
- <classpath refid="test.execution.classpath"/>
- </java>
- </target>
-
-
-
- <!-- Temporary crash debug -->
- <target name="crash-tmp3" depends="tests-jar, prepare-testdirs">
- <antcall target="crash-test">
- <param name="crash.test.name" value="org.jboss.test.messaging.jms.crash.simultaneousfailure.SimultaneousFailureTest"/>
- </antcall>
-
- </target>
-
- <!-- This test is disabled until we can implement http://jira.jboss.org/jira/browse/JBMESSAGING-928 properly -->
- <target name="simultaneous-crash" depends="tests-jar, prepare-testdirs, clear-test-logs">
- <antcall target="stop-rmi-server"/>
-
- <antcall target="start-rmi-server-with-allconfig">
- <param name="remote.server.test.logfile.suffix" value="multiple-crash"/>
- </antcall>
-
- <sleep seconds="20"/>
-
-
- <java classname="org.jboss.test.messaging.jms.crash.simultaneousfailure.FailingClient" fork="true" spawn="true">
- <sysproperty key="module.output" value="${tests.output}"/>
- <sysproperty key="test.logfile.suffix" value="crash-client"/>
- <sysproperty key="test.bind.address" value="${test.bind.address}"/>
- <sysproperty key="test.database" value="${functional.tests.database}"/>
- <sysproperty key="test.serialization" value="${functional.tests.serialization}"/>
- <sysproperty key="test.remoting" value="${test.remoting}"/>
- <sysproperty key="remote" value="true"/>
- <sysproperty key="java.net.preferIPv4Stack" value="true"/>
- <sysproperty key="objectstore.dir" value="${objectstore.dir}"/>
- <!--
- <jvmarg line="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_shmem,server=y,suspend=y,address=rmiserver"/>
- -->
- <classpath refid="test.execution.classpath"/>
- </java>
-
- <antcall target="crash-test">
- <param name="crash.test.name" value="org.jboss.test.messaging.jms.crash.simultaneousfailure.SimultaneousFailureTest"/>
- </antcall>
-
-
-
-
- <sleep seconds="120"/>
-
- <antcall target="stop-rmi-server"/>
- </target>
-
<target name="crash-tests" depends="tests-jar, prepare-testdirs, clear-test-logs"
description="Runs crash tests">
More information about the jboss-cvs-commits
mailing list