You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by al...@apache.org on 2020/09/15 09:59:47 UTC

[flink] branch release-1.10 updated (85c1817 -> 4749e4c)

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

aljoscha pushed a change to branch release-1.10
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 85c1817  [FLINK-18832][datastream] Add compatible check for blocking partition with buffer timeout
     add 4749e4c  [FLINK-19135] Strip ExecutionException in (Stream)ExecutionEnvironment.execute()

No new revisions were added by this update.

Summary of changes:
 .../flink/api/java/ExecutionEnvironment.java       |  9 ++-
 .../environment/StreamExecutionEnvironment.java    |  9 ++-
 .../recovery/ProcessFailureCancelingITCase.java    |  2 +-
 .../api/StreamExecutionEnvironmentITCase.java      | 75 ++++++++++++++++++++++
 4 files changed, 90 insertions(+), 5 deletions(-)
 create mode 100644 flink-tests/src/test/java/org/apache/flink/test/streaming/api/StreamExecutionEnvironmentITCase.java