git commit: HBASE-11787 TestRegionLocations is not categorized (Nicolas Liochon)
Repository: hbase Updated Branches: refs/heads/branch-1 b2f42e430 -> c70da8b27 HBASE-11787 TestRegionLocations is not categorized (Nicolas Liochon) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c70da8b2 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c70da8b2 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/c70da8b2 Branch: refs/heads/branch-1 Commit: c70da8b2780fb6f7114a173238afc55ae0e29458 Parents: b2f42e4 Author: Enis Soztutar Authored: Mon Sep 8 16:36:34 2014 -0700 Committer: Enis Soztutar Committed: Mon Sep 8 16:37:31 2014 -0700 -- .../src/test/java/org/apache/hadoop/hbase/TestRegionLocations.java | 2 ++ 1 file changed, 2 insertions(+) -- http://git-wip-us.apache.org/repos/asf/hbase/blob/c70da8b2/hbase-client/src/test/java/org/apache/hadoop/hbase/TestRegionLocations.java -- diff --git a/hbase-client/src/test/java/org/apache/hadoop/hbase/TestRegionLocations.java b/hbase-client/src/test/java/org/apache/hadoop/hbase/TestRegionLocations.java index c9257d7..8d833c3 100644 --- a/hbase-client/src/test/java/org/apache/hadoop/hbase/TestRegionLocations.java +++ b/hbase-client/src/test/java/org/apache/hadoop/hbase/TestRegionLocations.java @@ -24,7 +24,9 @@ import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue; import org.junit.Test; +import org.junit.experimental.categories.Category; +@Category(SmallTests.class) public class TestRegionLocations { ServerName sn0 = ServerName.valueOf("host0", 10, 10);
git commit: HBASE-11787 TestRegionLocations is not categorized (Nicolas Liochon)
Repository: hbase Updated Branches: refs/heads/master b73dd89fb -> 27d4ca2f6 HBASE-11787 TestRegionLocations is not categorized (Nicolas Liochon) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/27d4ca2f Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/27d4ca2f Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/27d4ca2f Branch: refs/heads/master Commit: 27d4ca2f646f727c7a907f374b5ee67a47064495 Parents: b73dd89 Author: Enis Soztutar Authored: Mon Sep 8 16:36:34 2014 -0700 Committer: Enis Soztutar Committed: Mon Sep 8 16:36:42 2014 -0700 -- .../src/test/java/org/apache/hadoop/hbase/TestRegionLocations.java | 2 ++ 1 file changed, 2 insertions(+) -- http://git-wip-us.apache.org/repos/asf/hbase/blob/27d4ca2f/hbase-client/src/test/java/org/apache/hadoop/hbase/TestRegionLocations.java -- diff --git a/hbase-client/src/test/java/org/apache/hadoop/hbase/TestRegionLocations.java b/hbase-client/src/test/java/org/apache/hadoop/hbase/TestRegionLocations.java index c9257d7..8d833c3 100644 --- a/hbase-client/src/test/java/org/apache/hadoop/hbase/TestRegionLocations.java +++ b/hbase-client/src/test/java/org/apache/hadoop/hbase/TestRegionLocations.java @@ -24,7 +24,9 @@ import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue; import org.junit.Test; +import org.junit.experimental.categories.Category; +@Category(SmallTests.class) public class TestRegionLocations { ServerName sn0 = ServerName.valueOf("host0", 10, 10);