nicoweidner commented on a change in pull request #17762:
URL: https://github.com/apache/flink/pull/17762#discussion_r748381108



##########
File path: 
flink-clients/src/test/java/org/apache/flink/client/deployment/application/ApplicationDispatcherBootstrapTest.java
##########
@@ -823,9 +813,8 @@ private void testShutdownDisabled(JobStatus jobStatus, 
ApplicationStatus applica
                 createApplicationDispatcherBootstrap(
                         configurationUnderTest, dispatcherGateway, 
scheduledExecutor);
 
+        // Wait until bootstrap is finished to make sure cluster shutdown 
isn't called
         bootstrap.getClusterShutdownFuture().get(TIMEOUT_SECONDS, 
TimeUnit.SECONDS);
-
-        assertFalse(clusterShutdownCalled.get());

Review comment:
       Moved it to the initial commit




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