davidradl commented on code in PR #24754:
URL: https://github.com/apache/flink/pull/24754#discussion_r1588942354


##########
flink-clients/src/test/java/org/apache/flink/client/program/rest/RestClusterClientTest.java:
##########
@@ -281,7 +281,7 @@ void testJobSubmitCancel() throws Exception {
             try (RestClusterClient<?> restClusterClient =
                     
createRestClusterClient(restServerEndpoint.getServerAddress().getPort())) {
                 assertThat(submitHandler.jobSubmitted).isFalse();
-                restClusterClient.submitJob(jobGraph).get();

Review Comment:
   I would leave this as  restClusterClient.submitJob(jobGraph).get();
   same of the other instances.



-- 
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]

Reply via email to