You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by co...@apache.org on 2016/09/16 14:48:54 UTC

incubator-ranger git commit: RANGER-1172 - Update Storm to 1.0.2 + re-enable the tests

Repository: incubator-ranger
Updated Branches:
  refs/heads/master 0af413157 -> 5e1a5dc99


RANGER-1172 - Update Storm to 1.0.2 + re-enable the tests


Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/5e1a5dc9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/5e1a5dc9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/5e1a5dc9

Branch: refs/heads/master
Commit: 5e1a5dc9932e9c25492529f0c6a7f1798c331cc5
Parents: 0af4131
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Mon Sep 12 11:44:03 2016 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Fri Sep 16 15:29:13 2016 +0100

----------------------------------------------------------------------
 pom.xml                                                          | 2 +-
 .../ranger/authorization/storm/StormRangerAuthorizerTest.java    | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/5e1a5dc9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 39179d5..59f7da6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,7 +211,7 @@
                 -->
         <springframework.test.version>3.1.3.RELEASE</springframework.test.version>
         <springframework.version>3.1.3.RELEASE</springframework.version>
-        <storm.version>1.0.0</storm.version>
+        <storm.version>1.0.2</storm.version>
         <sun-jersey-bundle.version>1.19</sun-jersey-bundle.version>
         <sun.jersey.bundle.version>1.4</sun.jersey.bundle.version>
         <sun.jersey.core.version>1.4</sun.jersey.core.version>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/5e1a5dc9/storm-agent/src/test/java/org/apache/ranger/authorization/storm/StormRangerAuthorizerTest.java
----------------------------------------------------------------------
diff --git a/storm-agent/src/test/java/org/apache/ranger/authorization/storm/StormRangerAuthorizerTest.java b/storm-agent/src/test/java/org/apache/ranger/authorization/storm/StormRangerAuthorizerTest.java
index 4704eb5..32bc403 100644
--- a/storm-agent/src/test/java/org/apache/ranger/authorization/storm/StormRangerAuthorizerTest.java
+++ b/storm-agent/src/test/java/org/apache/ranger/authorization/storm/StormRangerAuthorizerTest.java
@@ -27,7 +27,6 @@ import org.apache.storm.LocalCluster;
 import org.apache.storm.generated.RebalanceOptions;
 import org.apache.storm.topology.TopologyBuilder;
 import org.junit.Assert;
-import org.junit.Ignore;
 import org.junit.Test;
 
 /**
@@ -78,7 +77,6 @@ public class StormRangerAuthorizerTest {
     }
     
     // "bob" can't create topologies other than "word-count" and "temp*"
-    @Ignore
     @Test
     public void testCreateTopologyBob() throws Exception {
         final Config conf = new Config();
@@ -104,7 +102,6 @@ public class StormRangerAuthorizerTest {
         });
     }
 
-    @Ignore
     @Test
     public void testTopologyActivation() throws Exception {
         final Subject subject = new Subject();
@@ -143,7 +140,6 @@ public class StormRangerAuthorizerTest {
         });
     }
 
-    @Ignore
     @Test
     public void testTopologyRebalancing() throws Exception {
         final Subject subject = new Subject();