[ 
https://issues.apache.org/jira/browse/FLINK-15503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17011355#comment-17011355
 ] 

Yang Wang commented on FLINK-15503:
-----------------------------------

All the tests in {{FileUploadHandlerTest}} will cost 20s on Azure and 6s on 
Travis. I run it on my laptop, it also cost 6s.

I'm not sure about the network isolation on Azure. At least we know that it is 
not completely isolated for different docker containers. [~chesnay] do you have 
some machine metrics near the time 2020-01-07T09:32:06? The network load may be 
very heavy at this time.

 

Azure logs
{code:java}
2020-01-08T16:14:15.5814933Z [INFO] Tests run: 6, Failures: 0, Errors: 0, 
Skipped: 0, Time elapsed: 20.967 s - in 
org.apache.flink.runtime.rest.FileUploadHandlerTest
{code}
Travis logs
{code:java}
 15:44:17.687 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time 
elapsed: 6.273 s - in org.apache.flink.runtime.rest.FileUploadHandlerTest
{code}

> 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
>            Priority: Critical
>              Labels: test-stability
>             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)

Reply via email to