[ 
https://issues.apache.org/jira/browse/HIVE-1012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12794903#action_12794903
 ] 

Prasad Chakka commented on HIVE-1012:
-------------------------------------

Carl, this is good to have but why not use the same key 'qfile' for both? You 
can always do a glob after splitting the value string at commas.

> Ability to run testcases via regular expression
> -----------------------------------------------
>
>                 Key: HIVE-1012
>                 URL: https://issues.apache.org/jira/browse/HIVE-1012
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Testing Infrastructure
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>         Attachments: HIVE-1012.patch
>
>
> Currently the testing infrastructure makes it possible to specify individual 
> testcases using the "qfile" switch, e.g.:
> ant test -Dtestcase=TestCliDriver -Dqfile=udf_sin.q,udf_cos.q,udf_acos.q
> I would also like to be able to specify testcases using a regular expression, 
> e.g.:
> ant test -Dtestcase=TestCliDriver -Dqfile_regex="udf.*"
> The previous command should trigger the execution of all testcases starting 
> with "udf".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to