You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by ls...@apache.org on 2014/11/21 00:32:28 UTC

incubator-sentry git commit: SENTRY-536: Disable TestDPrivilegesAtFunctionScope from the cluster run profile (Prasad Mujumdar via Lenni Kuff)

Repository: incubator-sentry
Updated Branches:
  refs/heads/master 4bf55b881 -> 06d6f3e54


SENTRY-536: Disable TestDPrivilegesAtFunctionScope from the cluster run profile (Prasad Mujumdar via 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/06d6f3e5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/06d6f3e5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/06d6f3e5

Branch: refs/heads/master
Commit: 06d6f3e54648a9da7a334f2ea695c38f5eced332
Parents: 4bf55b8
Author: Lenni Kuff <ls...@cloudera.com>
Authored: Thu Nov 20 15:31:49 2014 -0800
Committer: Lenni Kuff <ls...@cloudera.com>
Committed: Thu Nov 20 15:31:49 2014 -0800

----------------------------------------------------------------------
 sentry-tests/sentry-tests-hive/pom.xml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/06d6f3e5/sentry-tests/sentry-tests-hive/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-tests/sentry-tests-hive/pom.xml b/sentry-tests/sentry-tests-hive/pom.xml
index a3c3295..b7d01e4 100644
--- a/sentry-tests/sentry-tests-hive/pom.xml
+++ b/sentry-tests/sentry-tests-hive/pom.xml
@@ -458,7 +458,6 @@ limitations under the License.
           <include>**/TestExportImportPrivileges.java</include>
           <include>**/TestUriPermissions.java</include>
           <include>**/TestRuntimeMetadataRetrieval.java</include>
-          <include>**/TestPrivilegesAtFunctionScope.java</include>
           <include>**/TestOperations.java</include>
         </includes>
         <argLine>-Dsentry.e2etest.hiveServer2Type=UnmanagedHiveServer2 -Dsentry.e2etest.DFSType=ClusterDFS</argLine>
@@ -522,7 +521,6 @@ limitations under the License.
           <include>**/TestDbExportImportPrivileges.java</include>
           <include>**/TestDbUriPermissions.java</include>
           <include>**/TestDbRuntimeMetadataRetrieval.java</include>
-          <include>**/TestDbPrivilegesAtFunctionScope.java</include>
           <include>**/TestDatabaseProvider.java</include>
           <include>**/TestDbOperations.java</include>
           <include>**/TestPrivilegeWithGrantOption.java</include>