[
https://issues.apache.org/jira/browse/HBASE-19546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16294861#comment-16294861
]
Guanghao Zhang commented on HBASE-19546:
----------------------------------------
+1.
> 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
> Fix For: 3.0.0, 1.3.2, 1.4.1, 1.5.0, 1.2.7, 2.0.0-beta-1
>
> 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
(v6.4.14#64029)