Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 46CCC11B15 for ; Thu, 19 Jun 2014 21:11:26 +0000 (UTC) Received: (qmail 81120 invoked by uid 500); 19 Jun 2014 21:11:25 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 81018 invoked by uid 500); 19 Jun 2014 21:11:25 -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 80822 invoked by uid 500); 19 Jun 2014 21:11:25 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 80800 invoked by uid 99); 19 Jun 2014 21:11:25 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jun 2014 21:11:25 +0000 Date: Thu, 19 Jun 2014 21:11:25 +0000 (UTC) From: "Gunther Hagleitner (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-7254) Enhance Ptest framework config to auto-pick up list of MiniXXXDriver's test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-7254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14037892#comment-14037892 ] Gunther Hagleitner commented on HIVE-7254: ------------------------------------------ Would moving the minimr/tez/etc properties to a separate file and using http://mojo.codehaus.org/properties-maven-plugin/ be an option? > Enhance Ptest framework config to auto-pick up list of MiniXXXDriver's test > --------------------------------------------------------------------------- > > Key: HIVE-7254 > URL: https://issues.apache.org/jira/browse/HIVE-7254 > Project: Hive > Issue Type: Bug > Components: Testing Infrastructure > Reporter: Szehon Ho > Assignee: Szehon Ho > > Today, the Hive PTest infrastructure has a test-driver configuration called "directory", so it will run all the qfiles under that directory for that driver. For example, CLIDriver is configured with directory "ql/src/test/queries/clientpositive" > However the configuration for the miniXXXDrivers (miniMRDriver, miniMRDriverNegative, miniTezDriver) run only a select number of tests under "directory". So we have to use the "include" configuration to hard-code a list of tests for it to run. This is duplicating the list of each miniDriver's tests already in the /itests/qtest pom file, and can get out of date. > It would be nice if both got their information the same way. -- This message was sent by Atlassian JIRA (v6.2#6252)