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 88D80200B66 for ; Wed, 3 Aug 2016 22:07:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 876AA160A5D; Wed, 3 Aug 2016 20:07: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 02854160A86 for ; Wed, 3 Aug 2016 22:07:21 +0200 (CEST) Received: (qmail 14184 invoked by uid 500); 3 Aug 2016 20:07:20 -0000 Mailing-List: contact dev-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 dev@hive.apache.org Received: (qmail 14160 invoked by uid 99); 3 Aug 2016 20:07:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Aug 2016 20:07:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 95D6C2C0D62 for ; Wed, 3 Aug 2016 20:07:20 +0000 (UTC) Date: Wed, 3 Aug 2016 20:07:20 +0000 (UTC) From: "Zoltan Haindrich (JIRA)" To: dev@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-14415) Upgrade qtest execution framework to junit4 - TestPerfCliDriver MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 03 Aug 2016 20:07:22 -0000 Zoltan Haindrich created HIVE-14415: --------------------------------------- Summary: Upgrade qtest execution framework to junit4 - TestPerfCliDriver Key: HIVE-14415 URL: https://issues.apache.org/jira/browse/HIVE-14415 Project: Hive Issue Type: Improvement Components: Tests Reporter: Zoltan Haindrich Assignee: Zoltan Haindrich I would like to upgrade the current maven+ant+velocimacro+junit4 qtest generation&execution framework to use only junit4 - while (trying) to keep all the existing features it provides. What I can't really do with the current one: execute easily a single qtests from an IDE (as a matter of fact I can...but it's way too complicated; after this it won't be a cake-walk either...but it will be a step closer ;) I think this change will make it more clear how these tests are configured and executed. I will do this in two phases, currently i will only change {{TestPerfCliDriver}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)