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/02/15 22:24:01 UTC

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

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)