Repository: sentry Updated Branches: refs/heads/sentry-ha-redesign 42b092a56 -> 732561bdd
SENTRY-1793: Reenable ignored unit tests from TestHDFSIntegrationEnd2End (Vamsee Yarlagadda, Reviewed by: Alex Kolbasov, Kalyan Kalvagadda, Mat Crocker) Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/732561bd Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/732561bd Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/732561bd Branch: refs/heads/sentry-ha-redesign Commit: 732561bddbaf1002e23cfec42212375beb000616 Parents: 42b092a Author: Vamsee Yarlagadda <[email protected]> Authored: Mon Jun 5 21:34:46 2017 -0700 Committer: Vamsee Yarlagadda <[email protected]> Committed: Tue Jun 6 10:59:07 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/732561bd/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 1ed92ea..a8d70c1 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 @@ -46,7 +46,6 @@ public class TestHDFSIntegrationEnd2End extends TestHDFSIntegrationBase { private static String adminRole = "admin_role"; - @Ignore @Test public void testEnd2End() throws Throwable { tmpHDFSDir = new Path("/tmp/external"); @@ -376,7 +375,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");
