You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2018/01/09 22:35:00 UTC

[jira] [Resolved] (HBASE-19743) Disable TestMemstoreLABWithoutPool

     [ https://issues.apache.org/jira/browse/HBASE-19743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-19743.
---------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0-beta-1

Pushed this patch to master and branch-2.

commit 669b08f8ec9d6884ad3814fd7c6bd847852e033a
Author: Michael Stack <st...@apache.org>
Date:   Tue Jan 9 14:32:58 2018 -0800

    HBASE-19742 Disable TestMemstoreLABWithoutPool

diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMemstoreLABWithoutPool.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMemstoreLABWithoutPool.java
index d3f9bc1659..1378087732 100644
--- a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMemstoreLABWithoutPool.java
+++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMemstoreLABWithoutPool.java
@@ -37,9 +37,12 @@ import org.apache.hadoop.hbase.testclassification.RegionServerTests;
 import org.apache.hadoop.hbase.testclassification.SmallTests;
 import org.apache.hadoop.hbase.util.Bytes;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.experimental.categories.Category;

+
+@Ignore // See HBASE-19742 for issue on reenabling.
 @Category({RegionServerTests.class, SmallTests.class})
 public class TestMemstoreLABWithoutPool {
   private final static Configuration conf = new Configuration();

> Disable TestMemstoreLABWithoutPool
> ----------------------------------
>
>                 Key: HBASE-19743
>                 URL: https://issues.apache.org/jira/browse/HBASE-19743
>             Project: HBase
>          Issue Type: Sub-task
>          Components: test
>            Reporter: stack
>            Assignee: stack
>             Fix For: 2.0.0-beta-1
>
>
> Disabling TestMemstoreLABWithoutPool until fixed (See parent issue).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)