You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Vihang Karajgaonkar (JIRA)" <ji...@apache.org> on 2018/04/19 16:55:00 UTC

[jira] [Commented] (HIVE-19242) CliAdapter silently ignores excluded qfiles

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

Vihang Karajgaonkar commented on HIVE-19242:
--------------------------------------------

Did a manual test by running bucket5.q using TestCliDriver. This qfile is excluded from TestCliDriver. We can see the following statment in the hive.log

{noformat}
2018-04-19T09:09:25,247  WARN [main] control.AbstractCliConfig: <path>/hive/ql/src/test/queries/clientpositive/bucket5.q is among the excluded query files for this driver. Please update CliConfigs.java or testconfiguration.properties file to include the qfile
{noformat}

> CliAdapter silently ignores excluded qfiles
> -------------------------------------------
>
>                 Key: HIVE-19242
>                 URL: https://issues.apache.org/jira/browse/HIVE-19242
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Vihang Karajgaonkar
>            Assignee: Vihang Karajgaonkar
>            Priority: Trivial
>         Attachments: HIVE-19242.01.patch
>
>
> If a user is trying to run a qfile using {{-Dqfile}} and if it is excluded according to the {{CliConfig}} AbstractCliConfig silently ignores the qtest run and its very hard for the user to find out why the test did not run. We should log a helpful warning so that it is easier to find this out when it happens.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)