[
https://issues.apache.org/jira/browse/CAMEL-18620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17619669#comment-17619669
]
Federico Mariani commented on CAMEL-18620:
------------------------------------------
Executing camel-kafka tests with the following command:
{code:java}
mvn clean verify -Dkafka.instance.type=local-redpanda-container
{code}
there are some errors and failures:
{code:java}
[ERROR] Failures:
[ERROR] KafkaConsumerFullIT.kafkaMessageIsConsumedByCamel:121 mock://result
Received message count. Expected: <5> but was: <4>
[ERROR]
org.apache.camel.processor.idempotent.kafka.KafkaIdempotentRepositoryPersistenceIT.testSecondPassFiltersEverything
[ERROR] Run 1:
KafkaIdempotentRepositoryPersistenceIT.testSecondPassFiltersEverything:117
expected: <0> but was: <5>
[ERROR] Run 2:
KafkaIdempotentRepositoryPersistenceIT.testSecondPassFiltersEverything:117
expected: <0> but was: <5>
[ERROR] Run 3:
KafkaIdempotentRepositoryPersistenceIT.testSecondPassFiltersEverything:117
expected: <0> but was: <5>
[INFO]
[ERROR]
KafkaIdempotentRepositoryPersistenceIT.testThirdPassFiltersEverything:136
expected: <0> but was: <5>
[ERROR]
KafkaIdempotentRepositoryPersistenceIT.testThirdPassFiltersEverything:136
expected: <0> but was: <5>
[ERROR]
KafkaIdempotentRepositoryPersistenceIT.testThirdPassFiltersEverything:136
expected: <0> but was: <3>
[ERROR] Errors:
[ERROR] KafkaConsumerAsyncManualCommitIT.testLastRecordBeforeCommitHeader:135
» ConditionTimeout
[ERROR] KafkaConsumerAsyncManualCommitIT.testResumeFromTheRightPoint:174 »
ConditionTimeout
[ERROR]
KafkaProducerFullIT.producedBytesMessageIsReceivedByKafka:300->sendMessagesInRoute:537
» CamelExecution
[ERROR] KafkaProducerFullIT.propagatedHeaderIsReceivedByKafka:359 »
CamelExecution Exc...
[ERROR] KafkaProducerFullIT.recordSpecificHeaderIsNotReceivedByKafka:400 »
CamelExecution
[ERROR] KafkaToDIT.testToD:28 » CamelExecution Exception occurred during
execution on ...
[INFO]
[ERROR] Tests run: 49, Failures: 5, Errors: 6, Skipped: 0
{code}
I don't know if they are related to redpanda (which probably means that the
test can be excluded) or the component itself, if you think it is worth having
camel-kafka tested against redpanda I'd appreciate some help.
> Add redpanda container to test-infra
> ------------------------------------
>
> Key: CAMEL-18620
> URL: https://issues.apache.org/jira/browse/CAMEL-18620
> Project: Camel
> Issue Type: Test
> Components: camel-kafka, tests
> Reporter: Federico Mariani
> Priority: Minor
>
> Add a new mapping in the KafkaServiceFactory with a Redpanda service
--
This message was sent by Atlassian Jira
(v8.20.10#820010)