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

Peter Vary commented on HIVE-14985:
-----------------------------------

Flaky tests:
HIVE-14977 org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[order_null]
HIVE-14976 
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[union_fast_stats]
HIVE-14937 
org.apache.hadoop.hive.cli.TestHBaseCliDriver.testCliDriver[hbase_bulk]

The other failures are not even flaky (50+ failed runs)

So test failures are not related

> Remove UDF-s created during test runs
> -------------------------------------
>
>                 Key: HIVE-14985
>                 URL: https://issues.apache.org/jira/browse/HIVE-14985
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Testing Infrastructure
>            Reporter: Peter Vary
>            Assignee: Peter Vary
>            Priority: Minor
>         Attachments: HIVE-14985.2.patch, HIVE-14985.patch
>
>
> When I tried to run llap_udf.q repeatedly from my IDE then the first run was 
> a pass, but following runs were failed. 
> The query does not remove the created functions in the query file which could 
> cause problems for the follow up tests.
> The same problem could happen if a query test fails in the middle of the 
> script, and even though the file contains the removal sql commands, those are 
> not executed.
> It might be a good idea to clean up not just tables and keys, but functions 
> created during the test run.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to