XComp commented on a change in pull request #18626:
URL: https://github.com/apache/flink/pull/18626#discussion_r799406167
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/TestingDispatcher.java
##########
@@ -91,4 +165,212 @@ void completeJobExecution(ExecutionGraphInfo
executionGraphInfo) {
void waitUntilStarted() {
startFuture.join();
}
+
+ public static TestingDispatcher.Builder builder() {
+ return new Builder();
+ }
+
+ public static class Builder {
Review comment:
Bad habit -.- You're right...
--
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]