Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 21C86200B40 for ; Fri, 17 Jun 2016 03:03:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2040E160A52; Fri, 17 Jun 2016 01:03:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1B242160A51 for ; Fri, 17 Jun 2016 03:03:49 +0200 (CEST) Received: (qmail 5053 invoked by uid 500); 17 Jun 2016 01:03:49 -0000 Mailing-List: contact notifications-help@asterixdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@asterixdb.apache.org Delivered-To: mailing list notifications@asterixdb.apache.org Received: (qmail 5038 invoked by uid 99); 17 Jun 2016 01:03:49 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2016 01:03:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id D6B97C1894 for ; Fri, 17 Jun 2016 01:03:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.919 X-Spam-Level: X-Spam-Status: No, score=0.919 tagged_above=-999 required=6.31 tests=[SPF_FAIL=0.919] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id nDXImtrvhahz for ; Fri, 17 Jun 2016 01:03:47 +0000 (UTC) Received: from unhygienix.ics.uci.edu (unhygienix.ics.uci.edu [128.195.14.130]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTP id A70105F1B3 for ; Fri, 17 Jun 2016 01:03:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by unhygienix.ics.uci.edu (Postfix) with ESMTP id CA7A02410D2; Thu, 16 Jun 2016 18:03:33 -0700 (PDT) Date: Thu, 16 Jun 2016 18:03:33 -0700 From: "Michael Blow (Code Review)" Message-ID: Reply-To: michael.blow@couchbase.com X-Gerrit-MessageType: newchange Subject: Change in asterixdb[master]: Don't Start Stop Hyracks Cluster When -DskipTests X-Gerrit-Change-Id: Ifdde6b78fe1b0e9ac76b91a32bff279a1814db51 X-Gerrit-ChangeURL: X-Gerrit-Commit: 6d7c6f4c02270f9a4a5955e5476e3f338e62589e MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.8.4 To: undisclosed-recipients:; archived-at: Fri, 17 Jun 2016 01:03:51 -0000 Michael Blow has uploaded a new change for review. https://asterix-gerrit.ics.uci.edu/931 Change subject: Don't Start Stop Hyracks Cluster When -DskipTests ...................................................................... Don't Start Stop Hyracks Cluster When -DskipTests Wrap starting / stopping Hyracks cluster in profile which is disabled when 'skipTests' is set. Change-Id: Ifdde6b78fe1b0e9ac76b91a32bff279a1814db51 --- M hyracks-fullstack/hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml M hyracks-fullstack/hyracks/hyracks-examples/text-example/textserver/pom.xml 2 files changed, 161 insertions(+), 133 deletions(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/31/931/1 diff --git a/hyracks-fullstack/hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml b/hyracks-fullstack/hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml index b69b280..63d01ad 100644 --- a/hyracks-fullstack/hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml +++ b/hyracks-fullstack/hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml @@ -81,69 +81,6 @@ - org.apache.hyracks - hyracks-virtualcluster-maven-plugin - 0.2.18-SNAPSHOT - - ${basedir}/target/hyracks-shutdown-test-${project.version}-binary-assembly - ${jvm.extraargs} - - - - hyracks-cc-start - pre-integration-test - - start-cc - - - - hyracks-nc1-start - pre-integration-test - - start-nc - - - NC1 - 127.0.0.1 - localhost - - - - hyracks-nc2-start - pre-integration-test - - start-nc - - - NC2 - 127.0.0.1 - localhost - - - - stop-services - post-integration-test - - stop-services - - - - - - org.apache.maven.plugins - maven-failsafe-plugin - 2.8.1 - - - it - integration-test - - integration-test - - - - - org.apache.maven.plugins maven-deploy-plugin @@ -152,6 +89,83 @@ + + + run-tests + + + !skipTests + + + + + + org.apache.hyracks + hyracks-virtualcluster-maven-plugin + 0.2.18-SNAPSHOT + + ${basedir}/target/hyracks-shutdown-test-${project.version}-binary-assembly + ${jvm.extraargs} + + + + hyracks-cc-start + pre-integration-test + + start-cc + + + + hyracks-nc1-start + pre-integration-test + + start-nc + + + NC1 + 127.0.0.1 + localhost + + + + hyracks-nc2-start + pre-integration-test + + start-nc + + + NC2 + 127.0.0.1 + localhost + + + + stop-services + post-integration-test + + stop-services + + + + + + org.apache.maven.plugins + maven-failsafe-plugin + 2.8.1 + + + it + integration-test + + integration-test + + + + + + + + junit diff --git a/hyracks-fullstack/hyracks/hyracks-examples/text-example/textserver/pom.xml b/hyracks-fullstack/hyracks/hyracks-examples/text-example/textserver/pom.xml index f9dc917..babc01e 100644 --- a/hyracks-fullstack/hyracks/hyracks-examples/text-example/textserver/pom.xml +++ b/hyracks-fullstack/hyracks/hyracks-examples/text-example/textserver/pom.xml @@ -79,78 +79,92 @@ - - org.apache.hyracks - hyracks-virtualcluster-maven-plugin - 0.2.18-SNAPSHOT - - ${basedir}/target/textserver-${project.version}-binary-assembly - ${jvm.extraargs} - - - - hyracks-cc-start - pre-integration-test - - start-cc - - - - hyracks-nc1-start - pre-integration-test - - start-nc - - - NC1 - 127.0.0.1 - localhost - - - - hyracks-nc2-start - pre-integration-test - - start-nc - - - NC2 - 127.0.0.1 - localhost - - - - stop-services - post-integration-test - - stop-services - - - - - - org.apache.maven.plugins - maven-failsafe-plugin - 2.8.1 - - - it - integration-test - - integration-test - - - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - + + + run-tests + + + !skipTests + + + + + + org.apache.hyracks + hyracks-virtualcluster-maven-plugin + 0.2.18-SNAPSHOT + + ${basedir}/target/textserver-${project.version}-binary-assembly + ${jvm.extraargs} + + + + hyracks-cc-start + pre-integration-test + + start-cc + + + + hyracks-nc1-start + pre-integration-test + + start-nc + + + NC1 + 127.0.0.1 + localhost + + + + hyracks-nc2-start + pre-integration-test + + start-nc + + + NC2 + 127.0.0.1 + localhost + + + + stop-services + post-integration-test + + stop-services + + + + + + org.apache.maven.plugins + maven-failsafe-plugin + 2.8.1 + + + it + integration-test + + integration-test + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + + + junit -- To view, visit https://asterix-gerrit.ics.uci.edu/931 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ifdde6b78fe1b0e9ac76b91a32bff279a1814db51 Gerrit-PatchSet: 1 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Michael Blow