You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2019/01/17 16:38:40 UTC

[flink] branch master updated (857ec7d -> f4673bc)

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

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


    from 857ec7d  [FLINK-11350][tests] Delete JobClientActorRecoveryITCase
     new 9780265  [FLINK-11349][tests] Port CoordinatorShutdownTest to new code base
     new f4673bc  [hotfix] Remove mocking from ExecutionGraphCheckpointCoordinatorTest

The 15524 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:
 .../checkpoint/CoordinatorShutdownTest.java        | 220 ---------------------
 .../ExecutionGraphCheckpointCoordinatorTest.java   | 180 ++++++++++++++---
 .../executiongraph/TestingSlotProvider.java        |   4 +-
 3 files changed, 160 insertions(+), 244 deletions(-)
 delete mode 100644 flink-runtime/src/test/java/org/apache/flink/runtime/checkpoint/CoordinatorShutdownTest.java