Pavel Tupitsyn created IGNITE-25841:
---------------------------------------
Summary: .NET:
Apache.Ignite.Tests.Compute.ComputeTests.TestCancelJob is flaky
Key: IGNITE-25841
URL: https://issues.apache.org/jira/browse/IGNITE-25841
Project: Ignite
Issue Type: Bug
Components: platforms ai3, thin clients ai3
Reporter: Pavel Tupitsyn
Assignee: Pavel Tupitsyn
Fix For: 3.1
https://ci.ignite.apache.org/buildConfiguration/ApacheIgnite3xGradle_Test_RunAllTests/9283473
{code}
System.ArgumentException : Cannot compare to a null reference. (Parameter
'actual')
at NUnit.Framework.Guard.ArgumentValid(Boolean condition, String message,
String paramName)
at NUnit.Framework.Constraints.ComparisonConstraint.ApplyTo[TActual](TActual
actual)
at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint
expression, String message, Object[] args)
at NUnit.Framework.Assert.That[TActual](TActual actual, IResolveConstraint
expression)
at
Apache.Ignite.Tests.Compute.ComputeTests.AssertJobStatus[T](IJobExecution`1
jobExecution, JobStatus status, Instant beforeStart) in
C:\w\b8d4df1365f1f1e5\modules\platforms\dotnet\Apache.Ignite.Tests\Compute\ComputeTests.cs:line
1057
at
Apache.Ignite.Tests.Compute.ComputeTests.AssertWaitJobStatus[T](IJobExecution`1
jobExecution, JobStatus status, Instant beforeStart) in
C:\w\b8d4df1365f1f1e5\modules\platforms\dotnet\Apache.Ignite.Tests\Compute\ComputeTests.cs:line
1073
at Apache.Ignite.Tests.Compute.ComputeTests.TestCancelJob() in
C:\w\b8d4df1365f1f1e5\modules\platforms\dotnet\Apache.Ignite.Tests\Compute\ComputeTests.cs:line
663
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: TestCancelJob
[03:40:49] [trce] [Apache.Ignite.Internal.ClientSocket-145] Sending request
[requestId=62, op=ClusterGetNodes, remoteAddress=127.0.0.1:10942]
[03:40:49] [trce] [Apache.Ignite.Internal.ClientSocket-144] Sending request
[requestId=63, op=ComputeExecute, remoteAddress=127.0.0.1:10943]
[03:40:49] [trce] [Apache.Ignite.Internal.ClientSocket-144] Sending request
[requestId=64, op=ComputeCancel, remoteAddress=127.0.0.1:10943]
[03:40:49] [trce] [Apache.Ignite.Internal.ClientSocket-145] Sending request
[requestId=63, op=ComputeGetStatus, remoteAddress=127.0.0.1:10942]
TearDown start: TestCancelJob
TearDown end: TestCancelJob
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)