fredia commented on code in PR #22457: URL: https://github.com/apache/flink/pull/22457#discussion_r1176516288
########## flink-queryable-state/flink-queryable-state-runtime/src/test/java/org/apache/flink/queryablestate/network/ClientTest.java: ########## @@ -257,33 +258,34 @@ public void testRequestUnavailableHost() throws Exception { try { client = new Client<>("Test Client", 1, serializer, stats); - InetSocketAddress serverAddress = new InetSocketAddress(InetAddress.getLocalHost(), 0); + InetSocketAddress serverAddress = Review Comment: Yes, I will rebase this pr later. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org