From e6ac94fd75f6d1b174a66b722d863b323c75cf3e Mon Sep 17 00:00:00 2001 From: David Roazen Date: Thu, 28 Feb 2013 16:39:43 -0500 Subject: [PATCH] Experimental script to run tests using class-level parallelism on the farm -script to dispatch one farm job per test class and monitor jobs until completion -new ant target to run tests without doing ANY compilation or extra steps at all allows multiple instances of the test suite to share the same working directory --- build.xml | 34 ++++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index bb02c1ff1..2555227dc 100644 --- a/build.xml +++ b/build.xml @@ -1104,7 +1104,7 @@ - + @@ -1114,7 +1114,7 @@ - + @@ -1244,7 +1244,7 @@ listeners="org.testng.reporters.FailedReporter,org.testng.reporters.JUnitXMLReporter,org.broadinstitute.sting.TestNGTestTransformer,org.broadinstitute.sting.StingTextReporter,org.uncommons.reportng.HTMLReporter"> - + @@ -1287,7 +1287,7 @@ - + @@ -1442,4 +1442,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +