[
https://issues.apache.org/jira/browse/HBASE-19865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16467286#comment-16467286
]
Zheng Hu commented on HBASE-19865:
----------------------------------
{code}
+@RunWith(Parameterized.class)
+@Category({ ReplicationTests.class, LargeTests.class })
+public class TestReplicationSmallTestsSync extends TestReplicationSmallTests {
+
+ @Override
+ protected boolean isSerialPeer() {
+ return true;
+ }
+}
{code}
Here, I think you mean isSyncPeer() , not isSerialPeer() ...
> Add UT for sync replication peer in DA state
> --------------------------------------------
>
> Key: HBASE-19865
> URL: https://issues.apache.org/jira/browse/HBASE-19865
> Project: HBase
> Issue Type: Sub-task
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Major
> Fix For: HBASE-19064
>
> Attachments: HBASE-19865-HBASE-19064.patch
>
>
> To confirm that it works just like a normal replication peer which can still
> replicate data asynchronously to peer cluster.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)