Return-Path: X-Original-To: apmail-asterixdb-dev-archive@minotaur.apache.org Delivered-To: apmail-asterixdb-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E6899187CE for ; Thu, 23 Jul 2015 05:48:26 +0000 (UTC) Received: (qmail 62321 invoked by uid 500); 23 Jul 2015 05:48:26 -0000 Delivered-To: apmail-asterixdb-dev-archive@asterixdb.apache.org Received: (qmail 62265 invoked by uid 500); 23 Jul 2015 05:48:26 -0000 Mailing-List: contact dev-help@asterixdb.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@asterixdb.incubator.apache.org Delivered-To: mailing list dev@asterixdb.incubator.apache.org Received: (qmail 62249 invoked by uid 99); 23 Jul 2015 05:48:26 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jul 2015 05:48:26 +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 2E97DC0BAD for ; Thu, 23 Jul 2015 05:48:26 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.991 X-Spam-Level: X-Spam-Status: No, score=0.991 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id JACGJF8oKfoN for ; Thu, 23 Jul 2015 05:48:20 +0000 (UTC) Received: from unhygienix.ics.uci.edu (unhygienix.ics.uci.edu [128.195.14.130]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id 306902122A for ; Thu, 23 Jul 2015 05:48:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by unhygienix.ics.uci.edu (Postfix) with ESMTP id C7654240EEC; Wed, 22 Jul 2015 22:45:24 -0700 (PDT) Date: Wed, 22 Jul 2015 22:45:24 -0700 From: "Yingyi Bu (Code Review)" To: Jenkins CC: Jianfeng Jia , Ian Maxon Reply-To: buyingyi@gmail.com X-Gerrit-MessageType: newpatchset Subject: Change in asterixdb[master]: This change includes the following things: 1. Allow pregelix... X-Gerrit-Change-Id: I7d167b64bf9ec754182b5b2fe44dfc7e5908c686 X-Gerrit-ChangeURL: X-Gerrit-Commit: 84f76309f1cd80344ea3caeae4de8630b191a13b 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.8.4 Message-Id: <20150723054524.C7654240EEC@unhygienix.ics.uci.edu> Hello Jenkins, I'd like you to reexamine a change. Please visit https://asterix-gerrit.ics.uci.edu/325 to look at the new patch set (#6). Change subject: This change includes the following things: 1. Allow pregelix statement to cross two different dataverses. 2. Change TestsUtils to TestsExecutor which is not based on static methods so that Pregelix can reuse its functionalities. 3. Adds ioDeviceId into th ...................................................................... This change includes the following things: 1. Allow pregelix statement to cross two different dataverses. 2. Change TestsUtils to TestsExecutor which is not based on static methods so that Pregelix can reuse its functionalities. 3. Adds ioDeviceId into the returned result of ConnectorAPIServlet. Change-Id: I7d167b64bf9ec754182b5b2fe44dfc7e5908c686 --- M asterix-app/pom.xml M asterix-app/src/main/java/edu/uci/ics/asterix/api/common/AsterixHyracksIntegrationUtil.java M asterix-app/src/main/java/edu/uci/ics/asterix/api/http/servlet/ConnectorAPIServlet.java M asterix-app/src/main/java/edu/uci/ics/asterix/aql/translator/AqlTranslator.java A asterix-app/src/main/java/edu/uci/ics/asterix/util/FlushDatasetUtils.java A asterix-app/src/main/java/edu/uci/ics/asterix/util/JobUtils.java M asterix-app/src/test/java/edu/uci/ics/asterix/api/http/servlet/ConnectorAPIServletTest.java A asterix-app/src/test/java/edu/uci/ics/asterix/aql/translator/AqlTranslatorTest.java M asterix-app/src/test/java/edu/uci/ics/asterix/test/dml/DmlTest.java M asterix-app/src/test/java/edu/uci/ics/asterix/test/metadata/MetadataTest.java M asterix-app/src/test/java/edu/uci/ics/asterix/test/runtime/ExecutionTest.java M asterix-app/src/test/java/edu/uci/ics/asterix/test/runtime/RepeatedTest.java R asterix-common/src/test/java/edu/uci/ics/asterix/test/aql/TestsExecutor.java M asterix-installer/src/test/java/edu/uci/ics/asterix/installer/test/AsterixClusterLifeCycleIT.java M asterix-installer/src/test/java/edu/uci/ics/asterix/installer/test/AsterixExternalLibraryIT.java M asterix-installer/src/test/java/edu/uci/ics/asterix/installer/test/AsterixLifecycleIT.java M asterix-installer/src/test/java/edu/uci/ics/asterix/installer/transaction/DmlRecoveryIT.java M asterix-installer/src/test/java/edu/uci/ics/asterix/installer/transaction/RecoveryIT.java M asterix-metadata/src/main/java/edu/uci/ics/asterix/metadata/utils/MetadataLockManager.java M asterix-tools/pom.xml M asterix-yarn/src/test/java/edu/uci/ics/asterix/aoya/test/AsterixYARNLibraryTestIT.java M asterix-yarn/src/test/java/edu/uci/ics/asterix/aoya/test/AsterixYARNLifecycleIT.java M pom.xml 23 files changed, 615 insertions(+), 442 deletions(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/25/325/6 -- To view, visit https://asterix-gerrit.ics.uci.edu/325 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I7d167b64bf9ec754182b5b2fe44dfc7e5908c686 Gerrit-PatchSet: 6 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Yingyi Bu Gerrit-Reviewer: Ian Maxon Gerrit-Reviewer: Jenkins Gerrit-Reviewer: Jianfeng Jia Gerrit-Reviewer: Yingyi Bu