You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/01/28 06:23:49 UTC

[GitHub] [flink] ruanhang1993 commented on a change in pull request #18513: [FLINK-25753][tests] Fix KafkaTableITCase.testStartFromGroupOffsetsLatest

ruanhang1993 commented on a change in pull request #18513:
URL: https://github.com/apache/flink/pull/18513#discussion_r794231443



##########
File path: flink-connectors/flink-connector-kafka/src/test/java/org/apache/flink/streaming/connectors/kafka/table/KafkaTableITCase.java
##########
@@ -852,6 +852,7 @@ public void testStartFromGroupOffsetsNone() {
                         + " (2, 6),\n"
                         + " (2, 7),\n"
                         + " (2, 8)\n";
+        Thread.sleep(2000);

Review comment:
       fix it.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org