[
https://issues.apache.org/jira/browse/HIVE-8683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14192482#comment-14192482
]
Hive QA commented on HIVE-8683:
-------------------------------
{color:red}Overall{color}: -1 at least one tests failed
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12678456/HIVE-8683.1.patch
{color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 6608 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_optimize_nullscan
org.apache.hive.hcatalog.streaming.TestStreaming.testEndpointConnection
org.apache.hive.minikdc.TestJdbcWithMiniKdc.testNegativeTokenAuth
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1580/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1580/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-1580/
Messages:
{noformat}
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: 3 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12678456 - PreCommit-HIVE-TRUNK-Build
> User name and group name cannot be the same when grant role
> -----------------------------------------------------------
>
> Key: HIVE-8683
> URL: https://issues.apache.org/jira/browse/HIVE-8683
> Project: Hive
> Issue Type: Bug
> Components: Authorization
> Affects Versions: 0.14.0, 0.13.1
> Environment: HiveServer with remote metastore server
> Reporter: nicolas
> Priority: Minor
> Fix For: 0.14.0
>
> Attachments: HIVE-8683.1.patch
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> Reproduce steps:
> 1. Start hive beeline
> 2. Create a new role with command "create role test;"
> 3. Grant role test to user hive_user with command "grant role test to user
> hive_user"
> 4. Grant role test group hive_user with command "grant role test to group
> hive_user"
> Step 4 failed with error message "Error: Error while processing statement:
> FAILED: Execution Error, return code 1 from
> org.apache.hadoop.hive.ql.exec.DDLTask. Error granting roles for test_user to
> role test: null (state=08S01,code=1)"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)