From 7a9f74de8007f7a00860b1f0e4abeb5c4c672ccb Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Wed, 8 Jul 2015 00:04:27 -0400 Subject: [PATCH 1/2] print PID when starting ES in integ tests too. --- .../main/resources/ant/integration-tests.xml | 30 +++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/dev-tools/src/main/resources/ant/integration-tests.xml b/dev-tools/src/main/resources/ant/integration-tests.xml index 5e50481c594..a15aa406be3 100644 --- a/dev-tools/src/main/resources/ant/integration-tests.xml +++ b/dev-tools/src/main/resources/ant/integration-tests.xml @@ -37,8 +37,25 @@ + + + + + + + + + + + + + + + + + @@ -56,11 +73,17 @@ - External cluster started + + External cluster started PID ${integ.pid} + + + + + @@ -81,12 +104,15 @@ - External cluster started + + External cluster started PID ${integ.pid} + + From fcddec532aedbc132a39cef494ebd34205d80e66 Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Wed, 8 Jul 2015 00:10:25 -0400 Subject: [PATCH 2/2] Use extract-pid when killing, too --- dev-tools/src/main/resources/ant/integration-tests.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dev-tools/src/main/resources/ant/integration-tests.xml b/dev-tools/src/main/resources/ant/integration-tests.xml index a15aa406be3..35e94031bbf 100644 --- a/dev-tools/src/main/resources/ant/integration-tests.xml +++ b/dev-tools/src/main/resources/ant/integration-tests.xml @@ -113,13 +113,7 @@ - - - - - - - + Shutting down external cluster PID ${integ.pid}