You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2018/11/01 13:21:00 UTC

[jira] [Commented] (FLINK-10750) SocketClientSinkTest.testRetry fails on Travis

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

Chesnay Schepler commented on FLINK-10750:
------------------------------------------

The test checks whether the client tries to reconnect to the server if it goes down, which requires the server to be restarted on the same port. We could do is catch {{BindExceptions}}  when restarting the server and exit the test early. I don't see another way to stabilize the test bar form removing it entirely

> SocketClientSinkTest.testRetry fails on Travis
> ----------------------------------------------
>
>                 Key: FLINK-10750
>                 URL: https://issues.apache.org/jira/browse/FLINK-10750
>             Project: Flink
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 1.7.0
>            Reporter: Till Rohrmann
>            Priority: Critical
>              Labels: test-stability
>             Fix For: 1.7.0
>
>
> The {{SocketClientSinkTest.testRetry}} fails on Travis because of a {{BindException}}: https://api.travis-ci.org/v3/job/448907069/log.txt



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)