austince commented on a change in pull request #12001: URL: https://github.com/apache/flink/pull/12001#discussion_r421574947
########## File path: flink-connectors/flink-connector-rabbitmq/src/test/java/org/apache/flink/streaming/connectors/rabbitmq/RMQSourceTest.java ########## @@ -86,13 +86,23 @@ private volatile Exception exception; - @Before - public void beforeTest() throws Exception { - + /** + * Get a mock context for initializing the source's state. + * + * @return a mocked context that can be used in {@link org.apache.flink.streaming.api.checkpoint.CheckpointedFunction#initializeState} Review comment: Makes sense to me, will update. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org