You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/03/12 06:58:22 UTC

[GitHub] [incubator-inlong] healchow commented on a change in pull request #3084: [INLONG-3083][Agent] Agent should update scala version in kafka client, and commit offset when read finish

healchow commented on a change in pull request #3084:
URL: https://github.com/apache/incubator-inlong/pull/3084#discussion_r825258561



##########
File path: inlong-agent/agent-plugins/src/test/java/org/apache/inlong/agent/plugin/sources/TestKafkaReader.java
##########
@@ -63,5 +64,6 @@ public void testKafkaReader() {
         } catch (Exception e) {
             LOGGER.error("get record failed:", e);
         }
+        AgentUtils.silenceSleepInMs(100000);

Review comment:
       Do unit tests need to wait so long?




-- 
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: commits-unsubscribe@inlong.apache.org

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