prashantbh commented on code in PR #28201:
URL: https://github.com/apache/flink/pull/28201#discussion_r3556988138
##########
flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/JobMasterServiceLeadershipRunnerTest.java:
##########
@@ -246,17 +249,26 @@ void
testJobMasterCreationFailureCompletesJobManagerRunnerWithInitializationErro
@Nonnull
private ExecutionGraphInfo createFailedExecutionGraphInfo(FlinkException
testException) {
+ return createExecutionGraphInfo(JobStatus.FAILED, testException);
+ }
+
+ @Nonnull
Review Comment:
Done, dropped both @Nonnulls and the now-unused import instead of adding a
new one.
--
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]