SENTRY-1793: Reenable ignored unit tests from TestHDFSIntegrationEnd2End Change-Id: I35483eac455d86e6ae4b5e8fda498f8a9eacc40f Reviewed-on: http://gerrit.sjc.cloudera.com:8080/23479 Tested-by: Jenkins User Reviewed-by: Alexander Kolbasov <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/d280f2d3 Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/d280f2d3 Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/d280f2d3 Branch: refs/for/cdh5-1.5.1_ha Commit: d280f2d3e36c469bffb4b44f80a49213922e692e Parents: a26c6b4 Author: Vamsee Yarlagadda <[email protected]> Authored: Mon Jun 5 21:57:02 2017 -0700 Committer: Alexander Kolbasov <[email protected]> Committed: Tue Jun 6 11:04:04 2017 -0700 ---------------------------------------------------------------------- .../apache/sentry/tests/e2e/hdfs/TestHDFSIntegrationEnd2End.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/d280f2d3/sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hdfs/TestHDFSIntegrationEnd2End.java ---------------------------------------------------------------------- diff --git a/sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hdfs/TestHDFSIntegrationEnd2End.java b/sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hdfs/TestHDFSIntegrationEnd2End.java index 09d75f7..cd3e37a 100644 --- a/sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hdfs/TestHDFSIntegrationEnd2End.java +++ b/sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hdfs/TestHDFSIntegrationEnd2End.java @@ -43,7 +43,6 @@ public class TestHDFSIntegrationEnd2End extends TestHDFSIntegrationBase { private static String adminRole = "admin_role"; - @Ignore @Test public void testEnd2End() throws Throwable { tmpHDFSDir = new Path("/tmp/external"); @@ -373,7 +372,6 @@ public class TestHDFSIntegrationEnd2End extends TestHDFSIntegrationBase { } //SENTRY-780 - @Ignore // SENTRY-1750 HMSFollower does not handle view update correctly. Enable this test once SENTRY-1750 is fixed @Test public void testViews() throws Throwable { LOGGER.info("testViews starts");
