You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2018/03/02 19:17:00 UTC

[jira] [Resolved] (HBASE-20005) TestFromClientSideWithCoprocessor#testCheckAndDeleteWithCompareOp occasionally fails

     [ 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)