Github user aljoscha commented on the pull request:

    https://github.com/apache/flink/pull/977#issuecomment-127522856
  
    Hi,
    you can rerun the tests on Travis by changing your commit slightly and 
re-pushing it to your branch, for example using:
    ```bash
    git commit --amend
    git push -f <your branch> <your repository>
    ```
    
    The "Do you have a question?" seems to be a Travis problem. Maybe someone 
else has seen it already?   The relevant output from the Travis log seems to be 
this:
    
    ```
    Running org.apache.flink.streaming.api.functions.SocketClientSinkTest
    Listenning...
    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.957 sec - 
in org.apache.flink.streaming.api.PartitionerTest
    Running org.apache.flink.streaming.api.functions.FromElementsFunctionTest
    Info from clients: null
    Return to client!
    Listenning...
    Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.035 sec 
<<< FAILURE! - in org.apache.flink.streaming.api.functions.SocketClientSinkTest
    
testSocketSinkOpen(org.apache.flink.streaming.api.functions.SocketClientSinkTest)
  Time elapsed: 0.016 sec  <<< FAILURE!
    org.junit.ComparisonFailure: expected:<[Invok]ed> but was:<[Connect]ed>
        at org.junit.Assert.assertEquals(Assert.java:115)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.flink.streaming.api.functions.SocketClientSinkTest.testSocketSinkOpen(SocketClientSinkTest.java:126)
    ```
    
    Let me know if you need any help. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to