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 2020/02/04 01:33:52 UTC

[hbase] branch branch-2 updated: HBASE-23786 [Flakey Test] TestMasterNotCarryTable.testMasterMemStoreLAB

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

stack pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 86bb098  HBASE-23786 [Flakey Test] TestMasterNotCarryTable.testMasterMemStoreLAB
86bb098 is described below

commit 86bb0980bfda488801be1e61c962eadc5fa32756
Author: stack <st...@apache.org>
AuthorDate: Mon Feb 3 17:30:24 2020 -0800

    HBASE-23786 [Flakey Test] TestMasterNotCarryTable.testMasterMemStoreLAB
---
 .../org/apache/hadoop/hbase/master/TestMasterNotCarryTable.java     | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMasterNotCarryTable.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMasterNotCarryTable.java
index 7ef8eca..4eefe49 100644
--- a/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMasterNotCarryTable.java
+++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMasterNotCarryTable.java
@@ -87,10 +87,4 @@ public class TestMasterNotCarryTable {
     // no need to instantiate mob file cache.
     assertFalse(master.getMobFileCache().isPresent());
   }
-
-  @Test
-  public void testMasterMemStoreLAB() {
-    // no need to instantiate MemStoreLAB.
-    assertNull(ChunkCreator.getInstance());
-  }
 }