You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2018/01/10 02:22:24 UTC

hbase git commit: HBASE-19743 Disable TestMemstoreLABWithoutPool

Repository: hbase
Updated Branches:
  refs/heads/master 88864f3d5 -> 09c11b0ca


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/09c11b0c
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/09c11b0c
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/09c11b0c

Branch: refs/heads/master
Commit: 09c11b0ca4c6ee7b2feff6dda67d5105fdcaeff5
Parents: 88864f3
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:21:38 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/09c11b0c/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();