Ted Yu created HBASE-20005:
------------------------------
Summary:
TestFromClientSideWithCoprocessor#testCheckAndDeleteWithCompareOp occasionally
fails
Key: HBASE-20005
URL: https://issues.apache.org/jira/browse/HBASE-20005
Project: HBase
Issue Type: Bug
Reporter: Ted Yu
By adding message for the assertions, the test failed at:
{code}
ok = table.checkAndMutate(ROW, FAMILY).qualifier(QUALIFIER)
.ifMatches(CompareOperator.GREATER, value4).thenDelete(delete);
- assertTrue(ok);
+ assertTrue("gr", ok);
{code}
I ran the test with MemoryCompactionPolicy.NONE but it still failed at the same
place.
Both branch-2 and master have this intermittent test failure.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)