ex172000 opened a new issue, #2702:
URL: https://github.com/apache/iggy/issues/2702
It's currently failing due to client constructed with the static local
address and port. However we are using the Testcontainers for java integration
test and then container maps 8090 to a random port, causing the malfunction we
are seeing in client tests.
```
> Task :iggy:test
AsyncClientIntegrationTest > initializationError FAILED
java.util.concurrent.ExecutionException at
AsyncClientIntegrationTest.java:80
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException
Caused by: java.net.ConnectException at Net.java:-2
AsyncPollMessageTest > initializationError FAILED
java.util.concurrent.ExecutionException at AsyncPollMessageTest.java:106
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException
Caused by: java.net.ConnectException at Net.java:-2
AsyncIggyTcpClientBuilderTest > shouldConnectAndPerformOperations() FAILED
java.util.concurrent.ExecutionException at
AsyncIggyTcpClientBuilderTest.java:137
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException
Caused by: java.net.ConnectException at Net.java:-2
AsyncIggyTcpClientBuilderTest > shouldCreateClientWithBuilder() FAILED
java.util.concurrent.ExecutionException at
AsyncIggyTcpClientBuilderTest.java:57
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException
Caused by: java.net.ConnectException at Net.java:-2
AsyncIggyTcpClientBuilderTest > shouldUseDefaultValues() FAILED
java.util.concurrent.ExecutionException at
AsyncIggyTcpClientBuilderTest.java:73
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException
Caused by: java.net.ConnectException at Net.java:-2
AsyncIggyTcpClientBuilderTest >
shouldMaintainBackwardCompatibilityWithOldConstructor() FAILED
java.util.concurrent.ExecutionException at
AsyncIggyTcpClientBuilderTest.java:125
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException
Caused by: java.net.ConnectException at Net.java:-2
AsyncIggyTcpClientBuilderTest > shouldCloseConnectionGracefully() FAILED
java.util.concurrent.ExecutionException at
AsyncIggyTcpClientBuilderTest.java:151
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException
Caused by: java.net.ConnectException at Net.java:-2
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]