hlteoh37 commented on code in PR #127:
URL:
https://github.com/apache/flink-connector-aws/pull/127#discussion_r1474250933
##########
flink-connector-aws/flink-connector-kinesis/src/test/java/org/apache/flink/streaming/connectors/kinesis/FlinkKinesisConsumerTest.java:
##########
@@ -284,7 +284,7 @@ public void testListStateChangedAfterSnapshotState() throws
Exception {
new FlinkKinesisConsumer<>("fakeStream", new
SimpleStringSchema(), config);
FlinkKinesisConsumer<?> mockedConsumer = spy(consumer);
- RuntimeContext context = new MockStreamingRuntimeContext(true, 1, 1);
+ RuntimeContext context = new MockStreamingRuntimeContext(true, 1, 0);
Review Comment:
Can you provide some context on why this is needed?
--
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]