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

ASF GitHub Bot commented on FLINK-8623:
---------------------------------------

Github user zhangminglei commented on the issue:

    https://github.com/apache/flink/pull/5449
  
    I copied the Travis log here, and I think this is what we want. And the 
line of 63 verifies it is not a loopback address. 
    
    ```
    // make sure that the InetAddress.getLocalHost is not a loopback address
    Assume.assumeFalse(InetAddress.getLocalHost().isLoopbackAddress());
    ```
    
    ```
    Tests in error: 
      ConnectionUtilsTest.testReturnLocalHostAddressUsingHeuristics:63 » 
AssumptionViolated
    
    Tests run: 2553, Failures: 0, Errors: 1, Skipped: 8
    
    17:38:48.959 [INFO] 
------------------------------------------------------------------------
    17:38:48.959 [INFO] Reactor Summary:
    17:38:48.959 [INFO] 
    17:38:48.959 [INFO] flink-core ......................................... 
SUCCESS [ 55.118 s]
    17:38:48.959 [INFO] flink-java ......................................... 
SUCCESS [ 26.140 s]
    17:38:48.959 [INFO] flink-runtime ...................................... 
FAILURE [11:01 min]
    17:38:48.959 [INFO] flink-optimizer .................................... 
SKIPPED
    17:38:48.959 [INFO] flink-clients ...................................... 
SKIPPED
    17:38:48.959 [INFO] flink-streaming-java ............................... 
SKIPPED
    17:38:48.962 [INFO] flink-scala ........................................ 
SKIPPED
    17:38:48.962 [INFO] flink-test-utils ................................... 
SKIPPED```


> ConnectionUtilsTest.testReturnLocalHostAddressUsingHeuristics unstable on 
> Travis
> --------------------------------------------------------------------------------
>
>                 Key: FLINK-8623
>                 URL: https://issues.apache.org/jira/browse/FLINK-8623
>             Project: Flink
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 1.5.0
>            Reporter: Till Rohrmann
>            Priority: Blocker
>              Labels: test-stability
>             Fix For: 1.5.0, 1.4.3
>
>
> {{ConnectionUtilsTest.testReturnLocalHostAddressUsingHeuristics}} fails on 
> Travis: https://travis-ci.org/apache/flink/jobs/339344442



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

Reply via email to