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 fd85207  [FLINK-13060][coordination] Respect restart constraints in 
new RegionFailover strategy
     new 2520453  [hotfix] Port TestingUncaughtExceptionHandler from Scala to 
Java
     new ec0fdca  [hotfix][tests] Remove problematic mocking from 
StreamTaskTest#testAsyncCheckpointingConcurrentCloseBeforeAcknowledge
     new e64071c  [hotfix][tests] Remove PowerMocking from StreamTaskTest
     new 28ac5ef  [FLINK-12889] Set FatalExitExceptionHandler for 
StreamTask#asyncOperationsThreadPool

The 4 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:
 .../TestingUncaughtExceptionHandler.java}          |  22 +-
 .../scala/akka/actor/RobustActorSystemTest.scala   |  23 +-
 .../flink/streaming/runtime/tasks/StreamTask.java  |  23 +-
 .../runtime/tasks/ExceptionallyDoneFuture.java     |  41 +--
 .../streaming/runtime/tasks/StreamTaskTest.java    | 354 +++++++++++++++++----
 5 files changed, 335 insertions(+), 128 deletions(-)
 copy 
flink-runtime/src/test/java/org/apache/flink/runtime/{jobmaster/TestingPayload.java
 => concurrent/TestingUncaughtExceptionHandler.java} (61%)
 copy 
flink-runtime/src/main/java/org/apache/flink/runtime/state/DoneFuture.java => 
flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/tasks/ExceptionallyDoneFuture.java
 (62%)

Reply via email to