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

[flink] branch master updated (899a701 -> 361ccb3)

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

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


    from 899a701  [FLINK-19035] Remove DataStream#fold references from docs
     add 361ccb3  [FLINK-19109][task] Ignore isLoopRunning in MailboxExecutor.isIdle

No new revisions were added by this update.

Summary of changes:
 .../runtime/tasks/mailbox/MailboxExecutorImpl.java |   3 +-
 .../tasks/mailbox/MailboxExecutorImplTest.java     |  20 ++++
 .../streaming/api/FileReadingWatermarkITCase.java  | 118 +++++++++++++++++++++
 3 files changed, 139 insertions(+), 2 deletions(-)
 create mode 100644 flink-tests/src/test/java/org/apache/flink/test/streaming/api/FileReadingWatermarkITCase.java