Pavel Tupitsyn created IGNITE-26529:
---------------------------------------
Summary: .NET:
Apache.Extensions.Cache.Ignite.Tests.IgniteDistributedCacheTests.TestCustomTableAndColumnNames
is flaky
Key: IGNITE-26529
URL: https://issues.apache.org/jira/browse/IGNITE-26529
Project: Ignite
Issue Type: Bug
Components: platforms ai3
Reporter: Pavel Tupitsyn
Assignee: Pavel Tupitsyn
Fix For: 3.1
https://ci.ignite.apache.org/test/-4048864563613164628?currentProjectId=ApacheIgnite3xGradle_Test
{code}
System.InvalidOperationException : Sequence contains no elements
at System.Linq.ThrowHelper.ThrowNoElementsException()
at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source)
at
Apache.Extensions.Cache.Ignite.Tests.IgniteDistributedCacheTests.TestCustomTableAndColumnNames()
in
C:\w\b8d4df1365f1f1e5\modules\platforms\dotnet\Apache.Extensions.Caching.Ignite.Tests\IgniteDistributedCacheTests.cs:line
195
at
Apache.Extensions.Cache.Ignite.Tests.IgniteDistributedCacheTests.TestCustomTableAndColumnNames()
in
C:\w\b8d4df1365f1f1e5\modules\platforms\dotnet\Apache.Extensions.Caching.Ignite.Tests\IgniteDistributedCacheTests.cs:line
203
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)
------- Stdout: -------
SetUp: TestCustomTableAndColumnNames
[09:26:46] [trce] [Apache.Ignite.Internal.ClientSocket-4] Sending request
[requestId=5, op=SqlExec, remoteAddress=127.0.0.1:10942]
[09:26:46] [trce] [Apache.Ignite.Internal.ClientSocket-5] Sending request
[requestId=4, op=TableGetQualified, remoteAddress=127.0.0.1:10943]
[09:26:46] [trce] [Apache.Ignite.Internal.ClientSocket-4] Sending request
[requestId=6, op=SchemasGet, remoteAddress=127.0.0.1:10942]
[09:26:46] [dbug] [Apache.Ignite.Internal.Table.Table] Schema loaded
[tableId=155, schemaVersion=1]
[09:26:46] [trce] [Apache.Ignite.Internal.ClientSocket-5] Sending request
[requestId=5, op=PartitionAssignmentGet, remoteAddress=127.0.0.1:10943]
[09:26:46] [trce] [Apache.Ignite.Internal.ClientSocket-4] Sending request
[requestId=7, op=TupleUpsert, remoteAddress=127.0.0.1:10942]
[09:26:46] [trce] [Apache.Ignite.Internal.ClientSocket-5] Sending request
[requestId=6, op=TupleGet, remoteAddress=127.0.0.1:10943]
[09:26:46] [trce] [Apache.Ignite.Internal.ClientSocket-3] Sending request
[requestId=3, op=SqlExec, remoteAddress=127.0.0.1:10942]
TearDown start: TestCustomTableAndColumnNames
TearDown end: TestCustomTableAndColumnNames
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)