[
https://issues.apache.org/jira/browse/QUARKS-67?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15208522#comment-15208522
]
Dale LaBossiere commented on QUARKS-67:
---------------------------------------
The tests that failed are the ones that try to access a public WebSocket server
@ //echo.websocket.org: testPublicServer(), testSslPublicServer().
They're working fine in my workspace so I'm guessing that either the server was
transiently unavailable or that the host where you ran the tests lacks network
connectivity. open `http://www.websocket.org/echo.html` from your host(s) and
try the echo test. If they work for you pls try the tests again to see if all
is ok: `ant -Dtest.base.pattern='**/WebSocket*Test.java' test`
I'll see if I can desensitize those tests so they're skipped if the server
can't be reached.
> WebSocketClientTest failed: public server tests
> -----------------------------------------------
>
> Key: QUARKS-67
> URL: https://issues.apache.org/jira/browse/QUARKS-67
> Project: Quarks
> Issue Type: Bug
> Components: Connectors
> Environment: on Travis run and windows
> Reporter: May Wone
> Priority: Minor
> Attachments:
> TEST-quarks.tests.connectors.wsclient.javax.websocket.WebSocketClientTest.xml
>
>
> https://travis-ci.org/apache/incubator-quarks/builds/117860182
> BUILD FAILED
> C:\users\ibm_admin\git\incubator-quarks\build.xml:72: The following error
> occurred while executing this line:
> C:\users\ibm_admin\git\incubator-quarks\build.xml:115: The following error
> occurred while executing this line:
> C:\users\ibm_admin\git\incubator-quarks\common-build.xml:177: Test
> quarks.tests.connectors.wsclient.javax.websocket.WebSocketClientTest failed
> Running on Windows results in the same error.
> Junit test output to be attached.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)