Pavel Tupitsyn created IGNITE-16724:
---------------------------------------
Summary: Java thin: testOperationFailsWhenAllServersFail is flaky
Key: IGNITE-16724
URL: https://issues.apache.org/jira/browse/IGNITE-16724
Project: Ignite
Issue Type: Bug
Components: thin client
Reporter: Pavel Tupitsyn
Assignee: Pavel Tupitsyn
Fix For: 3.0.0-alpha5
{code}
org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: Unexpected exception type thrown ==>
expected: <org.apache.ignite.client.IgniteClientConnectionException> but was:
<org.apache.ignite.client.IgniteClientException>
at
org.apache.ignite.client.ReconnectTest.testOperationFailsWhenAllServersFail(ReconnectTest.java:95)
Caused by: org.apache.ignite.client.IgniteClientException: class
org.apache.ignite.client.IgniteClientConnectionException: Failed to send request
Caused by: java.util.concurrent.CompletionException: class
org.apache.ignite.client.IgniteClientConnectionException: Failed to send request
Caused by: org.apache.ignite.client.IgniteClientConnectionException: Failed to
send request
Caused by: io.netty.channel.StacklessClosedChannelException
{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)