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

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


    from 4615602  [FLINK-15603][web] Expose checkpointStartDelayNanos metric in 
the WebUI
     add e7bfa88  [hotfix][tests] Make JarHandlers re-usable
     add 23ff230  [FLINK-15651][tests] Refactor JarHandlerTest

No new revisions were added by this update.

Summary of changes:
 flink-runtime-web/pom.xml                          |  19 +++
 .../webmonitor/handlers/JarHandlerTest.java        | 133 +++++-------------
 .../runtime/webmonitor/handlers/JarHandlers.java   | 155 +++++++++++++++++++++
 .../webmonitor/handlers/JarSubmissionITCase.java   | 132 +-----------------
 .../{TestProgram.java => OutputTestProgram.java}   |  10 +-
 5 files changed, 216 insertions(+), 233 deletions(-)
 create mode 100644 
flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/handlers/JarHandlers.java
 copy 
flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/handlers/utils/{TestProgram.java
 => OutputTestProgram.java} (80%)

Reply via email to