[
https://issues.apache.org/jira/browse/IGNITE-15986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Tupitsyn updated IGNITE-15986:
------------------------------------
Description:
ClientConnectionTest.TestFailover is flaky:
{code}
Expected: instance of <System.Exception>
But was: null
at Apache.Ignite.Core.Tests.Client.ClientConnectionTest.TestFailover() in
/opt/buildagent/work/7bc1c54bc719b67c/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Client/ClientConnectionTest.cs:line
618
{code}
The reason is that sometimes the client detects connection failure in the
background with OnAffinityTopologyVersionChange callback.
was:
ClientConnectionTest.TestFailover is flaky:
{code}
Expected: instance of <System.Exception>
But was: null
at Apache.Ignite.Core.Tests.Client.ClientConnectionTest.TestFailover() in
/opt/buildagent/work/7bc1c54bc719b67c/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Client/ClientConnectionTest.cs:line
618
{code}
> .NET: ClientConnectionTest.TestFailover is flaky
> ------------------------------------------------
>
> Key: IGNITE-15986
> URL: https://issues.apache.org/jira/browse/IGNITE-15986
> Project: Ignite
> Issue Type: Bug
> Components: platforms
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Minor
> Labels: .NET
> Fix For: 2.13
>
>
> ClientConnectionTest.TestFailover is flaky:
> {code}
> Expected: instance of <System.Exception>
> But was: null
> at Apache.Ignite.Core.Tests.Client.ClientConnectionTest.TestFailover() in
> /opt/buildagent/work/7bc1c54bc719b67c/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Client/ClientConnectionTest.cs:line
> 618
> {code}
> The reason is that sometimes the client detects connection failure in the
> background with OnAffinityTopologyVersionChange callback.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)