XComp commented on code in PR #19443:
URL: https://github.com/apache/flink/pull/19443#discussion_r849541707


##########
flink-runtime/src/test/java/org/apache/flink/runtime/rest/RestServerEndpointITCase.java:
##########
@@ -703,6 +707,22 @@ public void testDuplicateHandlerRegistrationIsForbidden() 
throws Exception {
                 });

Review Comment:
   Is it only in my setup or do you also have formatting changes that you just 
didn't commit in this class (e.g. indentation changed in lines 684-687)



##########
flink-runtime/src/test/java/org/apache/flink/runtime/rest/RestServerEndpointITCase.java:
##########
@@ -703,6 +707,22 @@ public void testDuplicateHandlerRegistrationIsForbidden() 
throws Exception {
                 });
     }
 
+    @Test
+    public void testOnUnavailableRpcEndpointReturns503()
+            throws IOException, ExecutionException, InterruptedException {

Review Comment:
   ```suggestion
               throws IOException {
   ```
   ```suggestion
               throws IOException, ExecutionException, InterruptedException {
   ```



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