HBASE-1554 broke
org.apache.hadoop.hbase.io.hfile.TestLruBlockCache.testResizeBlockCache
----------------------------------------------------------------------------------------
Key: HBASE-1591
URL: https://issues.apache.org/jira/browse/HBASE-1591
Project: Hadoop HBase
Issue Type: Bug
Affects Versions: 0.20.0
Reporter: Jonathan Gray
Assignee: Jonathan Gray
Fix For: 0.20.0
Modification of LRU heap size calculations altered some of the test
expectations in the LRU test.
{noformat}
Error Message
expected:<0> but was:<1>
Stacktrace
junit.framework.AssertionFailedError: expected:<0> but was:<1>
at
org.apache.hadoop.hbase.io.hfile.TestLruBlockCache.testResizeBlockCache(TestLruBlockCache.java:435)
{noformat}
Patch coming...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.