Hisoka-X commented on code in PR #9736:
URL: https://github.com/apache/seatunnel/pull/9736#discussion_r2299656907
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-kafka-e2e/src/test/java/org/apache/seatunnel/e2e/connector/kafka/KafkaIT.java:
##########
@@ -472,6 +475,135 @@ public void testSourceKafka(TestContainer container)
throws IOException, Interru
testKafkaTimestampToConsole(container);
}
+ @TestTemplate
+ @DisabledOnContainer(
+ type = {EngineType.SPARK, EngineType.FLINK},
+ value = {})
+ public void testSourceKafkaRestoreWithEarliestMode(TestContainer container)
Review Comment:
Could you add test case for all start_mode with restore?
--
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]