[
https://issues.apache.org/jira/browse/CAMEL-20722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17844952#comment-17844952
]
Jang-Vijay Singh commented on CAMEL-20722:
------------------------------------------
hi [~orpiske]
* Failing tests disabled on ppc64l2
* All tests for camel-kafka now work on s390x fairly consistently as I
observed since build 38-42
* Noticed a new problem on ubuntu - the kafka docker images seem to be getting
a port conflict, so most camel-kafka tests seem to be failing on ubuntu.
I don't think this is related in any way to the camel-kafka tests themselve,
it's just the inability of the docker image to use that specific kafka broker
port 9092 on that particular environment.
{code:java}
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not
create/start container at
org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:563)
at
org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:354)
at
org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
... 9 more
Caused by: com.github.dockerjava.api.exception.InternalServerErrorException:
Status 500: {"message":"driver failed programming external connectivity on
endpoint strimzi-58
(e11aa0261a18a2d0ad55c659794c7ad736c2a0786d739c68e07841a0e2ab2ab6): Bind for
0.0.0.0:9092 failed: port is already allocated"}{code}
Ref:
[https://ci-builds.apache.org/blue/organizations/jenkins/Camel%2FCamel%20Core%20(Build%20and%20test)/detail/main/42/tests]
CC: [~davsclaus]
> camel-kafka: reduce KafkaBreakOnFirstError tests are too unreliable for CIs
> ---------------------------------------------------------------------------
>
> Key: CAMEL-20722
> URL: https://issues.apache.org/jira/browse/CAMEL-20722
> Project: Camel
> Issue Type: Task
> Components: camel-kafka
> Affects Versions: 4.4.1, 4.5.0
> Reporter: Otavio Rodolfo Piske
> Assignee: Jang-Vijay Singh
> Priority: Major
> Labels: help-wanted
> Fix For: 4.x
>
> Attachments: build-log.txt
>
>
> All the tests named KafkaBreakOnFirst.*IT are unreliable when running on the
> CI. They fail often, sometimes in multiple archs.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)