hililiwei commented on a change in pull request #17765: URL: https://github.com/apache/flink/pull/17765#discussion_r777878246
########## File path: flink-connectors/flink-connector-kafka/src/test/java/org/apache/flink/streaming/connectors/kafka/KafkaConsumerTestBase.java ########## @@ -355,6 +352,24 @@ public void run() { }; runner.start(); + Thread.sleep(2 * 1000L); Review comment: Agree with you, here, as elsewhere, is poorly written. It is to wait flink task to start. I'll modify it and use the return of `getRunningJobs(client)`. -- 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-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org