From 9d233aeaf0b68bcb77f4622c21ec4995d79ad6bd Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Fri, 3 Jul 2015 12:20:35 -0400 Subject: [PATCH] use external test cluster for integration tests --- core/pom.xml | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 8 +++-- 2 files changed, 95 insertions(+), 2 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 349560df802..b17398efa74 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -1053,9 +1053,98 @@ + + + org.apache.maven.plugins + maven-antrun-plugin + + + + integ-setup + pre-integration-test + + run + + + + + + + + + + + + + + Starting up external cluster... + + + + + + + + + + + + + External cluster started + + + + + + integ-teardown + post-integration-test + + run + + + + + + + + + + + + + + + + + Shutting down external cluster + + + + + + + + + + + + + + + + org.apache.maven.plugins maven-failsafe-plugin + + + 127.0.0.1:9300 + + diff --git a/pom.xml b/pom.xml index e8f020ce00b..fc48c8b7250 100644 --- a/pom.xml +++ b/pom.xml @@ -717,10 +717,14 @@ - run-tests - integration-test + integration-test integration-test + + + + verify + verify