Aurélien Pupier created CAMEL-22779:
---------------------------------------
Summary: All tests related to Iggy are failing
Key: CAMEL-22779
URL: https://issues.apache.org/jira/browse/CAMEL-22779
Project: Camel
Issue Type: Bug
Reporter: Aurélien Pupier
seems to have started with one of these commits:
https://github.com/apache/camel/commit/468705ce80399a99acfd3ebbb48cc004d77c8825
https://github.com/apache/camel/commit/c74f4da4d7540ec6c5afef6f8865f8b30aea58d5
https://github.com/apache/camel/commit/9bfce072169cc9752144cd3b8e7a7adef0dacc11
When I try to launch the tests locally they are skipped.
I cannot revert automatically due to conflict with other changes related to
automatic containe rversion update.
I have not found a correspondign PR for these changes
not that I cannot put camel-iggy component in this JIRA (seems the caterogry
doesn't exist yet
example of error on CI:
{noformat}
reactor.core.Exceptions$ReactiveException:
io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..)
failed with error(-111): Connection refused: localhost/127.0.1.1:40030
at reactor.core.Exceptions.propagate(Exceptions.java:410)
at
reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:143)
at reactor.core.publisher.Mono.block(Mono.java:1800)
at
reactor.netty.transport.ClientTransport.connectNow(ClientTransport.java:132)
at reactor.netty.tcp.TcpClient.connectNow(TcpClient.java:203)
at
reactor.netty.transport.ClientTransport.connectNow(ClientTransport.java:119)
at reactor.netty.tcp.TcpClient.connectNow(TcpClient.java:198)
at
org.apache.iggy.client.blocking.tcp.InternalTcpClient.connect(InternalTcpClient.java:76)
at
org.apache.iggy.client.blocking.tcp.IggyTcpClient.<init>(IggyTcpClient.java:88)
at
org.apache.iggy.client.blocking.tcp.IggyTcpClient.<init>(IggyTcpClient.java:61)
at
org.apache.camel.component.iggy.IggyTestBase.setup(IggyTestBase.java:64)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Suppressed: java.lang.Exception: #block terminated with an error
at
reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:145)
... 11 more
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException:
finishConnect(..) failed with error(-111): Connection refused:
localhost/127.0.1.1:40030
Caused by: java.net.ConnectException: finishConnect(..) failed with
error(-111): Connection refused
at io.netty.channel.unix.Errors.newConnectException0(Errors.java:166)
at io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:131)
at io.netty.channel.unix.Socket.finishConnect(Socket.java:361)
at
io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:764)
at
io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:741)
at
io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:611)
at
io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.handle(AbstractEpollChannel.java:472)
at
io.netty.channel.epoll.EpollIoHandler$DefaultEpollIoRegistration.handle(EpollIoHandler.java:317)
at
io.netty.channel.epoll.EpollIoHandler.processReady(EpollIoHandler.java:515)
at io.netty.channel.epoll.EpollIoHandler.run(EpollIoHandler.java:460)
at
io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225)
at
io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196)
at
io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1193)
at
io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at
io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:840)
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)