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

Pavel Tupitsyn commented on IGNITE-27251:
-----------------------------------------

Fully stable for over a month, closing.

> .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, looks like causality is (was?) broken
> h1.  TestPutGet
> {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
> h1.  TestUpsertAllOverwritesExistingData
> {code}
> String lengths are both 1. Strings differ at index 0.
>   Expected: "4"
>   But was:  "y"
>   -----------^
>    at 
> Apache.Ignite.Tests.Table.RecordViewPocoTests.TestUpsertAllOverwritesExistingData()
>  in 
> C:\w\69bdbe372c424384\ignite-3\modules\platforms\dotnet\Apache.Ignite.Tests\Table\RecordViewPocoTests.cs:line
>  308
>    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.RecordViewPocoTests.TestUpsertAllOverwritesExistingData()
>  in 
> C:\w\69bdbe372c424384\ignite-3\modules\platforms\dotnet\Apache.Ignite.Tests\Table\RecordViewPocoTests.cs:line
>  308
> ------- Stdout: -------
> SetUp: TestUpsertAllOverwritesExistingData
> [00:31:17] [trce] [Apache.Ignite.Internal.ClientSocket-4390] Sending request 
> [requestId=106, op=TupleInsert, remoteAddress=127.0.0.1:10942]
> [00:31:17] [trce] [Apache.Ignite.Internal.ClientFailoverSocket] ObservableTs 
> updated [prev=115648566210265094, current=115648566212165632]
> [00:31:17] [trce] [Apache.Ignite.Internal.ClientSocket-4390] Received 
> response [requestId=106, op=TupleInsert, flags=0, 
> remoteAddress=127.0.0.1:10942, duration=00:00:00.0233193, 
> observableTs=115648566212165632]
> [00:31:17] [trce] [Apache.Ignite.Internal.ClientSocket-4390] Sending request 
> [requestId=107, op=TupleInsert, remoteAddress=127.0.0.1:10942]
> [00:31:17] [trce] [Apache.Ignite.Internal.ClientFailoverSocket] ObservableTs 
> updated [prev=115648566212165632, current=115648566212427777]
> [00:31:17] [trce] [Apache.Ignite.Internal.ClientSocket-4390] Received 
> response [requestId=107, op=TupleInsert, flags=0, 
> remoteAddress=127.0.0.1:10942, duration=00:00:00.0035122, 
> observableTs=115648566212427777]
> [00:31:17] [trce] [Apache.Ignite.Internal.ClientSocket-4389] Sending request 
> [requestId=204, op=TupleUpsertAll, remoteAddress=127.0.0.1:10943]
> [00:31:17] [trce] [Apache.Ignite.Internal.ClientFailoverSocket] ObservableTs 
> updated [prev=115648566212427777, current=115648566212689932]
> [00:31:17] [trce] [Apache.Ignite.Internal.ClientSocket-4389] Received 
> response [requestId=204, op=TupleUpsertAll, flags=0, 
> remoteAddress=127.0.0.1:10943, duration=00:00:00.0082260, 
> observableTs=115648566212689932]
> [00:31:17] [trce] [Apache.Ignite.Internal.ClientSocket-4389] Sending request 
> [requestId=205, op=TupleGet, remoteAddress=127.0.0.1:10943]
> [00:31:17] [trce] [Apache.Ignite.Internal.ClientFailoverSocket] ObservableTs 
> updated [prev=115648566212689932, current=115648566212689953]
> [00:31:17] [trce] [Apache.Ignite.Internal.ClientSocket-4389] Received 
> response [requestId=205, op=TupleGet, flags=0, remoteAddress=127.0.0.1:10943, 
> duration=00:00:00.0013132, observableTs=115648566212689953]
> [00:31:17] [trce] [Apache.Ignite.Internal.ClientSocket-4390] Sending request 
> [requestId=108, op=TupleGet, remoteAddress=127.0.0.1:10942]
> [00:31:17] [trce] [Apache.Ignite.Internal.ClientSocket-4390] Received 
> response [requestId=108, op=TupleGet, flags=0, remoteAddress=127.0.0.1:10942, 
> duration=00:00:00.0011036, observableTs=115648566212689952]
> [00:31:17] [trce] [Apache.Ignite.Internal.ClientSocket-4389] Sending request 
> [requestId=206, op=TupleGet, remoteAddress=127.0.0.1:10943]
> [00:31:17] [trce] [Apache.Ignite.Internal.ClientFailoverSocket] ObservableTs 
> updated [prev=115648566212689953, current=115648566212689954]
> [00:31:17] [trce] [Apache.Ignite.Internal.ClientSocket-4389] Received 
> response [requestId=206, op=TupleGet, flags=0, remoteAddress=127.0.0.1:10943, 
> duration=00:00:00.0009995, observableTs=115648566212689954]
> [00:31:17] [trce] [Apache.Ignite.Internal.ClientSocket-4389] Sending request 
> [requestId=207, op=TupleGet, remoteAddress=127.0.0.1:10943]
> [00:31:17] [trce] [Apache.Ignite.Internal.ClientFailoverSocket] ObservableTs 
> updated [prev=115648566212689954, current=115648566212689955]
> [00:31:17] [trce] [Apache.Ignite.Internal.ClientSocket-4389] Received 
> response [requestId=207, op=TupleGet, flags=0, remoteAddress=127.0.0.1:10943, 
> duration=00:00:00.0037882, observableTs=115648566212689955]
> [00:31:17] [trce] [Apache.Ignite.Internal.ClientSocket-4390] Sending request 
> [requestId=109, op=TupleDeleteAll, remoteAddress=127.0.0.1:10942]
> [00:31:17] [trce] [Apache.Ignite.Internal.ClientFailoverSocket] ObservableTs 
> updated [prev=115648566212689955, current=115648566213738510]
> [00:31:17] [trce] [Apache.Ignite.Internal.ClientSocket-4390] Received 
> response [requestId=109, op=TupleDeleteAll, flags=0, 
> remoteAddress=127.0.0.1:10942, duration=00:00:00.0266886, 
> observableTs=115648566213738510]
> TearDown start: TestUpsertAllOverwritesExistingData
> TearDown end: TestUpsertAllOverwritesExistingData
> {code}
> https://ci.ignite.apache.org/buildConfiguration/ApacheIgnite3x_Test_PlatformTests_PlatformDotnetTestsWindows/9734067
> https://ci.ignite.apache.org/test/5218879412250316147?currentProjectId=ApacheIgnite3x_Test_PlatformTests



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

Reply via email to