[
https://issues.apache.org/jira/browse/SENTRY-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15746486#comment-15746486
]
Hadoop QA commented on SENTRY-1565:
-----------------------------------
Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12843086/SENTRY-1565.001.patch
against master.
{color:red}Overall:{color} -1 due to 2 errors
{color:red}ERROR:{color} mvn test exited 1
{color:red}ERROR:{color} Failed:
org.apache.sentry.tests.e2e.dbprovider.TestColumnEndToEnd
Console output:
https://builds.apache.org/job/PreCommit-SENTRY-Build/2202/console
This message is automatically generated.
> some unit tests mistakenly use "grant create" instead of "grant all" queries
> ----------------------------------------------------------------------------
>
> Key: SENTRY-1565
> URL: https://issues.apache.org/jira/browse/SENTRY-1565
> Project: Sentry
> Issue Type: Bug
> Reporter: Vadim Spector
> Assignee: Vadim Spector
>
> Specific offenders:
> sentry-tests/sentry-tests-hive-v2/src/test/java/org/apache/sentry/tests/e2e/dbprovider/TestColumnEndToEnd.java:
> statement.execute("GRANT CREATE ON DATABASE " + DB1 + " TO ROLE
> user_role1");
> sentry-tests/sentry-tests-hive-v2/src/test/java/org/apache/sentry/tests/e2e/dbprovider/TestColumnEndToEnd.java:
> statement.execute("GRANT CREATE ON DATABASE " + DB1 + " TO ROLE
> user_role2");
> sentry-tests/sentry-tests-hive-v2/src/test/java/org/apache/sentry/tests/e2e/dbprovider/TestColumnEndToEnd.java:
> statement.execute("GRANT CREATE ON DATABASE " + DB1 + " TO ROLE
> user_role3");
> sentry-tests/sentry-tests-hive-v2/src/test/java/org/apache/sentry/tests/e2e/dbprovider/TestDbPrivilegeCleanupOnDrop.java:
> // For rename, grant CREATE to DB1
> sentry-tests/sentry-tests-hive-v2/src/test/java/org/apache/sentry/tests/e2e/dbprovider/TestDbPrivilegeCleanupOnDrop.java:
> statement.execute("GRANT CREATE ON DATABASE " + DB1 + " TO ROLE
> user_role");
> sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/dbprovider/TestColumnEndToEnd.java:
> statement.execute("GRANT CREATE ON DATABASE " + DB1 + " TO ROLE
> user_role1");
> sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/dbprovider/TestColumnEndToEnd.java:
> statement.execute("GRANT CREATE ON DATABASE " + DB1 + " TO ROLE
> user_role2");
> sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/dbprovider/TestColumnEndToEnd.java:
> statement.execute("GRANT CREATE ON DATABASE " + DB1 + " TO ROLE
> user_role3");
> sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/dbprovider/TestDbPrivilegeCleanupOnDrop.java:
> statement.execute("GRANT CREATE ON DATABASE " + DB1 + " TO ROLE
> user_role");
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)