HBASE-16319 Fix TestCacheOnWrite after HBASE-16288
This commit is contained in:
parent
b35e1f41b8
commit
e63fb6c025
|
@ -312,7 +312,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);
|
||||
|
|
Loading…
Reference in New Issue