[ https://issues.apache.org/jira/browse/HIVE-14985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15585095#comment-15585095 ]
Hive QA commented on HIVE-14985: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12833900/HIVE-14985.2.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 9 failed/errored test(s), 10592 tests executed *Failed tests:* {noformat} TestBeelineWithHS2ConnectionFile - did not produce a TEST-*.xml file (likely timed out) (batchId=197) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[acid_globallimit] (batchId=27) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[order_null] (batchId=18) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[union_fast_stats] (batchId=46) org.apache.hadoop.hive.cli.TestHBaseCliDriver.testCliDriver[hbase_bulk] (batchId=89) org.apache.hive.beeline.TestBeelineArgParsing.testAddLocalJarWithoutAddDriverClazz[0] (batchId=155) org.apache.hive.beeline.TestBeelineArgParsing.testAddLocalJar[0] (batchId=155) org.apache.hive.beeline.TestBeelineArgParsing.testAddLocalJar[1] (batchId=155) org.apache.hive.jdbc.authorization.TestJdbcWithSQLAuthorization.testBlackListedUdfUsage (batchId=204) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/1617/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/1617/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-1617/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 9 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12833900 - PreCommit-HIVE-Build > 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)