SENTRY-824: Enable column level privileges e2e tests on real cluster runs ( Sravya Tirukkovalur , Reviewed by: Colin Ma)
Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/7dd02191 Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/7dd02191 Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/7dd02191 Branch: refs/heads/hive_plugin_v2 Commit: 7dd02191cb7254f1165081da43ea9be45d14c5a0 Parents: 30c2eaf Author: Sravya Tirukkovalur <[email protected]> Authored: Sun Aug 9 13:37:52 2015 -0700 Committer: Sravya Tirukkovalur <[email protected]> Committed: Sun Aug 9 13:37:52 2015 -0700 ---------------------------------------------------------------------- sentry-tests/sentry-tests-hive/pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/7dd02191/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 7ee5378..0a5b791 100644 --- a/sentry-tests/sentry-tests-hive/pom.xml +++ b/sentry-tests/sentry-tests-hive/pom.xml @@ -432,6 +432,7 @@ limitations under the License. <include>**/TestUriPermissions.java</include> <include>**/TestRuntimeMetadataRetrieval.java</include> <include>**/TestOperations.java</include> + <include>**/TestPrivilegesAtColumnScope.java</include> </includes> <argLine>-Dsentry.e2etest.hiveServer2Type=UnmanagedHiveServer2 -Dsentry.e2etest.DFSType=ClusterDFS</argLine> </configuration> @@ -497,6 +498,8 @@ limitations under the License. <include>**/TestDatabaseProvider.java</include> <include>**/TestDbOperations.java</include> <include>**/TestPrivilegeWithGrantOption.java</include> + <include>**/TestDbPrivilegesAtColumnScope.java</include> + <include>**/TestColumnEndToEnd.java</include> </includes> <argLine>-Dsentry.e2etest.hiveServer2Type=UnmanagedHiveServer2 -Dsentry.e2etest.DFSType=ClusterDFS -Dsentry.e2etest.external.sentry=true</argLine> </configuration>
