[
https://issues.apache.org/jira/browse/SENTRY-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16204277#comment-16204277
]
Hadoop QA commented on SENTRY-1987:
-----------------------------------
Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12892145/SENTRY-1987.1.patch
against master.
{color:green}Overall:{color} +1 all checks pass
{color:green}SUCCESS:{color} all tests passed
Console output:
https://builds.apache.org/job/PreCommit-SENTRY-Build/3342/console
This message is automatically generated.
> Remove pom code related to non-existing TestSentryAuthorizationProvider class
> -----------------------------------------------------------------------------
>
> Key: SENTRY-1987
> URL: https://issues.apache.org/jira/browse/SENTRY-1987
> Project: Sentry
> Issue Type: Bug
> Components: Sentry
> Affects Versions: 2.0.0
> Reporter: Sergio Peña
> Assignee: Sergio Peña
> Attachments: SENTRY-1987.1.patch
>
>
> The class TestSentryAuthorizationProvider does not exist on the code base,
> and the following code in sentry-hdfs/sentry-hdfs-namenod-plugin/pom.xml
> makes a reference to it:
> {noformat}
> <build>
> <plugins>
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-surefire-plugin</artifactId>
> <configuration>
> <excludes>
> <exclude>**/TestSentryAuthorizationProvider.java</exclude>
> </excludes>
> </configuration>
> </plugin>
> </plugins>
> </build>
> {noformat}
> We can safely remove this code.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)