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

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


    from 64ea9d6  [FLINK-20344][dist] Change example value for default 
savepoint path flink-conf template.
     new 53b05e9  [hotfix][tests] Introduce TestingSchedulerNG implementation
     new c5188a1  [FLINK-20382][runtime] Fail hard when JobMaster cannot start 
scheduling of a job
     new 27ee325  [hotfix] Expose FatalExitExceptionHandler's exit code via 
EXIT_CODE

The 3 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:
 .../apache/flink/runtime/jobmaster/JobMaster.java  |   2 +-
 .../runtime/util/FatalExitExceptionHandler.java    |   3 +-
 .../runtime/jobmaster/JobMasterSchedulerTest.java  | 119 +++++++++
 .../runtime/jobmaster/utils/JobMasterBuilder.java  |  17 +-
 .../runtime/scheduler/TestingSchedulerNG.java      | 270 +++++++++++++++++++++
 5 files changed, 406 insertions(+), 5 deletions(-)
 create mode 100644 
flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/JobMasterSchedulerTest.java
 create mode 100644 
flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/TestingSchedulerNG.java

Reply via email to