You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by kk...@apache.org on 2020/07/08 08:38:55 UTC

[flink] branch master updated (2210aff -> a720cf5)

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

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


    from 2210aff  [FLINK-17075][coordination] Reconcile deployed Executions
     add 78b00f6  [FLINK-18519][REST] Send exception to client when app fails to execute
     add a720cf5  [hotfix] Harden JarDeleteHandlerTest test

No new revisions were added by this update.

Summary of changes:
 flink-runtime-web/pom.xml                          | 21 ++++++++
 .../runtime/webmonitor/handlers/JarRunHandler.java | 13 +++--
 .../webmonitor/handlers/JarDeleteHandlerTest.java  |  3 ++
 .../handlers/JarHandlerParameterTest.java          |  2 +-
 .../handlers/JarRunHandlerParameterTest.java       | 56 ++++++++++++++++++++++
 .../{TestProgram.java => EagerSinkProgram.java}    |  8 ++--
 6 files changed, 93 insertions(+), 10 deletions(-)
 copy flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/handlers/utils/{TestProgram.java => EagerSinkProgram.java} (83%)