[
https://issues.apache.org/jira/browse/HBASE-19546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16294925#comment-16294925
]
Hudson commented on HBASE-19546:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-1.3-IT #319 (See
[https://builds.apache.org/job/HBase-1.3-IT/319/])
HBASE-19546 TestMasterReplication.testCyclicReplication2 uses wrong (zhangduo:
rev 8dccc83efb2b0dacfcb632b85868188a9ba3352e)
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestMasterReplication.java
> 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)