TestScanner.testFilters failing
-------------------------------
Key: HBASE-1917
URL: https://issues.apache.org/jira/browse/HBASE-1917
Project: Hadoop HBase
Issue Type: Bug
Reporter: Andrew Purtell
Fix For: 0.20.2
I'm getting this on a pristine checkout of 0.20 branch:
{noformat}
Testcase: testStopRow took 8.382 sec
Testcase: testFilters took 5.16 sec
FAILED
expected:<98> but was:<97>
junit.framework.AssertionFailedError: expected:<98> but was:<97>
at
org.apache.hadoop.hbase.regionserver.TestScanner.rowPrefixFilter(TestScanner.java:157)
at
org.apache.hadoop.hbase.regionserver.TestScanner.testFilters(TestScanner.java:191)
Testcase: testScanner took 4.7 sec
Testcase: testScanAndSyncFlush took 3.527 sec
Testcase: testScanAndRealConcurrentFlush took 2.647 sec
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.