[
https://issues.apache.org/jira/browse/IGNITE-26667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Tupitsyn reassigned IGNITE-26667:
---------------------------------------
Assignee: Pavel Tupitsyn
> Flaky Apache.Ignite.Tests.IgniteProxyTests.TestBasicProxying
> ------------------------------------------------------------
>
> Key: IGNITE-26667
> URL: https://issues.apache.org/jira/browse/IGNITE-26667
> Project: Ignite
> Issue Type: Improvement
> Components: platforms ai3
> Reporter: Iurii Gerzhedovich
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: MakeTeamcityGreenAgain, ignite-3
>
> The test Apache.Ignite.Tests.IgniteProxyTests.TestBasicProxying is flaky
> {code:java}
> Apache.Ignite.Tests: Apache.Ignite.Tests.IgniteProxyTests.TestBasicProxying
> 14:04:57 SetUp: TestBasicProxying
> Fake server started [port=43851, test=TestBasicProxying]
> Error in IgniteProxy Client -> Server relay (lastOp = Heartbeat:
> Apache.Ignite.Tests.IgniteServerBase+ConnectionLostException: Exception of
> type 'Apache.Ignite.Tests.IgniteServerBase+ConnectionLostException' was
> thrown.
> at Apache.Ignite.Tests.IgniteServerBase.ReceiveBytes(Socket
> socket, Int32 size) in
> /opt/buildagent/work/20b0d84335ec07af/gignite-3/modules/platforms/dotnet/Apache.Ignite.Tests/IgniteServerBase.cs:line
> 99
> at Apache.Ignite.Tests.IgniteServerBase.ReceiveMessageSize(Socket
> handler) in
> /opt/buildagent/work/20b0d84335ec07af/ignite-3/modules/platforms/dotnet/Apache.Ignite.Tests/IgniteServerBase.cs:line
> 82
> at
> Apache.Ignite.Tests.IgniteProxy.<>c__DisplayClass14_0.<Handle>b__0() in
> /opt/buildagent/work/20b0d84335ec07af/ignite-3/modules/platforms/dotnet/Apache.Ignite.Tests/IgniteProxy.cs:line
> 88
> Error in FakeServer [Name=TestBasicProxying]:
> System.OperationCanceledException: The operation was canceled.
> at
> System.Threading.CancellationToken.ThrowOperationCanceledException()
> at System.Threading.ManualResetEventSlim.Wait(Int32
> millisecondsTimeout, CancellationToken cancellationToken)
> at System.Threading.Tasks.Task.SpinThenBlockingWait(Int32
> millisecondsTimeout, CancellationToken cancellationToken)
> at System.Threading.Tasks.Task.InternalWaitCore(Int32
> millisecondsTimeout, CancellationToken cancellationToken)
> at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout,
> CancellationToken cancellationToken)
> at System.Threading.Tasks.Task.Wait(CancellationToken
> cancellationToken)
> at Apache.Ignite.Tests.IgniteProxy.Handle(Socket handler,
> CancellationToken cancellationToken) in
> /opt/buildagent/work/20b0d84335ec07af/ignite-3/modules/platforms/dotnet/Apache.Ignite.Tests/IgniteProxy.cs:line
> 130
> at
> Apache.Ignite.Tests.IgniteServerBase.<>c__DisplayClass31_0.<ListenLoopInternal>b__0()
> in
> /opt/buildagent/work/20b0d84335ec07af/ignite-3/modules/platforms/dotnet/Apache.Ignite.Tests/IgniteServerBase.cs:line
> 190
> at Apache.Ignite.Tests.IgniteServerBase.ListenLoopInternal() in
> /opt/buildagent/work/20b0d84335ec07af/ignite-3/modules/platforms/dotnet/Apache.Ignite.Tests/IgniteServerBase.cs:line
> 202
> at Apache.Ignite.Tests.IgniteServerBase.ListenLoop() in
> /opt/buildagent/work/20b0d84335ec07af/ignite-3/modules/platforms/dotnet/Apache.Ignite.Tests/IgniteServerBase.cs:line
> 155
> Error in IgniteProxy Server -> Client relay (lastOp = Heartbeat:
> System.Net.Sockets.SocketException (103): Software caused connection abort
> at Apache.Ignite.Tests.IgniteServerBase.ReceiveBytes(Socket
> socket, Int32 size) in
> /opt/buildagent/work/20b0d84335ec07af/ignite-3/modules/platforms/dotnet/Apache.Ignite.Tests/IgniteServerBase.cs:line
> 95
> at Apache.Ignite.Tests.IgniteServerBase.ReceiveMessageSize(Socket
> handler) in
> /opt/buildagent/work/20b0d84335ec07af/ignite-3/modules/platforms/dotnet/Apache.Ignite.Tests/IgniteServerBase.cs:line
> 82
> at
> Apache.Ignite.Tests.IgniteProxy.<>c__DisplayClass14_0.<Handle>b__1() in
> /opt/buildagent/work/20b0d84335ec07af/ignite-3/modules/platforms/dotnet/Apache.Ignite.Tests/IgniteProxy.cs:line
> 114
> TearDown start: TestBasicProxying
> TearDown end: TestBasicProxying
> 14:05:04 Expected is <Apache.Ignite.Internal.Proto.ClientOp[2]>,
> actual is
> <System.Collections.Generic.List`1[Apache.Ignite.Internal.Proto.ClientOp]>
> with 3 elements
> Values differ at index [2]
> Extra: < Heartbeat >
> 14:05:04 at
> Apache.Ignite.Tests.IgniteProxyTests.TestBasicProxying() in
> /opt/buildagent/work/20b0d84335ec07af/ignite-3/modules/platforms/dotnet/Apache.Ignite.Tests/IgniteProxyTests.cs:line
> 34
> 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.IgniteProxyTests.TestBasicProxying() in
> /opt/buildagent/work/20b0d84335ec07af/ignite-3/modules/platforms/dotnet/Apache.Ignite.Tests/IgniteProxyTests.cs:line
> 34
> at
> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object
> s) {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)