Cheun99 commented on code in PR #8401:
URL: https://github.com/apache/seatunnel/pull/8401#discussion_r1915845676
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-kafka-e2e/src/test/java/org/apache/seatunnel/e2e/connector/kafka/KafkaIT.java:
##########
@@ -295,7 +315,7 @@ public void
testSourceKafkaJsonFormatErrorHandleWaySkipToConsole(TestContainer c
DEFAULT_FORMAT,
DEFAULT_FIELD_DELIMITER,
null);
- generateTestData(serializer::serializeRow, 0, 100);
+ generateTestData(serializer::serializeRow, 0, 10);
Review Comment:
When I run test cases, it always times out. This method took too much time,
so I reduced the size of the mock data from 100 to 10

--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]