Igor Sapego created IGNITE-20749:
------------------------------------
Summary: .NET: Thin 3.0: TestReconnectAfterFullClusterRestart is
still flaky
Key: IGNITE-20749
URL: https://issues.apache.org/jira/browse/IGNITE-20749
Project: Ignite
Issue Type: Bug
Components: platforms, thin client
Affects Versions: 3.0.0-beta1
Reporter: Pavel Tupitsyn
Assignee: Pavel Tupitsyn
Fix For: 3.0.0-beta2
https://ci.ignite.apache.org/test/5088070784193128850?currentProjectId=ApacheIgnite3xGradle_Test&expandTestHistoryChartSection=true
{code}
Expected: No Exception to be thrown
But was: <Apache.Ignite.IgniteClientConnectionException: Failed to connect
to endpoint: 127.0.0.1:42477
---> System.TimeoutException: The operation has timed out.
at Apache.Ignite.Internal.ClientSocket.ConnectAsync(SocketEndpoint endPoint,
IgniteClientConfiguration configuration, Action`1 assignmentChangeCallback) in
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite/Internal/ClientSocket.cs:line
195
--- End of inner exception stack trace ---
at Apache.Ignite.Internal.ClientSocket.ConnectAsync(SocketEndpoint endPoint,
IgniteClientConfiguration configuration, Action`1 assignmentChangeCallback) in
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite/Internal/ClientSocket.cs:line
213
at Apache.Ignite.Internal.ClientFailoverSocket.ConnectAsync(SocketEndpoint
endpoint) in
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite/Internal/ClientFailoverSocket.cs:line
414
at Apache.Ignite.Internal.ClientFailoverSocket.GetNextSocketAsync() in
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite/Internal/ClientFailoverSocket.cs:line
365
at Apache.Ignite.Internal.ClientFailoverSocket.GetSocketAsync(PreferredNode
preferredNode) in
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite/Internal/ClientFailoverSocket.cs:line
285
at
Apache.Ignite.Internal.ClientFailoverSocket.DoOutInOpAndGetSocketAsync(ClientOp
clientOp, Transaction tx, PooledArrayBuffer request, PreferredNode
preferredNode) in
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite/Internal/ClientFailoverSocket.cs:line
183
at Apache.Ignite.Internal.ClientFailoverSocket.DoOutInOpAsync(ClientOp
clientOp, PooledArrayBuffer request, PreferredNode preferredNode) in
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite/Internal/ClientFailoverSocket.cs:line
145
at Apache.Ignite.Internal.Table.Tables.GetTablesAsync() in
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite/Internal/Table/Tables.cs:line
64
at
Apache.Ignite.Tests.ReconnectTests.<>c__DisplayClass6_0.<<TestReconnectAfterFullClusterRestart>b__2>d.MoveNext()
in
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/ReconnectTests.cs:line
162
--- End of stack trace from previous location ---
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.ExceptionHelper.RecordException(Delegate
parameterlessDelegate, String parameterName)>
at Apache.Ignite.Tests.ReconnectTests.TestReconnectAfterFullClusterRestart()
in
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/ReconnectTests.cs:line
162
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.Execution.SimpleWorkItem.<>c__DisplayClass4_0.<PerformWork>b__0()
at
NUnit.Framework.Internal.ContextUtils.<>c__DisplayClass1_0`1.<DoIsolated>b__0(Object
_)
1) at
Apache.Ignite.Tests.ReconnectTests.TestReconnectAfterFullClusterRestart() in
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/ReconnectTests.cs:line
162
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)