From 4619e71af131054e2c6865e7c6fce0420f8d67e8 Mon Sep 17 00:00:00 2001 From: jaymode Date: Wed, 15 Jul 2015 13:31:12 -0400 Subject: [PATCH] remove dependency on license zip in test scope and update integration test xml Original commit: elastic/x-pack-elasticsearch@c7b4f67b3fa01fea1ea86aa6bce2d76d494a7678 --- shield/dev-tools/integration-tests.xml | 69 ++++++++----------------- shield/pom.xml | 42 +++++++++++---- watcher/dev-tools/integration-tests.xml | 43 ++------------- watcher/pom.xml | 36 ++++++++++--- 4 files changed, 86 insertions(+), 104 deletions(-) diff --git a/shield/dev-tools/integration-tests.xml b/shield/dev-tools/integration-tests.xml index 1a35a802fcf..b4b6c99728b 100644 --- a/shield/dev-tools/integration-tests.xml +++ b/shield/dev-tools/integration-tests.xml @@ -3,59 +3,34 @@ - - - - - - + + + + + + Starting up external cluster... + - - - - - - - - - - Installing license plugin... - - - - - - Installing plugin ${project.artifactId}... - - - - Starting up external cluster... - - - - - - - - - + + + External cluster started PID ${integ.pid} + + + + + + + + + - - - - External cluster started PID ${integ.pid} diff --git a/shield/pom.xml b/shield/pom.xml index 881460f17c3..8220a354574 100644 --- a/shield/pom.xml +++ b/shield/pom.xml @@ -17,8 +17,8 @@ indices.get/10_basic/*allow_no_indices*,cat.count/10_basic/Test cat count output,cat.aliases/10_basic/Empty cluster,indices.segments/10_basic/no segments test,indices.clear_cache/10_basic/clear_cache test,indices.status/10_basic/Indices status test,cat.indices/10_basic/Test cat indices output,cat.recovery/10_basic/Test cat recovery output,cat.shards/10_basic/Test cat shards output,termvector/20_issue7121/*,index/10_with_id/Index with ID,indices.get_alias/20_emtpy/*,cat.segments/10_basic/Test cat segments output,indices.put_settings/10_basic/Test indices settings allow_no_indices,indices.put_settings/10_basic/Test indices settings ignore_unavailable,indices.refresh/10_basic/Indices refresh test no-match wildcard,indices.stats/10_index/Index - star*,indices.recovery/10_basic/Indices recovery test*,template/30_render_search_template/* - - ${basedir}/dev-tools/integration-tests.xml + + ${basedir}/dev-tools/integration-tests.xml @@ -36,14 +36,6 @@ test - - org.elasticsearch - elasticsearch-license-plugin - ${project.version} - zip - test - - org.elasticsearch @@ -87,6 +79,36 @@ org.apache.maven.plugins maven-eclipse-plugin + + + org.apache.maven.plugins + maven-dependency-plugin + + + integ-setup-dependencies + pre-integration-test + + copy + + + + + org.elasticsearch + elasticsearch-license-plugin + ${project.version} + zip + true + + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + diff --git a/watcher/dev-tools/integration-tests.xml b/watcher/dev-tools/integration-tests.xml index ad09092e52f..45de62992c3 100644 --- a/watcher/dev-tools/integration-tests.xml +++ b/watcher/dev-tools/integration-tests.xml @@ -3,44 +3,9 @@ - - - - - - - - - - - - - - - - - Installing license plugin... - - - - - - Installing plugin ${project.artifactId}... - - - - Starting up external cluster... - - - - - - - - External cluster started PID ${integ.pid} + + + + diff --git a/watcher/pom.xml b/watcher/pom.xml index fdbef37b908..cb3ec8d749c 100644 --- a/watcher/pom.xml +++ b/watcher/pom.xml @@ -43,14 +43,6 @@ test - - org.elasticsearch - elasticsearch-license-plugin - ${project.version} - zip - test - - @@ -139,6 +131,34 @@ org.apache.maven.plugins maven-assembly-plugin + + org.apache.maven.plugins + maven-dependency-plugin + + + integ-setup-dependencies + pre-integration-test + + copy + + + + + org.elasticsearch + elasticsearch-license-plugin + ${project.version} + zip + true + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin +