Matthias Pohl created FLINK-32987: ------------------------------------- Summary: BlobClientSslTest>BlobClientTest.testSocketTimeout expected SocketTimeoutException but identified SSLException Key: FLINK-32987 URL: https://issues.apache.org/jira/browse/FLINK-32987 Project: Flink Issue Type: Bug Components: Runtime / Coordination Affects Versions: 1.18.0 Reporter: Matthias Pohl
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=52740&view=logs&j=77a9d8e1-d610-59b3-fc2a-4766541e0e33&t=125e07e7-8de0-5c6c-a541-a567415af3ef&l=8692 {code} Aug 29 03:28:11 03:28:11.280 [ERROR] BlobClientSslTest>BlobClientTest.testSocketTimeout:512 Aug 29 03:28:11 Expecting a throwable with cause being an instance of: Aug 29 03:28:11 java.net.SocketTimeoutException Aug 29 03:28:11 but was an instance of: Aug 29 03:28:11 javax.net.ssl.SSLException Aug 29 03:28:11 Throwable that failed the check: Aug 29 03:28:11 Aug 29 03:28:11 java.io.IOException: GET operation failed: Read timed out Aug 29 03:28:11 at org.apache.flink.runtime.blob.BlobClient.getInternal(BlobClient.java:231) Aug 29 03:28:11 at org.apache.flink.runtime.blob.BlobClientTest.lambda$testSocketTimeout$2(BlobClientTest.java:510) Aug 29 03:28:11 at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63) Aug 29 03:28:11 at org.assertj.core.api.AssertionsForClassTypes.catchThrowable(AssertionsForClassTypes.java:892) Aug 29 03:28:11 at org.assertj.core.api.Assertions.catchThrowable(Assertions.java:1366) Aug 29 03:28:11 at org.assertj.core.api.Assertions.assertThatThrownBy(Assertions.java:1210) Aug 29 03:28:11 at org.apache.flink.runtime.blob.BlobClientTest.testSocketTimeout(BlobClientTest.java:508) Aug 29 03:28:11 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) Aug 29 03:28:11 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) Aug 29 03:28:11 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) Aug 29 03:28:11 at java.lang.reflect.Method.invoke(Method.java:498) [...] {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)