ruanhang1993 commented on a change in pull request #18516: URL: https://github.com/apache/flink/pull/18516#discussion_r805231978
########## File path: flink-connectors/flink-connector-pulsar/src/test/java/org/apache/flink/connector/pulsar/source/PulsarSourceITCase.java ########## @@ -40,6 +42,9 @@ @TestExternalSystem PulsarTestEnvironment pulsar = new PulsarTestEnvironment(PulsarRuntime.mock()); + @Semantic + CheckpointingMode[] semantics = new CheckpointingMode[] {CheckpointingMode.EXACTLY_ONCE}; Review comment: Actually, this semantic tests are contained in the sink tests for Kafka connector. There are not ITCase in the source now. -- 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