Pavel Tupitsyn created IGNITE-15237:
---------------------------------------
Summary: Thin 3.0: ClientHandlerIntegrationTest is flaky
Key: IGNITE-15237
URL: https://issues.apache.org/jira/browse/IGNITE-15237
Project: Ignite
Issue Type: Bug
Components: thin client
Affects Versions: 3.0.0-alpha3
Reporter: Pavel Tupitsyn
Assignee: Pavel Tupitsyn
Fix For: 3.0.0-alpha3
Test is flaky because we connect to port 10800 while server may bind to a
different port from the range
{code}
ClientHandlerIntegrationTest.testHandshakeValidReturnsSuccess
java.net.ConnectException
java.net.ConnectException: Connection refused (Connection refused)
at
org.apache.ignite.client.handler.ClientHandlerIntegrationTest.testHandshakeValidReturnsSuccess(ClientHandlerIntegrationTest.java:76)
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)