azagrebin commented on a change in pull request #9374:
[FLINK-13581][coordination][tests] Harden BatchFineGrainedRecoveryITCase
URL: https://github.com/apache/flink/pull/9374#discussion_r311606182
##########
File path:
flink-tests/src/test/java/org/apache/flink/test/recovery/BatchFineGrainedRecoveryITCase.java
##########
@@ -467,4 +509,66 @@ public void mapPartition(Iterable<Long> values,
Collector<Long> out) throws Exce
}
}
}
+
+ private static class MiniClusterClient extends
RestClusterClient<StandaloneClusterId> {
Review comment:
True, there is actually not so much code to reuse with the
`RestClusterClient`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services