zhijiangW commented on a change in pull request #7822: [FLINK-11726][network] 
Refactor the creation of ResultPartition and InputGate into NetworkEnvironment
URL: https://github.com/apache/flink/pull/7822#discussion_r279837029
 
 

 ##########
 File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/taskexecutor/TaskExecutorTest.java
 ##########
 @@ -220,6 +222,8 @@ public void setup() throws IOException {
                jobManagerLeaderRetriever = new 
SettableLeaderRetrievalService();
                
haServices.setResourceManagerLeaderRetriever(resourceManagerLeaderRetriever);
                haServices.setJobMasterLeaderRetriever(jobId, 
jobManagerLeaderRetriever);
+
+               networkEnvironment = new NetworkEnvironmentBuilder().build();
 
 Review comment:
   I only call the start for `testShouldShutDownTaskManagerServicesInPostStop` 
to keep the same behavior as before. 
   For the other tests in `TaskTest` and `TaskAsyncCallTest`, I think it is 
better to not call start atm for the following concerns:
   1. Start would bind port which takes some time for each test
   2. The bind port would consume more system resources
   3. It is not actually useful to start `NettyServer`.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to