You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Kurt Ostfeld (Jira)" <ji...@apache.org> on 2023/04/23 23:52:00 UTC

[jira] [Created] (FLINK-31897) Failing Unit Test: org.apache.flink.queryablestate.network.ClientTest.testRequestUnavailableHost

Kurt Ostfeld created FLINK-31897:
------------------------------------

             Summary: Failing Unit Test: org.apache.flink.queryablestate.network.ClientTest.testRequestUnavailableHost
                 Key: FLINK-31897
                 URL: https://issues.apache.org/jira/browse/FLINK-31897
             Project: Flink
          Issue Type: Bug
          Components: API / State Processor
            Reporter: Kurt Ostfeld


 
 
{code:java}
[ERROR] Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.612 s <<< FAILURE! - in org.apache.flink.queryablestate.network.ClientTest [ERROR] org.apache.flink.queryablestate.network.ClientTest.testRequestUnavailableHost Time elapsed: 0.006 s <<< FAILURE! java.lang.AssertionError: 
Expected: A CompletableFuture that will have failed within 3600000 milliseconds with: java.net.ConnectException but: Future completed with different exception: org.apache.flink.shaded.netty4.io.netty.channel.AbstractChannel$AnnotatedSocketException: Can't assign requested address: <redacted>/<redacted>:0 Caused by: java.net.BindException: Can't assign requested address  {code}
 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)