You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2020/02/15 00:56:34 UTC

[hbase] 06/16: fixed compilation issue

This is an automated email from the ASF dual-hosted git repository.

busbey pushed a commit to branch HBASE-22749
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 8d94c8c0210f3dfc1ed2d02efab2f0de6cf9c050
Author: Vladimir Rodionov <vl...@gmail.com>
AuthorDate: Mon Feb 3 18:26:22 2020 -0800

    fixed compilation issue
---
 .../test/java/org/apache/hadoop/hbase/mob/TestMobStoreCompaction.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/mob/TestMobStoreCompaction.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/mob/TestMobStoreCompaction.java
index 610ccb6..f191ac2 100644
--- a/hbase-server/src/test/java/org/apache/hadoop/hbase/mob/TestMobStoreCompaction.java
+++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/mob/TestMobStoreCompaction.java
@@ -88,7 +88,7 @@ import org.slf4j.LoggerFactory;
 /**
  * Test mob store compaction
  */
-@Category(SmallTests.class)
+@Category(MediumTests.class)
 public class TestMobStoreCompaction {
 
   @ClassRule