[
https://issues.apache.org/jira/browse/SENTRY-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15206163#comment-15206163
]
Hadoop QA commented on SENTRY-1156:
-----------------------------------
Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12794707/SENTRY-1156.001.patch
against master.
{color:red}Overall:{color} -1 due to 3 errors
{color:red}ERROR:{color} mvn test exited 1
{color:red}ERROR:{color} Failed:
org.apache.sentry.kafka.authorizer.SentryKafkaAuthorizerTest
{color:red}ERROR:{color} Failed:
org.apache.sentry.kafka.authorizer.SentryKafkaAuthorizerTest
Console output:
https://builds.apache.org/job/PreCommit-SENTRY-Build/1370/console
This message is automatically generated.
> TestDbColumnLevelMetaDataOps should add `use database` for user session
> created
> -------------------------------------------------------------------------------
>
> Key: SENTRY-1156
> URL: https://issues.apache.org/jira/browse/SENTRY-1156
> Project: Sentry
> Issue Type: Bug
> Affects Versions: 1.7.0
> Reporter: Dapeng Sun
> Assignee: Dapeng Sun
> Attachments: SENTRY-1156.001.patch
>
>
> for the Tests like TestDbColumnLevelMetaDataOps#testShowNewColumn()
> {noformat}
> establishSession(USER1_1);
> statement.execute("USE " + TEST_COL_METADATA_OPS_DB);
> {noformat}
> We should add {{statement.execute("USE " + TEST_COL_METADATA_OPS_DB);}}
> before executing queries...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)