You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by sd...@apache.org on 2015/02/04 04:00:07 UTC

incubator-sentry git commit: SENTRY-571: Enable TestPrivilegesAtFunctionScope (Reviewed by Lenni Kuff)

Repository: incubator-sentry
Updated Branches:
  refs/heads/master c80ea5c40 -> 2f579e9e5


SENTRY-571: Enable TestPrivilegesAtFunctionScope (Reviewed by Lenni Kuff)


Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/2f579e9e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/2f579e9e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/2f579e9e

Branch: refs/heads/master
Commit: 2f579e9e50a12f68ae32237661e5a1c1e2815a83
Parents: c80ea5c
Author: Sun Dapeng <sd...@apache.org>
Authored: Wed Feb 4 10:55:28 2015 +0800
Committer: Sun Dapeng <sd...@apache.org>
Committed: Wed Feb 4 10:55:28 2015 +0800

----------------------------------------------------------------------
 .../sentry/tests/e2e/hive/TestPrivilegesAtFunctionScope.java       | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/2f579e9e/sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hive/TestPrivilegesAtFunctionScope.java
----------------------------------------------------------------------
diff --git a/sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hive/TestPrivilegesAtFunctionScope.java b/sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hive/TestPrivilegesAtFunctionScope.java
index de9b2ed..7bb199b 100644
--- a/sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hive/TestPrivilegesAtFunctionScope.java
+++ b/sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hive/TestPrivilegesAtFunctionScope.java
@@ -124,7 +124,6 @@ public class TestPrivilegesAtFunctionScope extends AbstractTestWithStaticConfigu
     statement.execute("SELECT printf_test_2_perm(value) FROM " + tableName1);
     statement.execute("DROP FUNCTION printf_test_2_perm");
 
-    /*** Disabled till HIVE-8266 is addressed
     // USER2 doesn't have URI perm on dataFile
     try {
       statement
@@ -136,7 +135,6 @@ public class TestPrivilegesAtFunctionScope extends AbstractTestWithStaticConfigu
     } catch (SQLException e) {
       context.verifyAuthzException(e);
     }
-    ***/
 
     context.close();