[
https://issues.apache.org/jira/browse/IGNITE-27796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18057578#comment-18057578
]
Igor Sapego commented on IGNITE-27796:
--------------------------------------
LGTM
> .NET: TestSlidingExpiration is flaky
> ------------------------------------
>
> Key: IGNITE-27796
> URL: https://issues.apache.org/jira/browse/IGNITE-27796
> Project: Ignite
> Issue Type: Bug
> Components: platforms ai3
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: MakeTeamcityGreenAgain, ignite-3
> Fix For: 3.2
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> https://ci.ignite.apache.org/test/3952225474908191468?currentProjectId=ApacheIgnite3x_Test_PlatformTests&branch=
> {code}
> ======= Failed test run #1 ==========
> Expected: not null
> But was: null
> at
> Apache.Extensions.Cache.Ignite.Tests.IgniteDistributedCacheTests.TestSlidingExpiration()
> in
> C:\w\69bdbe372c424384\ignite-3\modules\platforms\dotnet\Apache.Extensions.Caching.Ignite.Tests\IgniteDistributedCacheTests.cs:line
> 287
> 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.Extensions.Cache.Ignite.Tests.IgniteDistributedCacheTests.TestSlidingExpiration()
> in
> C:\w\69bdbe372c424384\ignite-3\modules\platforms\dotnet\Apache.Extensions.Caching.Ignite.Tests\IgniteDistributedCacheTests.cs:line
> 287
> ------- Stdout: -------
> SetUp: TestSlidingExpiration
> [04:04:01] [trce] [Apache.Ignite.Internal.ClientSocket-9] Sending request
> [requestId=67, op=SqlExecScript, remoteAddress=127.0.0.1:10943]
> [04:04:01] [trce] [Apache.Ignite.Internal.ClientFailoverSocket]
> ObservableTs updated [prev=116045764462772225, current=116045764464082944]
> [04:04:01] [trce] [Apache.Ignite.Internal.ClientSocket-9] Received response
> [requestId=67, op=SqlExecScript, flags=0, remoteAddress=127.0.0.1:10943,
> duration=00:00:00.0204257, observableTs=116045764464082944]
> [04:04:01] [trce] [Apache.Ignite.Internal.ClientSocket-10] Sending request
> [requestId=72, op=TableGetQualified, remoteAddress=127.0.0.1:10942]
> [04:04:01] [trce] [Apache.Ignite.Internal.ClientSocket-10] Received
> response [requestId=72, op=TableGetQualified, flags=0,
> remoteAddress=127.0.0.1:10942, duration=00:00:00.0008430, observableTs=0]
> [04:04:01] [trce] [Apache.Ignite.Internal.ClientSocket-9] Sending request
> [requestId=68, op=TupleUpsert, remoteAddress=127.0.0.1:10943]
> [04:04:01] [trce] [Apache.Ignite.Internal.ClientFailoverSocket]
> ObservableTs updated [prev=116045764464082944, current=116045764464410625]
> [04:04:01] [trce] [Apache.Ignite.Internal.ClientSocket-9] Received response
> [requestId=68, op=TupleUpsert, flags=0, remoteAddress=127.0.0.1:10943,
> duration=00:00:00.0052044, observableTs=116045764464410625]
> [04:04:01] [trce] [Apache.Ignite.Internal.ClientSocket-10] Sending request
> [requestId=73, op=TupleGet, remoteAddress=127.0.0.1:10942]
> [04:04:01] [trce] [Apache.Ignite.Internal.ClientFailoverSocket]
> ObservableTs updated [prev=116045764464410625, current=116045764464803841]
> [04:04:01] [trce] [Apache.Ignite.Internal.ClientSocket-10] Received
> response [requestId=73, op=TupleGet, flags=0, remoteAddress=127.0.0.1:10942,
> duration=00:00:00.0033169, observableTs=116045764464803841]
> [04:04:02] [trce] [Apache.Ignite.Internal.ClientSocket-9] Sending request
> [requestId=69, op=TupleGet, remoteAddress=127.0.0.1:10943]
> [04:04:02] [trce] [Apache.Ignite.Internal.ClientFailoverSocket]
> ObservableTs updated [prev=116045764464803841, current=116045764498948096]
> [04:04:02] [trce] [Apache.Ignite.Internal.ClientSocket-9] Received response
> [requestId=69, op=TupleGet, flags=0, remoteAddress=127.0.0.1:10943,
> duration=00:00:00.1242928, observableTs=116045764498948096]
> TearDown start: TestSlidingExpiration
> TearDown end: TestSlidingExpiration
> ======= Failed test run #2 ==========
> Expected: not null
> But was: null
> at
> Apache.Extensions.Cache.Ignite.Tests.IgniteDistributedCacheTests.TestSlidingExpiration()
> in
> C:\w\69bdbe372c424384\ignite-3\modules\platforms\dotnet\Apache.Extensions.Caching.Ignite.Tests\IgniteDistributedCacheTests.cs:line
> 291
> 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.Extensions.Cache.Ignite.Tests.IgniteDistributedCacheTests.TestSlidingExpiration()
> in
> C:\w\69bdbe372c424384\ignite-3\modules\platforms\dotnet\Apache.Extensions.Caching.Ignite.Tests\IgniteDistributedCacheTests.cs:line
> 291
> at
> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object
> s)
> ------- Stdout: -------
> SetUp: TestSlidingExpiration
> [04:10:37] [trce] [Apache.Ignite.Internal.ClientSocket-9] Sending request
> [requestId=71, op=SqlExecScript, remoteAddress=127.0.0.1:10943]
> [04:10:37] [trce] [Apache.Ignite.Internal.ClientFailoverSocket]
> ObservableTs updated [prev=116045790425513985, current=116045790425841664]
> [04:10:37] [trce] [Apache.Ignite.Internal.ClientSocket-9] Received response
> [requestId=71, op=SqlExecScript, flags=0, remoteAddress=127.0.0.1:10943,
> duration=00:00:00.0034021, observableTs=116045790425841664]
> [04:10:37] [trce] [Apache.Ignite.Internal.ClientSocket-10] Sending request
> [requestId=76, op=TableGetQualified, remoteAddress=127.0.0.1:10942]
> [04:10:37] [trce] [Apache.Ignite.Internal.ClientSocket-10] Received
> response [requestId=76, op=TableGetQualified, flags=0,
> remoteAddress=127.0.0.1:10942, duration=00:00:00.0006752, observableTs=0]
> [04:10:37] [trce] [Apache.Ignite.Internal.ClientSocket-9] Sending request
> [requestId=72, op=TupleUpsert, remoteAddress=127.0.0.1:10943]
> [04:10:37] [trce] [Apache.Ignite.Internal.ClientFailoverSocket]
> ObservableTs updated [prev=116045790425841664, current=116045790426038273]
> [04:10:37] [trce] [Apache.Ignite.Internal.ClientSocket-9] Received response
> [requestId=72, op=TupleUpsert, flags=0, remoteAddress=127.0.0.1:10943,
> duration=00:00:00.0045790, observableTs=116045790426038273]
> [04:10:37] [trce] [Apache.Ignite.Internal.ClientSocket-10] Sending request
> [requestId=77, op=TupleGet, remoteAddress=127.0.0.1:10942]
> [04:10:37] [trce] [Apache.Ignite.Internal.ClientFailoverSocket]
> ObservableTs updated [prev=116045790426038273, current=116045790426431488]
> [04:10:37] [trce] [Apache.Ignite.Internal.ClientSocket-10] Received
> response [requestId=77, op=TupleGet, flags=0, remoteAddress=127.0.0.1:10942,
> duration=00:00:00.0031231, observableTs=116045790426431488]
> [04:10:37] [trce] [Apache.Ignite.Internal.ClientSocket-7] Sending request
> [requestId=7, op=Heartbeat, remoteAddress=127.0.0.1:10942]
> [04:10:37] [trce] [Apache.Ignite.Internal.ClientSocket-8] Sending request
> [requestId=5, op=Heartbeat, remoteAddress=127.0.0.1:10943]
> [04:10:37] [trce] [Apache.Ignite.Internal.ClientSocket-8] Received response
> [requestId=5, op=Heartbeat, flags=0, remoteAddress=127.0.0.1:10943,
> duration=00:00:00.0018998, observableTs=0]
> [04:10:37] [trce] [Apache.Ignite.Internal.ClientSocket-7] Received response
> [requestId=7, op=Heartbeat, flags=0, remoteAddress=127.0.0.1:10942,
> duration=00:00:00.0020398, observableTs=0]
> [04:10:38] [trce] [Apache.Ignite.Internal.ClientSocket-9] Sending request
> [requestId=73, op=TupleGet, remoteAddress=127.0.0.1:10943]
> [04:10:38] [trce] [Apache.Ignite.Internal.ClientFailoverSocket]
> ObservableTs updated [prev=116045790426431488, current=116045790452514816]
> [04:10:38] [trce] [Apache.Ignite.Internal.ClientSocket-9] Received response
> [requestId=73, op=TupleGet, flags=0, remoteAddress=127.0.0.1:10943,
> duration=00:00:00.0639574, observableTs=116045790452514816]
> [04:10:38] [trce] [Apache.Ignite.Internal.ClientSocket-10] Sending request
> [requestId=78, op=SqlExecScript, remoteAddress=127.0.0.1:10942]
> [04:10:38] [trce] [Apache.Ignite.Internal.ClientFailoverSocket]
> ObservableTs updated [prev=116045790452514816, current=116045790466736128]
> [04:10:38] [trce] [Apache.Ignite.Internal.ClientSocket-10] Received
> response [requestId=78, op=SqlExecScript, flags=0,
> remoteAddress=127.0.0.1:10942, duration=00:00:00.2697681,
> observableTs=116045790466736128]
> [04:10:38] [trce] [Apache.Ignite.Internal.ClientSocket-9] Sending request
> [requestId=74, op=TupleGet, remoteAddress=127.0.0.1:10943]
> [04:10:38] [trce] [Apache.Ignite.Internal.ClientFailoverSocket]
> ObservableTs updated [prev=116045790466736128, current=116045790490525696]
> [04:10:38] [trce] [Apache.Ignite.Internal.ClientSocket-9] Received response
> [requestId=74, op=TupleGet, flags=0, remoteAddress=127.0.0.1:10943,
> duration=00:00:00.0046829, observableTs=116045790490525696]
> TearDown start: TestSlidingExpiration
> TearDown end: TestSlidingExpiration
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)