You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2016/08/02 23:53:51 UTC

[3/6] hbase git commit: HBASE-16319 Fix TestCacheOnWrite after HBASE-16288

HBASE-16319 Fix TestCacheOnWrite after HBASE-16288


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

Branch: refs/heads/branch-1.1
Commit: 140f4e7a7d559079707a8f51b3aea7d8dd72b0d3
Parents: fdeb213
Author: Andrew Purtell <ap...@apache.org>
Authored: Tue Aug 2 15:46:05 2016 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Tue Aug 2 16:53:28 2016 -0700

----------------------------------------------------------------------
 .../java/org/apache/hadoop/hbase/io/hfile/TestCacheOnWrite.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/140f4e7a/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestCacheOnWrite.java
----------------------------------------------------------------------
diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestCacheOnWrite.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestCacheOnWrite.java
index 0562f4c..d19a9b1 100644
--- a/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestCacheOnWrite.java
+++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestCacheOnWrite.java
@@ -313,7 +313,7 @@ public class TestCacheOnWrite {
     String countByType = blockCountByType.toString();
     if (useTags) {
       assertEquals("{" + BlockType.DATA
-          + "=2663, LEAF_INDEX=297, BLOOM_CHUNK=9, INTERMEDIATE_INDEX=34}", countByType);
+          + "=2663, LEAF_INDEX=297, BLOOM_CHUNK=9, INTERMEDIATE_INDEX=32}", countByType);
     } else {
       assertEquals("{" + BlockType.DATA
           + "=2498, LEAF_INDEX=278, BLOOM_CHUNK=9, INTERMEDIATE_INDEX=31}", countByType);