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/06/05 12:59:19 UTC

[flink] branch master updated (5834373 -> 971e7b2)

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

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


    from 5834373  [FLINK-18048] Fix --host option for standalone application cluster
     add c389ad0  [FLINK-17260] Make number of expected messages explicit in StreamingKafkaITCase
     add 455fb24  [FLINK-17260] Increase timeout for reading Kafka messages in StreamingKafkaITCase
     add ce7b41e  [FLINK-17260] Make topic names unique in StreamingKafkaITCase to prevent clashes
     add f6bbff4  [FLINK-18020] Make topic names unique in SQLClientKafkaITCase to prevent clashes
     add 971e7b2  [FLINK-18020] Increase timeout in SQLClientKafkaITCase

No new revisions were added by this update.

Summary of changes:
 .../apache/flink/tests/util/kafka/KafkaResource.java    |  7 ++++---
 .../tests/util/kafka/LocalStandaloneKafkaResource.java  | 17 +++++++++++------
 .../flink/tests/util/kafka/SQLClientKafkaITCase.java    | 17 +++++++++++------
 .../flink/tests/util/kafka/StreamingKafkaITCase.java    |  8 ++++++--
 4 files changed, 32 insertions(+), 17 deletions(-)