You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2021/11/24 15:12:00 UTC

[jira] [Updated] (IGNITE-15986) .NET: ClientConnectionTest.TestFailover is flaky

     [ 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)