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 A5E51200BC1 for ; Tue, 11 Oct 2016 20:20:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A4EB5160AF3; Tue, 11 Oct 2016 18:20:22 +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 05199160AF9 for ; Tue, 11 Oct 2016 20:20:21 +0200 (CEST) Received: (qmail 26761 invoked by uid 500); 11 Oct 2016 18:20:21 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 26702 invoked by uid 99); 11 Oct 2016 18:20:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Oct 2016 18:20:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B32322C4C80 for ; Tue, 11 Oct 2016 18:20:20 +0000 (UTC) Date: Tue, 11 Oct 2016 18:20:20 +0000 (UTC) From: "Deepak Jaiswal (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-14929) Adding JDBC test for query cancellation scenario MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 11 Oct 2016 18:20:22 -0000 [ https://issues.apache.org/jira/browse/HIVE-14929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepak Jaiswal updated HIVE-14929: ---------------------------------- Attachment: jdbc.patch Added tests to cover query cancellation scenarios over JDBC. 1. Cancel the statement before query is executed 2. Cancel the statement after query is executed. 3. Cancel the statement after query errors due to bad SQL 4. Cancel the query twice while it is running. > Adding JDBC test for query cancellation scenario > ------------------------------------------------ > > Key: HIVE-14929 > URL: https://issues.apache.org/jira/browse/HIVE-14929 > Project: Hive > Issue Type: Test > Reporter: Deepak Jaiswal > Assignee: Deepak Jaiswal > Attachments: jdbc.patch > > > There is some functional testing for query cancellation using JDBC which is missing in unit tests. -- This message was sent by Atlassian JIRA (v6.3.4#6332)