From notifications-return-78800-archive-asf-public=cust-asf.ponee.io@asterixdb.apache.org Sat Jan 20 20:51:58 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id D1C2C18066D for ; Sat, 20 Jan 2018 20:51:58 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C1607160C38; Sat, 20 Jan 2018 19:51:58 +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 E0FEA160C28 for ; Sat, 20 Jan 2018 20:51:57 +0100 (CET) Received: (qmail 62836 invoked by uid 500); 20 Jan 2018 19:51:57 -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 62827 invoked by uid 99); 20 Jan 2018 19:51:57 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Jan 2018 19:51:57 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id A8F171A0517 for ; Sat, 20 Jan 2018 19:51:56 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.127 X-Spam-Level: ** X-Spam-Status: No, score=2.127 tagged_above=-999 required=6.31 tests=[MISSING_HEADERS=1.207, SPF_FAIL=0.919, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id OPCftt3x7nNt for ; Sat, 20 Jan 2018 19:51:55 +0000 (UTC) Received: from vitalstatistix.ics.uci.edu (vitalstatistix.ics.uci.edu [128.195.52.38]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D41355F3F0 for ; Sat, 20 Jan 2018 19:51:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vitalstatistix.ics.uci.edu (Postfix) with ESMTP id 822B91009C3; Sat, 20 Jan 2018 11:51:54 -0800 (PST) Date: Sat, 20 Jan 2018 11:51:54 -0800 From: "Michael Blow (Code Review)" CC: Ian Maxon , Till Westmann , Jenkins , Murtadha Hubail Reply-To: mblow@apache.org X-Gerrit-MessageType: merged Subject: Change in asterixdb[master]: [NO ISSUE] Move jenkins test suites into poms X-Gerrit-Change-Id: I3fed5c3d578d8c5faa95d22cbdb33b1bac8f7190 X-Gerrit-ChangeURL: X-Gerrit-Commit: e30c9d3c04e1c010d687ecf664c1d2b95d1a0fde In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.12.7 Message-Id: <20180120195154.822B91009C3@vitalstatistix.ics.uci.edu> Michael Blow has submitted this change and it was merged. Change subject: [NO ISSUE] Move jenkins test suites into poms ...................................................................... [NO ISSUE] Move jenkins test suites into poms Avoid issues corodinating git & Jenkins config changes to test config, by defining job profiles in the pom files. Change-Id: I3fed5c3d578d8c5faa95d22cbdb33b1bac8f7190 Reviewed-on: https://asterix-gerrit.ics.uci.edu/2306 Sonar-Qube: Jenkins Tested-by: Jenkins Integration-Tests: Jenkins Contrib: Michael Blow Contrib: Jenkins Reviewed-by: Murtadha Hubail --- M asterixdb/asterix-app/pom.xml M asterixdb/pom.xml M hyracks-fullstack/pom.xml 3 files changed, 48 insertions(+), 6 deletions(-) Approvals: Jenkins: Verified; No violations found; ; Verified Michael Blow: Murtadha Hubail: Looks good to me, approved diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml index dc00bea..c32872a 100644 --- a/asterixdb/asterix-app/pom.xml +++ b/asterixdb/asterix-app/pom.xml @@ -280,6 +280,34 @@ + + asterix-gerrit-asterix-app + + **/SqlppExecutionWithCancellationTest.java,**/DmlTest.java,**/RepeatedTest.java,**/SqlppExecutionTest.java + + + + asterix-gerrit-asterix-app-sql-execution + + + **/SqlppExecution*IT.java + false + + + + asterix-gerrit-verify-asterix-app + + + **/SqlppExecution*IT.java,**/RebalanceWithCancellationIT.java + false + + + + asterix-gerrit-rebalance-cancellation + + **/RebalanceWithCancellationIT.java + + diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml index a3f8848..3850a85 100644 --- a/asterixdb/pom.xml +++ b/asterixdb/pom.xml @@ -62,6 +62,12 @@ **/DmlTest.java **/*TestSuite.java,**/*Test.java ${invalid.tests},${repeated.tests} + ${global.test.includes} + ${global.test.excludes} + **/*IT.java,**/*IT.java,**/*ITCase.java + + ${global.itest.includes} + ${global.itest.excludes} 0.3.3-SNAPSHOT @@ -101,10 +107,10 @@ ${coverageArgLine} - ${global.test.includes},${test.includes} + ${test.includes} - ${global.test.excludes},${test.excludes} + ${test.excludes} ${skip.surefire.tests} @@ -120,6 +126,12 @@ ${testLog4jConfigFile} + + ${itest.includes} + + + ${itest.excludes} + diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml index f08bec6..6e3d71f 100644 --- a/hyracks-fullstack/pom.xml +++ b/hyracks-fullstack/pom.xml @@ -57,6 +57,7 @@ ${env.PWD}/target/jacoco-merged.exec false + false ${skipTests} ${maven.test.skip} ${root.dir}/src/test/resources/log4j2-test.xml @@ -64,8 +65,9 @@ **/pregelix/**/FailureRecovery*.java **/hivesterix/perf/PerfTestSuite.java **/*TestSuite.java,**/*Test.java - **/Abstract*.java,${hanging.pregelix.tests},${hivesterix.perf.tests} - + **/Abstract*.java,${hanging.pregelix.tests},${hivesterix.perf.tests} + ${global.test.includes} + ${global.test.excludes} 2.2.0 0.7.6.201602180812 @@ -267,10 +269,10 @@ ${testLog4jConfigFile} - ${global.test.includes},${test.includes} + ${test.includes} - ${global.test.excludes},${test.excludes} + ${test.excludes} ${skip.surefire.tests} -- To view, visit https://asterix-gerrit.ics.uci.edu/2306 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3fed5c3d578d8c5faa95d22cbdb33b1bac8f7190 Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Michael Blow Gerrit-Reviewer: Ian Maxon Gerrit-Reviewer: Jenkins Gerrit-Reviewer: Michael Blow Gerrit-Reviewer: Murtadha Hubail Gerrit-Reviewer: Till Westmann