You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ga...@apache.org on 2019/01/30 21:22:59 UTC

[flink] branch master updated (969c8b2 -> 3c1bbf2)

This is an automated email from the ASF dual-hosted git repository.

gary pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 969c8b2  [FLINK-11357][test] Remove LeaderChangeJobRecoveryTest (#7554)
     new 7af5a98  [FLINK-11363][tests] Port TaskManagerConfigurationTest to new code base.
     new 85c3e7e  [FLINK-11363][tests] Shutdown RpcServices created in TaskManagerRunnerConfigurationTest
     new 3c1bbf2  [hotfix][runtime] Refactor TaskManagerRunner#createRpcService

The 15615 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../runtime/taskexecutor/TaskManagerRunner.java    |  50 +++--
 .../TaskManagerRunnerConfigurationTest.java        | 187 +++++++++++++++++++
 .../taskmanager/TaskManagerConfigurationTest.java  | 205 ---------------------
 3 files changed, 221 insertions(+), 221 deletions(-)
 create mode 100644 flink-runtime/src/test/java/org/apache/flink/runtime/taskexecutor/TaskManagerRunnerConfigurationTest.java
 delete mode 100644 flink-runtime/src/test/java/org/apache/flink/runtime/taskmanager/TaskManagerConfigurationTest.java