StefanRRichter commented on a change in pull request #6750: [FLINK-10402] Port 
AbstractTaskManagerProcessFailureRecoveryTest to new code base
URL: https://github.com/apache/flink/pull/6750#discussion_r220230749
 
 

 ##########
 File path: 
flink-tests/src/test/java/org/apache/flink/test/recovery/AbstractTaskManagerProcessFailureRecoveryTest.java
 ##########
 @@ -173,10 +140,6 @@ public void testTaskManagerProcessFailure() throws 
Exception {
                        taskManagerProcess2 = new 
ProcessBuilder(command).start();
                        new 
CommonTestUtils.PipeForwarder(taskManagerProcess2.getErrorStream(), 
processOutput2);
 
-                       // we wait for the JobManager to have the two 
TaskManagers available
-                       // since some of the CI environments are very hostile, 
we need to give this a lot of time (2 minutes)
-                       waitUntilNumTaskManagersAreRegistered(jmActor, 2, 
120000);
 
 Review comment:
   We can skip this waiting part now because it is a standalone session 
cluster? Just double checking.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to