Pavel Tupitsyn created IGNITE-14294: ---------------------------------------
Summary: .NET: ClientServerCompatibilityTest is flaky Key: IGNITE-14294 URL: https://issues.apache.org/jira/browse/IGNITE-14294 Project: Ignite Issue Type: Bug Components: platforms Reporter: Pavel Tupitsyn Assignee: Pavel Tupitsyn Fix For: 2.11 ClientServerCompatibilityTest fails for two reasons: 1. {{Failed to establish Ignite thin client connection, examine inner exceptions for details. (Connection refused 127.0.0.1:10892)}} - check process output, is there a different port used for the client connector? 2. {{GridUnsafe cannot access class jdk.internal.misc.SharedSecrets}} - we should pass {{--add-exports}} and {{--illegal-access=permit}} JVM options when running on Java9+, see {{Jvm.IsJava9}}. -- This message was sent by Atlassian Jira (v8.3.4#803005)