[jira] [Commented] (HIVE-14973) Flaky test: TestJdbcWithSQLAuthorization.testBlackListedUdfUsage

2016-10-18 Thread Siddharth Seth (JIRA)

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

Siddharth Seth commented on HIVE-14973:
---

+1. Looks good. Thanks [~kgyrtkirk]. I'd like to delay the commit to test some 
additional cleanup in the ptest execution script (batch-exec.vm).

Think we should have a subsequent jira which ensure both of these tests cleanup 
before / after they run.

> Flaky test: TestJdbcWithSQLAuthorization.testBlackListedUdfUsage
> 
>
> Key: HIVE-14973
> URL: https://issues.apache.org/jira/browse/HIVE-14973
> Project: Hive
>  Issue Type: Sub-task
>  Components: Tests
>Affects Versions: 2.2.0
>Reporter: Gopal V
>Assignee: Zoltan Haindrich
> Attachments: HIVE-14973.1.patch
>
>
> {code}
> Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: 
> AlreadyExistsException(message:Table test_jdbc_sql_auth_udf already exists)
>  at org.apache.hadoop.hive.ql.metadata.Hive.createTable(Hive.java:854)
>  at org.apache.hadoop.hive.ql.metadata.Hive.createTable(Hive.java:862)
>  at org.apache.hadoop.hive.ql.exec.DDLTask.createTable(DDLTask.java:4052)
>  at org.apache.hadoop.hive.ql.exec.DDLTask.execute(DDLTask.java:340)
>  at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:199)
>  at 
> org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:100)
>  at org.apache.hadoop.hive.ql.Driver.launchTask(Driver.java:1988)
>  at org.apache.hadoop.hive.ql.Driver.execute(Driver.java:1679)
>  at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:1410)
>  at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1143)
>  at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1136)
>  at 
> org.apache.hive.service.cli.operation.SQLOperation.runQuery(SQLOperation.java:248)
> {code}



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


[jira] [Commented] (HIVE-14973) Flaky test: TestJdbcWithSQLAuthorization.testBlackListedUdfUsage

2016-10-18 Thread Hive QA (JIRA)

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

Hive QA commented on HIVE-14973:




Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12834015/HIVE-14973.1.patch

{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 7 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.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)
{noformat}

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/1635/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/1635/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-1635/

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: 7 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12834015 - PreCommit-HIVE-Build

> Flaky test: TestJdbcWithSQLAuthorization.testBlackListedUdfUsage
> 
>
> Key: HIVE-14973
> URL: https://issues.apache.org/jira/browse/HIVE-14973
> Project: Hive
>  Issue Type: Sub-task
>  Components: Tests
>Affects Versions: 2.2.0
>Reporter: Gopal V
>Assignee: Zoltan Haindrich
> Attachments: HIVE-14973.1.patch
>
>
> {code}
> Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: 
> AlreadyExistsException(message:Table test_jdbc_sql_auth_udf already exists)
>  at org.apache.hadoop.hive.ql.metadata.Hive.createTable(Hive.java:854)
>  at org.apache.hadoop.hive.ql.metadata.Hive.createTable(Hive.java:862)
>  at org.apache.hadoop.hive.ql.exec.DDLTask.createTable(DDLTask.java:4052)
>  at org.apache.hadoop.hive.ql.exec.DDLTask.execute(DDLTask.java:340)
>  at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:199)
>  at 
> org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:100)
>  at org.apache.hadoop.hive.ql.Driver.launchTask(Driver.java:1988)
>  at org.apache.hadoop.hive.ql.Driver.execute(Driver.java:1679)
>  at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:1410)
>  at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1143)
>  at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1136)
>  at 
> org.apache.hive.service.cli.operation.SQLOperation.runQuery(SQLOperation.java:248)
> {code}



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