pnowojski commented on a change in pull request #9959:
[FLINK-14235][kafka,tests] Change source in at-least-once test from finite to
infinite
URL: https://github.com/apache/flink/pull/9959#discussion_r337072626
##########
File path:
flink-connectors/flink-connector-kafka-base/src/test/java/org/apache/flink/streaming/connectors/kafka/KafkaProducerTestBase.java
##########
@@ -255,7 +255,7 @@ protected void testOneToOneAtLeastOnce(boolean
regularSink) throws Exception {
Review comment:
I think that was the other way around. FLINK-14235 was failing with:
> Expected to contain all of: <[0]>, but was: <[]>
which is exactly the symptom of checkpoint silently failing because of non
running task, right?
On the other hand if:
> java.lang.AssertionError: Job should fail!
is the root error, I don't understand how this condition could happen?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services