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 13C37200CB1 for ; Sat, 10 Jun 2017 02:30:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 12828160BD4; Sat, 10 Jun 2017 00:30:04 +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 58192160BCA for ; Sat, 10 Jun 2017 02:30:03 +0200 (CEST) Received: (qmail 42530 invoked by uid 500); 10 Jun 2017 00:30:02 -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 42521 invoked by uid 99); 10 Jun 2017 00:30:02 -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, 10 Jun 2017 00:30:02 +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 388E91A7AC6 for ; Sat, 10 Jun 2017 00:30:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-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 mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 2L7-8mAyol6g for ; Sat, 10 Jun 2017 00:30:01 +0000 (UTC) Received: from unhygienix.ics.uci.edu (unhygienix.ics.uci.edu [128.195.14.130]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id CA3FD5F5B9 for ; Sat, 10 Jun 2017 00:30:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by unhygienix.ics.uci.edu (Postfix) with ESMTP id 3C8DF2421B9; Fri, 9 Jun 2017 17:30:00 -0700 (PDT) Date: Fri, 9 Jun 2017 17:29:59 -0700 From: "Yingyi Bu (Code Review)" To: Jenkins CC: Michael Blow , Till Westmann Reply-To: buyingyi@gmail.com X-Gerrit-MessageType: newpatchset Subject: Change in asterixdb[master]: Cancel the on-going job if waitForCompletion is interrupted. X-Gerrit-Change-Id: I3417271660e815a13fd706e1cc057bca6a625c37 X-Gerrit-ChangeURL: X-Gerrit-Commit: 5acf917af2ce44ab5393fabd358503846870ce61 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: <20170610003000.3C8DF2421B9@unhygienix.ics.uci.edu> archived-at: Sat, 10 Jun 2017 00:30:04 -0000 Hello Jenkins, I'd like you to reexamine a change. Please visit https://asterix-gerrit.ics.uci.edu/1825 to look at the new patch set (#3). Change subject: Cancel the on-going job if waitForCompletion is interrupted. ...................................................................... Cancel the on-going job if waitForCompletion is interrupted. Change-Id: I3417271660e815a13fd706e1cc057bca6a625c37 --- M hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/client/HyracksConnection.java M hyracks-fullstack/hyracks/hyracks-examples/hyracks-integration-tests/src/test/java/org/apache/hyracks/tests/integration/AbstractMultiNCIntegrationTest.java M hyracks-fullstack/hyracks/hyracks-examples/hyracks-integration-tests/src/test/java/org/apache/hyracks/tests/integration/CancelJobTest.java 3 files changed, 58 insertions(+), 12 deletions(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/25/1825/3 -- To view, visit https://asterix-gerrit.ics.uci.edu/1825 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I3417271660e815a13fd706e1cc057bca6a625c37 Gerrit-PatchSet: 3 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Yingyi Bu Gerrit-Reviewer: Jenkins Gerrit-Reviewer: Michael Blow Gerrit-Reviewer: Till Westmann