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/10 03:29:03 UTC

[08/42] hbase git commit: HBASE-19743 Disable TestMemstoreLABWithoutPool

HBASE-19743 Disable TestMemstoreLABWithoutPool

This is a revert of a revert, i.e., a reapplication only this time
I'm pushing w/ the right JIRA number


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

Branch: refs/heads/HBASE-19397-branch-2
Commit: 345b8ba9a1c58236e7cf11e231fa4a48c32433f6
Parents: 950ecd2
Author: Michael Stack <st...@apache.org>
Authored: Tue Jan 9 18:21:38 2018 -0800
Committer: Michael Stack <st...@apache.org>
Committed: Tue Jan 9 18:22:36 2018 -0800

----------------------------------------------------------------------
 .../hadoop/hbase/regionserver/TestMemstoreLABWithoutPool.java     | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/345b8ba9/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMemstoreLABWithoutPool.java
----------------------------------------------------------------------
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 d3f9bc1..1378087 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();