You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vyacheslav Koptilin (Jira)" <ji...@apache.org> on 2022/01/12 17:10:00 UTC

[jira] [Created] (IGNITE-16286) ConnectionTest.testInvalidNodeAddresses fails on windows platform

Vyacheslav Koptilin created IGNITE-16286:
--------------------------------------------

             Summary: ConnectionTest.testInvalidNodeAddresses fails on windows platform
                 Key: IGNITE-16286
                 URL: https://issues.apache.org/jira/browse/IGNITE-16286
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 3.0.0-alpha3
            Reporter: Vyacheslav Koptilin
            Assignee: Vyacheslav Koptilin


ConnectionTest.testInvalidNodeAddresses fails with the following message:

{code:java}
org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: expected: <Connection refused: /127.0.0.1:47500> but was: <Connection refused: no further information: /127.0.0.1:47500>
  at org.apache.ignite.client.ConnectionTest.testInvalidNodeAddresses(ConnectionTest.java:53)
{code}

Honestly, I don't think that is a good idea to check the whole error message, just because this message may contain platform-specific details. IMHO, checking that the message starts with "Connection refused" would be quite enough.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)