Till Rohrmann created FLINK-15503:
-------------------------------------
Summary: FileUploadHandlerTest.testMixedMultipart and FileUploadHandlerTest. testUploadCleanupOnUnknownAttribute failed on Azure
Key: FLINK-15503
URL:
https://issues.apache.org/jira/browse/FLINK-15503 Project: Flink
Issue Type: Bug
Components: Runtime / REST, Tests
Affects Versions: 1.10.0
Reporter: Till Rohrmann
Fix For: 1.10.0
The tests {{FileUploadHandlerTest.testMixedMultipart}} and {{FileUploadHandlerTest. testUploadCleanupOnUnknownAttribute}} failed on Azure with
{code}
2020-01-07T09:32:06.9840445Z [ERROR] testUploadCleanupOnUnknownAttribute(org.apache.flink.runtime.rest.FileUploadHandlerTest) Time elapsed: 12.457 s <<< ERROR!
2020-01-07T09:32:06.9850865Z java.net.SocketTimeoutException: timeout
2020-01-07T09:32:06.9851650Z at org.apache.flink.runtime.rest.FileUploadHandlerTest.testUploadCleanupOnUnknownAttribute(FileUploadHandlerTest.java:234)
2020-01-07T09:32:06.9852910Z Caused by: java.net.SocketException: Socket closed
2020-01-07T09:32:06.9853465Z at org.apache.flink.runtime.rest.FileUploadHandlerTest.testUploadCleanupOnUnknownAttribute(FileUploadHandlerTest.java:234)
2020-01-07T09:32:06.9853855Z
2020-01-07T09:32:06.9854362Z [ERROR] testMixedMultipart(org.apache.flink.runtime.rest.FileUploadHandlerTest) Time elapsed: 10.091 s <<< ERROR!
2020-01-07T09:32:06.9855125Z java.net.SocketTimeoutException: Read timed out
2020-01-07T09:32:06.9855652Z at org.apache.flink.runtime.rest.FileUploadHandlerTest.testMixedMultipart(FileUploadHandlerTest.java:154)
2020-01-07T09:32:06.9856034Z
{code}
https://dev.azure.com/rmetzger/Flink/_build/results?buildId=4159&view=results--
This message was sent by Atlassian Jira
(v8.3.4#803005)