Ramu created CAMEL-13943:
----------------------------
Summary: Camel-kafka Test cases getting failed
Key: CAMEL-13943
URL: https://issues.apache.org/jira/browse/CAMEL-13943
Project: Camel
Issue Type: Task
Components: camel-kafka
Affects Versions: 3.0.0.RC1
Reporter: Ramu
{code:java}
ERROR] Failures:
[ERROR]
org.apache.camel.component.kafka.KafkaConsumerOffsetRepositoryResumeTest.shouldResumeFromAnyParticularOffset(org.apache.camel.component.kafka.KafkaConsumerOffsetRepositoryResumeTest)
[ERROR] Run 1:
KafkaConsumerOffsetRepositoryResumeTest.shouldResumeFromAnyParticularOffset:77->Assert.assertEquals:115
partition-0 expected:<[4]> but was:<[2]>
[ERROR] Run 2:
KafkaConsumerOffsetRepositoryResumeTest.shouldResumeFromAnyParticularOffset:77->Assert.assertEquals:115
partition-0 expected:<[4]> but was:<[2]>
[ERROR] Run 3:
KafkaConsumerOffsetRepositoryResumeTest.shouldResumeFromAnyParticularOffset:77->Assert.assertEquals:115
partition-0 expected:<[4]> but was:<[2]>
[INFO]
[WARNING] Flakes:
[WARNING]
org.apache.camel.component.kafka.KafkaConsumerOffsetRepositoryEmptyTest.shouldStartFromBeginningWithEmptyOffsetRepository(org.apache.camel.component.kafka.KafkaConsumerOffsetRepositoryEmptyTest)
[ERROR] Run 1:
KafkaConsumerOffsetRepositoryEmptyTest.shouldStartFromBeginningWithEmptyOffsetRepository:78->Assert.assertEquals:118->Assert.failNotEquals:834->Assert.fail:88
partition-1 expected:<4> but was:<null>
[ERROR] Run 2:
KafkaConsumerOffsetRepositoryEmptyTest.shouldStartFromBeginningWithEmptyOffsetRepository:77->Assert.assertEquals:118->Assert.failNotEquals:834->Assert.fail:88
partition-0 expected:<4> but was:<null>
[INFO] Run 3: PASS
[INFO]
[INFO]
[ERROR] Tests run: 61, Failures: 1, Errors: 0, Skipped: 3, Flakes: 1
[INFO]
{code}
--
This message was sent by Atlassian Jira
(v8.3.2#803003)