Hi Ryan Some of the reactive client integration tests have been failing in ASF Build CI on Java 21.
https://ci-builds.apache.org/job/HttpComponents/job/HttpComponents%20Client%205.7.x%20Java21/changes Those failures seem to have to do with handling of HEAD requests. The issue appears to be affecting the reactive bindings only. If you have any spare bandwidth, would you take a look? I also noticed that TestAsyncConnectionTimeouts tend to fail if there is no active internet connection. This is not a big deal but ideally these tests should work with loopback interface only. OlegĀ ``` [ERROR] Failures: [ERROR] TestAsyncConnectionTimeouts.testConnectionConfig:88- >assertTimeout:99 Unexpected type, expected: <org.apache.hc.client5.http.ConnectTimeoutException> but was: <java.net.SocketException> [ERROR] TestAsyncConnectionTimeouts.testConnectionConfig:88- >assertTimeout:99 Unexpected type, expected: <org.apache.hc.client5.http.ConnectTimeoutException> but was: <java.net.SocketException> [ERROR] TestAsyncConnectionTimeouts.testRequestConfig:67- >assertTimeout:99 Unexpected type, expected: <org.apache.hc.client5.http.ConnectTimeoutException> but was: <java.net.SocketException> [ERROR] TestAsyncConnectionTimeouts.testRequestConfig:67- >assertTimeout:99 Unexpected type, expected: <org.apache.hc.client5.http.ConnectTimeoutException> but was: <java.net.SocketException> [ERROR] TestConnectionTimeouts.testConnectionConfig:75- >assertTimeout:84 Unexpected exception type thrown, expected: <org.apache.hc.client5.http.ConnectTimeoutException> but was: <org.apache.hc.client5.http.HttpHostConnectException> [ERROR] TestConnectionTimeouts.testConnectionConfig:75- >assertTimeout:84 Unexpected exception type thrown, expected: <org.apache.hc.client5.http.ConnectTimeoutException> but was: <org.apache.hc.client5.http.HttpHostConnectException> [ERROR] TestConnectionTimeouts.testRequestConfig:60->assertTimeout:84 Unexpected exception type thrown, expected: <org.apache.hc.client5.http.ConnectTimeoutException> but was: <org.apache.hc.client5.http.HttpHostConnectException> [ERROR] TestConnectionTimeouts.testRequestConfig:60->assertTimeout:84 Unexpected exception type thrown, expected: <org.apache.hc.client5.http.ConnectTimeoutException> but was: <org.apache.hc.client5.http.HttpHostConnectException> [INFO] ``` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
