You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2019/02/01 19:59:01 UTC

[jira] [Updated] (HBASE-19546) TestMasterReplication.testCyclicReplication2 uses wrong assertion

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

Andrew Purtell updated HBASE-19546:
-----------------------------------
    Fix Version/s:     (was: 1.5.0)

> TestMasterReplication.testCyclicReplication2 uses wrong assertion
> -----------------------------------------------------------------
>
>                 Key: HBASE-19546
>                 URL: https://issues.apache.org/jira/browse/HBASE-19546
>             Project: HBase
>          Issue Type: Bug
>          Components: Replication, test
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>            Priority: Major
>             Fix For: 1.3.2, 1.4.1, 2.0.0-beta-1, 2.0.0, 1.2.7
>
>         Attachments: HBASE-19546-branch-1.patch, HBASE-19546.patch
>
>
> For testCyclicReplication2, the last assert
> {code}
> wait(row4, htables[0], true);
> {code}
> should be
> {code}
> wait(row4, htables[0], false);
> {code}
> as 'row4' is not a delete.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)