[ 
https://issues.apache.org/jira/browse/HBASE-20005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu resolved HBASE-20005.
----------------------------
    Resolution: Cannot Reproduce

> TestFromClientSideWithCoprocessor#testCheckAndDeleteWithCompareOp 
> occasionally fails
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-20005
>                 URL: https://issues.apache.org/jira/browse/HBASE-20005
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Major
>         Attachments: testCheckAndDeleteWithCompareOp.out
>
>
> 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)

Reply via email to