zentol commented on issue #7780: [FLINK-11593][tests] Check & port TaskManagerTest to new code base URL: https://github.com/apache/flink/pull/7780#issuecomment-480229781 Changelog for the `JobSubmissionEnvironment` refactoring: ``` - inline prepareEnvironment into constructor - initialize non-configurable fields outside constructor - initialize more defaults in builder - make fields final where possible - => remove unnecessary null checks in close() - replace JobMasterGateway mock with TestingJobMasterGateway - process JobMasterGateway argument before passing it to TaskExecutor - do some formatting changes - add factory method for JobManagerConnection - add factory method for NetworkEnvironment - make Builder class final - rename createTestNetworkEnvironment to createNetworkEnvironment - TaskSubmissionTestEnvironment now package-private - remove casting in TaskManagerActions setup ```
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
