From a4289711e20d2f411a00c64f786b431596487779 Mon Sep 17 00:00:00 2001 From: Khalid Shakir Date: Sat, 1 Feb 2014 19:58:49 +0800 Subject: [PATCH] Distinct failsafe summary reports, just like invoker report directories. --- pom.xml | 5 +++++ public/package-tests/pom.xml | 2 ++ 2 files changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 0f2885b50..60b19f1b2 100644 --- a/pom.xml +++ b/pom.xml @@ -549,6 +549,8 @@ it overwrites the results of the previous invocation always with a zero exit status. Mixing in the test name into the reportsDirectory also avoids collisions, when different maven jobs run tests in parallel. + + Similarly generating unique failsafe summary reports to avoid collisions. --> @@ -584,6 +586,7 @@ true ${sting.packageintegrationtests.skipped} + ${project.build.directory}/failsafe-reports/integration/failsafe-summary-${it.test}.xml @@ -602,6 +605,7 @@ true ${sting.packagepipelinetests.skipped} + ${project.build.directory}/failsafe-reports/pipeline/failsafe-summary-${it.test}.xml @@ -620,6 +624,7 @@ true ${sting.packagelargescaletests.skipped} + ${project.build.directory}/failsafe-reports/largescale/failsafe-summary-${it.test}.xml diff --git a/public/package-tests/pom.xml b/public/package-tests/pom.xml index 5e3269d0f..62a1d570b 100644 --- a/public/package-tests/pom.xml +++ b/public/package-tests/pom.xml @@ -23,6 +23,7 @@ true true true + ${project.build.directory}/failsafe-reports/failsafe-summary.xml @@ -135,6 +136,7 @@ ${sting.packagetests.basedir} ${project.build.outputDirectory}/ignored_by_package_test ${sting.packagetests.testClasses} + ${failsafe.summaryFile} org.broadinstitute.sting:.*