sodonnel commented on code in PR #6255:
URL: https://github.com/apache/ozone/pull/6255#discussion_r1502788895
##########
hadoop-ozone/recon/src/test/java/org/apache/hadoop/ozone/recon/fsck/TestContainerHealthTask.java:
##########
@@ -110,38 +112,86 @@ public void testRun() throws Exception {
when(scmClientMock.getContainerWithPipeline(c.getContainerID()))
.thenReturn(new ContainerWithPipeline(c, null));
}
+
+ ReplicatedReplicationConfig replicationConfig = new
ReplicatedReplicationConfig() {
Review Comment:
Do we need all this? Can we not just do:
```
ReplicatedReplicationConfig replicationConfig =
RatisReplicationConfig.getInstance(THREE);
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]