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 2023/02/20 14:16:00 UTC

[jira] [Comment Edited] (IGNITE-18845) .NET: Thin 3.0: TestCustomColocationKey is flaky

    [ https://issues.apache.org/jira/browse/IGNITE-18845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17691201#comment-17691201 ] 

Pavel Tupitsyn edited comment on IGNITE-18845 at 2/20/23 2:15 PM:
------------------------------------------------------------------

Fixed as part of IGNITE-18808 : https://github.com/apache/ignite-3/commit/318873be09ec8b94a329af5dbb2858043a2a25a4#diff-50e4a435ad1e242955b380b7b18b081107635a2a79121a944c6ad3cb0e979019R374 (added {{WaitForCondition(() => client.GetConnections().Count == 2)}}).


was (Author: ptupitsyn):
Fixed as part of IGNITE-18808 : https://github.com/apache/ignite-3/commit/318873be09ec8b94a329af5dbb2858043a2a25a4#diff-50e4a435ad1e242955b380b7b18b081107635a2a79121a944c6ad3cb0e979019R374

> .NET: Thin 3.0: TestCustomColocationKey is flaky
> ------------------------------------------------
>
>                 Key: IGNITE-18845
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18845
>             Project: Ignite
>          Issue Type: Improvement
>          Components: platforms, thin client
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Minor
>              Labels: .NET, ignite-3
>
> {code}
> Expected is <Apache.Ignite.Internal.Proto.ClientOp[1]>, actual is <System.Collections.Generic.List`1[Apache.Ignite.Internal.Proto.ClientOp]> with 0 elements
>   Values differ at index [0]
>   Missing:  < TupleUpsert >
>    at Apache.Ignite.Tests.PartitionAwarenessTests.AssertOpOnNode(Func`1 action, ClientOp op, FakeServer node, FakeServer node2, Boolean allowExtraOps) in /opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/PartitionAwarenessTests.cs:line 352
>    at Apache.Ignite.Tests.PartitionAwarenessTests.<>c__DisplayClass13_0.<<TestCustomColocationKey>g__Test|0>d.MoveNext() in /opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/PartitionAwarenessTests.cs:line 297
> --- End of stack trace from previous location ---
>    at Apache.Ignite.Tests.PartitionAwarenessTests.TestCustomColocationKey() in /opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/PartitionAwarenessTests.cs:line 293
>    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.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)
> 1)    at Apache.Ignite.Tests.PartitionAwarenessTests.AssertOpOnNode(Func`1 action, ClientOp op, FakeServer node, FakeServer node2, Boolean allowExtraOps) in /opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/PartitionAwarenessTests.cs:line 352
> {code}
> https://ci.ignite.apache.org/test/3776992071409874985?currentProjectId=ApacheIgnite3xGradle_Test



--
This message was sent by Atlassian Jira
(v8.20.10#820010)