[
https://issues.apache.org/jira/browse/FLINK-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14653265#comment-14653265
]
ASF GitHub Bot commented on FLINK-2477:
---------------------------------------
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.
> Add test for SocketClientSink
> -----------------------------
>
> Key: FLINK-2477
> URL: https://issues.apache.org/jira/browse/FLINK-2477
> Project: Flink
> Issue Type: Test
> Components: Streaming
> Affects Versions: 0.10
> Environment: win7 32bit;linux
> Reporter: Huang Wei
> Priority: Minor
> Fix For: 0.10
>
> Original Estimate: 168h
> Remaining Estimate: 168h
>
> Add some tests for SocketClientSink.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)