You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by en...@apache.org on 2014/09/09 01:37:06 UTC

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 <en...@apache.org>
Authored: Mon Sep 8 16:36:34 2014 -0700
Committer: Enis Soztutar <en...@apache.org>
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);