This is an automated email from the ASF dual-hosted git repository.
trohrmann pushed a change to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git.
from d2f24e8 [FLINK-20175] Avro Confluent Registry SQL format does not
support adding nullable columns
add ac22bca [hotfix][tests] Introduce TestingSchedulerNG implementation
add dfa13d8 [FLINK-20382][runtime] Fail hard when JobMaster cannot start
scheduling of a job
add 17197d7 [hotfix] Expose FatalExitExceptionHandler's exit code via
EXIT_CODE
No new revisions were added by this update.
Summary of changes:
.../apache/flink/runtime/jobmaster/JobMaster.java | 2 +-
.../runtime/util/FatalExitExceptionHandler.java | 3 +-
.../runtime/jobmaster/JobMasterSchedulerTest.java | 118 +++++++++
.../runtime/jobmaster/utils/JobMasterBuilder.java | 15 +-
.../runtime/scheduler/TestingSchedulerNG.java | 270 +++++++++++++++++++++
5 files changed, 404 insertions(+), 4 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