You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2021/02/05 15:11:51 UTC

[flink] branch master updated (93ac7ae -> 34dfa5c)

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

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


    from 93ac7ae  [FLINK-21210][coordination] ApplicationClusterEntryPoint explicitly closes PackagedProgram
     add 1c82935  [FLINK-21254] Add Created state for DeclarativeScheduler
     add 34dfa5c  [FLINK-21254] Add tests for Created state and State interface

No new revisions were added by this update.

Summary of changes:
 .../runtime/scheduler/declarative/Created.java     | 100 +++++++++++++++
 .../runtime/scheduler/declarative/CreatedTest.java | 135 +++++++++++++++++++++
 .../runtime/scheduler/declarative/StateTest.java   | 102 ++++++++++++++++
 3 files changed, 337 insertions(+)
 create mode 100644 flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/declarative/Created.java
 create mode 100644 flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/declarative/CreatedTest.java
 create mode 100644 flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/declarative/StateTest.java