Repository: hbase
Updated Branches:
  refs/heads/0.98 bd19450bf -> f8c45d755
  refs/heads/branch-1 64136151b -> b06119ede
  refs/heads/branch-1.1 fdeb213d8 -> 140f4e7a7
  refs/heads/branch-1.2 340fdd307 -> e1f6de747
  refs/heads/branch-1.3 ed0755dbe -> b621184f8
  refs/heads/master b35e1f41b -> e63fb6c02


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

Branch: refs/heads/0.98
Commit: f8c45d755241930e2b3bb2db610e41fefb4f1aa2
Parents: bd19450
Author: Andrew Purtell <[email protected]>
Authored: Tue Aug 2 15:46:05 2016 -0700
Committer: Andrew Purtell <[email protected]>
Committed: Tue Aug 2 15:46:05 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/f8c45d75/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 70cb569..2854e86 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
@@ -306,7 +306,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);

Reply via email to