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 2022/04/15 15:02:00 UTC

[jira] [Updated] (IGNITE-16861) .NET: TestCorrectHandshakeReturnsSuccess is broken

     [ https://issues.apache.org/jira/browse/IGNITE-16861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn updated IGNITE-16861:
------------------------------------
    Description: 
Flaky failure:

{code}
\u0003\0\0\0�\u0003��$b09f79bb-a05f-4d2e-a4e6-da42ece013b8�>org.apache.ignite.internal.runner.app.PlatformTestNodeRunner_2�\0�
  Expected: 110
  But was:  112
   at Apache.Ignite.Tests.RawSocketConnectionTests.ReadHandshake(NetworkStream stream) in /opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/RawSocketConnectionTests.cs:line 86
   at Apache.Ignite.Tests.RawSocketConnectionTests.TestCorrectHandshakeReturnsSuccess() in /opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/RawSocketConnectionTests.cs:line 49
   at Apache.Ignite.Tests.RawSocketConnectionTests.TestCorrectHandshakeReturnsSuccess() in /opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/RawSocketConnectionTests.cs:line 49
   at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
   at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
   at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
   at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)

{code}

> .NET: TestCorrectHandshakeReturnsSuccess is broken
> --------------------------------------------------
>
>                 Key: IGNITE-16861
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16861
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms, thin client
>    Affects Versions: 3.0.0-alpha5
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-alpha5
>
>
> Flaky failure:
> {code}
> \u0003\0\0\0�\u0003��$b09f79bb-a05f-4d2e-a4e6-da42ece013b8�>org.apache.ignite.internal.runner.app.PlatformTestNodeRunner_2�\0�
>   Expected: 110
>   But was:  112
>    at Apache.Ignite.Tests.RawSocketConnectionTests.ReadHandshake(NetworkStream stream) in /opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/RawSocketConnectionTests.cs:line 86
>    at Apache.Ignite.Tests.RawSocketConnectionTests.TestCorrectHandshakeReturnsSuccess() in /opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/RawSocketConnectionTests.cs:line 49
>    at Apache.Ignite.Tests.RawSocketConnectionTests.TestCorrectHandshakeReturnsSuccess() in /opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/RawSocketConnectionTests.cs:line 49
>    at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
>    at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
>    at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
>    at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
>    at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
>    at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
>    at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)
> {code}



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