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 aff7bb3  [hotfix][table-runtime] Fix the exception info of raw format 
(#15418)
     new 3b6af3d  [hotfix][yarn-tests] Check the applicationId in 
verifyStringsInNamedLogFiles
     new e294300  [FLINK-21008][coordination] Register 
ClusterEntrypoint#closeAsync as shutdown hook for the cleanup

The 2 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/entrypoint/ClusterEntrypoint.java      |  43 ++-
 .../DispatcherResourceManagerComponent.java        |  28 +-
 .../runtime/entrypoint/ClusterEntrypointTest.java  | 387 ++++++++++++++++++++-
 .../TestingHighAvailabilityServices.java           |  18 +-
 .../TestingHighAvailabilityServicesBuilder.java    |  21 ++
 .../flink/runtime/testutils/TestJvmProcess.java    |  19 +
 .../testutils/TestingClusterEntrypointProcess.java | 136 ++++++++
 .../flink/runtime/util/BlockingShutdownTest.java   |  11 +-
 .../recovery/ProcessFailureCancelingITCase.java    |   2 +-
 .../apache/flink/yarn/YARNSessionFIFOITCase.java   |   5 +-
 .../flink/yarn/YARNSessionFIFOSecuredITCase.java   |  16 +-
 .../java/org/apache/flink/yarn/YarnTestBase.java   |  18 +-
 12 files changed, 650 insertions(+), 54 deletions(-)
 create mode 100644 
flink-runtime/src/test/java/org/apache/flink/runtime/testutils/TestingClusterEntrypointProcess.java

Reply via email to