You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2018/01/29 12:35:36 UTC

[09/50] [abbrv] hbase git commit: HBASE-19880 Promote TestFuzzyRowFilterEndToEnd to LargeTests

HBASE-19880 Promote TestFuzzyRowFilterEndToEnd to LargeTests


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b75c85a0
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b75c85a0
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/b75c85a0

Branch: refs/heads/HBASE-19397-branch-2
Commit: b75c85a07520183bf8de98a0e9d335d947101aa2
Parents: 5ef5c5a
Author: zhangduo <zh...@apache.org>
Authored: Mon Jan 29 13:11:27 2018 +0800
Committer: zhangduo <zh...@apache.org>
Committed: Mon Jan 29 16:15:36 2018 +0800

----------------------------------------------------------------------
 .../apache/hadoop/hbase/filter/TestFuzzyRowFilterEndToEnd.java | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/b75c85a0/hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestFuzzyRowFilterEndToEnd.java
----------------------------------------------------------------------
diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestFuzzyRowFilterEndToEnd.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestFuzzyRowFilterEndToEnd.java
index 25ea358..269b99c 100644
--- a/hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestFuzzyRowFilterEndToEnd.java
+++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestFuzzyRowFilterEndToEnd.java
@@ -35,7 +35,7 @@ import org.apache.hadoop.hbase.regionserver.HRegion;
 import org.apache.hadoop.hbase.regionserver.RegionScanner;
 import org.apache.hbase.thirdparty.com.google.common.collect.Lists;
 import org.apache.hadoop.hbase.testclassification.FilterTests;
-import org.apache.hadoop.hbase.testclassification.MediumTests;
+import org.apache.hadoop.hbase.testclassification.LargeTests;
 import org.apache.hadoop.hbase.util.Bytes;
 import org.apache.hadoop.hbase.util.Pair;
 import org.junit.After;
@@ -57,9 +57,7 @@ import java.util.List;
 
 import static org.junit.Assert.assertEquals;
 
-/**
- */
-@Category({ FilterTests.class, MediumTests.class })
+@Category({ FilterTests.class, LargeTests.class })
 public class TestFuzzyRowFilterEndToEnd {
   private final static HBaseTestingUtility TEST_UTIL = new HBaseTestingUtility();
   private final static byte fuzzyValue = (byte) 63;