Chesnay Schepler created FLINK-25003: ----------------------------------------
Summary: RestClientTest#testConnectionTimeout fails on Java 17 Key: FLINK-25003 URL: https://issues.apache.org/jira/browse/FLINK-25003 Project: Flink Issue Type: Sub-task Components: Runtime / REST, Tests Reporter: Chesnay Schepler The test fails because the exception type has changed; with the returned exception no longer being a ConnectException but just a plain SocketException, presumably because the JDK fails earlier since it can't find a route. We could change the assertion, or change the test somehow to actually work against a server which doesn't allow the establishment of a connection. -- This message was sent by Atlassian Jira (v8.20.1#820001)