[
https://issues.apache.org/jira/browse/IGNITE-27251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Tupitsyn updated IGNITE-27251:
------------------------------------
Description:
Very simple tests failed once:
1. .NET: TestP
{code}
Expected string length 3 but was 2. Strings differ at index 1.
Expected: "val"
But was: "v1"
------------^
at Apache.Ignite.Tests.Table.KeyValueViewPrimitiveTests.TestPutGet() in
C:\w\69bdbe372c424384\ignite-3\modules\platforms\dotnet\Apache.Ignite.Tests\Table\KeyValueViewPrimitiveTests.cs:line
48
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.Table.KeyValueViewPrimitiveTests.TestPutGet() in
C:\w\69bdbe372c424384\ignite-3\modules\platforms\dotnet\Apache.Ignite.Tests\Table\KeyValueViewPrimitiveTests.cs:line
48
------- Stdout: -------
SetUp: TestPutGet
[05:14:23] [trce] [Apache.Ignite.Internal.ClientSocket-4368] Sending request
[requestId=77, op=TupleUpsert, remoteAddress=127.0.0.1:10943]
[05:14:23] [trce] [Apache.Ignite.Internal.ClientSocket-4368] Received response
[requestId=77, op=TupleUpsert, flags=0, remoteAddress=127.0.0.1:10943,
duration=00:00:00.0017972]
[05:14:23] [trce] [Apache.Ignite.Internal.ClientSocket-4368] Sending request
[requestId=78, op=TupleGet, remoteAddress=127.0.0.1:10943]
[05:14:23] [trce] [Apache.Ignite.Internal.ClientSocket-4368] Received response
[requestId=78, op=TupleGet, flags=0, remoteAddress=127.0.0.1:10943,
duration=00:00:00.0026387]
[05:14:23] [trce] [Apache.Ignite.Internal.ClientSocket-4368] Sending request
[requestId=79, op=TupleDeleteAll, remoteAddress=127.0.0.1:10943]
[05:14:23] [trce] [Apache.Ignite.Internal.ClientSocket-4368] Received response
[requestId=79, op=TupleDeleteAll, flags=0, remoteAddress=127.0.0.1:10943,
duration=00:00:00.0074505]
TearDown start: TestPutGet
TearDown end: TestPutGet
{code}
https://ci.ignite.apache.org/test/4872922763276010323?currentProjectId=ApacheIgnite3x_Test_PlatformTests
2.
https://ci.ignite.apache.org/buildConfiguration/ApacheIgnite3x_Test_PlatformTests_PlatformDotnetTestsWindows/9734067
was:
Very simple tests failed once:
1.
{code}
Expected string length 3 but was 2. Strings differ at index 1.
Expected: "val"
But was: "v1"
------------^
at Apache.Ignite.Tests.Table.KeyValueViewPrimitiveTests.TestPutGet() in
C:\w\69bdbe372c424384\ignite-3\modules\platforms\dotnet\Apache.Ignite.Tests\Table\KeyValueViewPrimitiveTests.cs:line
48
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.Table.KeyValueViewPrimitiveTests.TestPutGet() in
C:\w\69bdbe372c424384\ignite-3\modules\platforms\dotnet\Apache.Ignite.Tests\Table\KeyValueViewPrimitiveTests.cs:line
48
------- Stdout: -------
SetUp: TestPutGet
[05:14:23] [trce] [Apache.Ignite.Internal.ClientSocket-4368] Sending request
[requestId=77, op=TupleUpsert, remoteAddress=127.0.0.1:10943]
[05:14:23] [trce] [Apache.Ignite.Internal.ClientSocket-4368] Received response
[requestId=77, op=TupleUpsert, flags=0, remoteAddress=127.0.0.1:10943,
duration=00:00:00.0017972]
[05:14:23] [trce] [Apache.Ignite.Internal.ClientSocket-4368] Sending request
[requestId=78, op=TupleGet, remoteAddress=127.0.0.1:10943]
[05:14:23] [trce] [Apache.Ignite.Internal.ClientSocket-4368] Received response
[requestId=78, op=TupleGet, flags=0, remoteAddress=127.0.0.1:10943,
duration=00:00:00.0026387]
[05:14:23] [trce] [Apache.Ignite.Internal.ClientSocket-4368] Sending request
[requestId=79, op=TupleDeleteAll, remoteAddress=127.0.0.1:10943]
[05:14:23] [trce] [Apache.Ignite.Internal.ClientSocket-4368] Received response
[requestId=79, op=TupleDeleteAll, flags=0, remoteAddress=127.0.0.1:10943,
duration=00:00:00.0074505]
TearDown start: TestPutGet
TearDown end: TestPutGet
{code}
https://ci.ignite.apache.org/test/4872922763276010323?currentProjectId=ApacheIgnite3x_Test_PlatformTests
2.
https://ci.ignite.apache.org/buildConfiguration/ApacheIgnite3x_Test_PlatformTests_PlatformDotnetTestsWindows/9734067
> .NET: TestPutGet and TestUpsertAllOverwritesExistingData are flaky
> ------------------------------------------------------------------
>
> Key: IGNITE-27251
> URL: https://issues.apache.org/jira/browse/IGNITE-27251
> Project: Ignite
> Issue Type: Bug
> Components: platforms ai3, thin clients ai3
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: MakeTeamcityGreenAgain, ignite-3
> Fix For: 3.2
>
>
> Very simple tests failed once:
> 1. .NET: TestP
> {code}
> Expected string length 3 but was 2. Strings differ at index 1.
> Expected: "val"
> But was: "v1"
> ------------^
> at Apache.Ignite.Tests.Table.KeyValueViewPrimitiveTests.TestPutGet() in
> C:\w\69bdbe372c424384\ignite-3\modules\platforms\dotnet\Apache.Ignite.Tests\Table\KeyValueViewPrimitiveTests.cs:line
> 48
> 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.Table.KeyValueViewPrimitiveTests.TestPutGet() in
> C:\w\69bdbe372c424384\ignite-3\modules\platforms\dotnet\Apache.Ignite.Tests\Table\KeyValueViewPrimitiveTests.cs:line
> 48
> ------- Stdout: -------
> SetUp: TestPutGet
> [05:14:23] [trce] [Apache.Ignite.Internal.ClientSocket-4368] Sending request
> [requestId=77, op=TupleUpsert, remoteAddress=127.0.0.1:10943]
> [05:14:23] [trce] [Apache.Ignite.Internal.ClientSocket-4368] Received
> response [requestId=77, op=TupleUpsert, flags=0,
> remoteAddress=127.0.0.1:10943, duration=00:00:00.0017972]
> [05:14:23] [trce] [Apache.Ignite.Internal.ClientSocket-4368] Sending request
> [requestId=78, op=TupleGet, remoteAddress=127.0.0.1:10943]
> [05:14:23] [trce] [Apache.Ignite.Internal.ClientSocket-4368] Received
> response [requestId=78, op=TupleGet, flags=0, remoteAddress=127.0.0.1:10943,
> duration=00:00:00.0026387]
> [05:14:23] [trce] [Apache.Ignite.Internal.ClientSocket-4368] Sending request
> [requestId=79, op=TupleDeleteAll, remoteAddress=127.0.0.1:10943]
> [05:14:23] [trce] [Apache.Ignite.Internal.ClientSocket-4368] Received
> response [requestId=79, op=TupleDeleteAll, flags=0,
> remoteAddress=127.0.0.1:10943, duration=00:00:00.0074505]
> TearDown start: TestPutGet
> TearDown end: TestPutGet
> {code}
> https://ci.ignite.apache.org/test/4872922763276010323?currentProjectId=ApacheIgnite3x_Test_PlatformTests
> 2.
> https://ci.ignite.apache.org/buildConfiguration/ApacheIgnite3x_Test_PlatformTests_PlatformDotnetTestsWindows/9734067
--
This message was sent by Atlassian Jira
(v8.20.10#820010)